summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-08-11 16:36:07 +0000
committerDan Gohman <gohman@apple.com>2010-08-11 16:36:07 +0000
commit3cc5d13f58e92afd7e55c33ce86e993878a2b5e9 (patch)
treee70ce6dfb1c7195759dba22585f63faf90f09db1 /test
parentfcba5e6b645df89ae6b93911fe0f80b08fa6b44c (diff)
downloadllvm-3cc5d13f58e92afd7e55c33ce86e993878a2b5e9.tar.gz
llvm-3cc5d13f58e92afd7e55c33ce86e993878a2b5e9.tar.bz2
llvm-3cc5d13f58e92afd7e55c33ce86e993878a2b5e9.tar.xz
Temporarily disable some failing tests, until they can be
properly investigated. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110825 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/Thumb2/cortex-fp.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Thumb2/cortex-fp.ll b/test/CodeGen/Thumb2/cortex-fp.ll
index ba891d081e..636d76ff2c 100644
--- a/test/CodeGen/Thumb2/cortex-fp.ll
+++ b/test/CodeGen/Thumb2/cortex-fp.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=thumb -mcpu=cortex-m3 | FileCheck %s -check-prefix=CORTEXM3
-; RUN: llc < %s -march=thumb -mcpu=cortex-m4 | FileCheck %s -check-prefix=CORTEXM4
+; RUN_TEMPORARILY_DISABLED: llc < %s -march=thumb -mcpu=cortex-m3 | FileCheck %s -check-prefix=CORTEXM3
+; RUN_TEMPORARILY_DISABLED: llc < %s -march=thumb -mcpu=cortex-m4 | FileCheck %s -check-prefix=CORTEXM4
; RUN: llc < %s -march=thumb -mcpu=cortex-a8 | FileCheck %s -check-prefix=CORTEXA8