summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-06-11 10:01:42 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-06-11 10:01:42 +0000
commit6c921a55f4d5fc51a127fcc673ac1c9b46273899 (patch)
tree6ebbb0803c1e404043ca2dde3df58d289e392f0a /test
parent55ab7315d04ce4f25a15e5cd50f6a23d950a00cf (diff)
downloadllvm-6c921a55f4d5fc51a127fcc673ac1c9b46273899.tar.gz
llvm-6c921a55f4d5fc51a127fcc673ac1c9b46273899.tar.bz2
llvm-6c921a55f4d5fc51a127fcc673ac1c9b46273899.tar.xz
Rework r183728, suppress assert(0) for now. Its behavior depends on assertions on win32 hosts.
FIXME: Introduce yet another checker but assert(0). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183736 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/ARM/arm-thumb-cpus-default.s3
-rw-r--r--test/MC/ARM/arm-thumb-cpus.s3
2 files changed, 0 insertions, 6 deletions
diff --git a/test/MC/ARM/arm-thumb-cpus-default.s b/test/MC/ARM/arm-thumb-cpus-default.s
index 040039f215..636ee3c505 100644
--- a/test/MC/ARM/arm-thumb-cpus-default.s
+++ b/test/MC/ARM/arm-thumb-cpus-default.s
@@ -5,9 +5,6 @@
@ RUN: llvm-mc -show-encoding -triple=armv7m < %s | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
@ RUN: llvm-mc -show-encoding -triple=armv6m < %s | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
-@ FIXME: Could we avoid XFAIL to specify triple above?
-@ XFAIL: cygwin,mingw32,win32
-
@ Make sure the architecture chosen by LLVM defaults to a compatible
@ ARM/Thumb mode.
movs r0, r0
diff --git a/test/MC/ARM/arm-thumb-cpus.s b/test/MC/ARM/arm-thumb-cpus.s
index ea4e71a6ac..c15e807818 100644
--- a/test/MC/ARM/arm-thumb-cpus.s
+++ b/test/MC/ARM/arm-thumb-cpus.s
@@ -5,9 +5,6 @@
@ RUN: llvm-mc -show-encoding -triple=armv7m < %s 2>&1 | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
@ RUN: llvm-mc -show-encoding -triple=armv6m < %s 2>&1 | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
-@ FIXME: Could we avoid XFAIL to specify triple above?
-@ XFAIL: cygwin,mingw32,win32
-
@ Make sure correct diagnostics are given for CPUs without support for
@ one or other of the execution states.
.thumb