Marking remote mcjit tests as XFAIL for mingw32 (hopefully only temporarily).
authorAndrew Kaylor <andrew.kaylor@intel.com>
Fri, 16 Nov 2012 23:38:16 +0000 (23:38 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Fri, 16 Nov 2012 23:38:16 +0000 (23:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168221 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/MCJIT/simpletest-remote.ll
test/ExecutionEngine/MCJIT/stubs-remote.ll
test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll
test/ExecutionEngine/MCJIT/test-data-align-remote.ll
test/ExecutionEngine/MCJIT/test-fp-no-external-funcs-remote.ll
test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll
test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll

index 0d0459cd149c28a854601c6ebaec0f6989ff862e..1c0da9f1b5dd6931e5c2ee73cefe25c10d0f8cc1 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit %s > /dev/null
-; XFAIL: arm
+; XFAIL: arm, mingw32
 
 define i32 @bar() {
        ret i32 0
index b75f51688702027da28b5e65813e6e6f636b6d20..41f58834ab4708b47b74fef74bcbe81a0bc7fb5e 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -disable-lazy-compilation=false %s\r
-; XFAIL: arm\r
+; XFAIL: arm, mingw32\r
 \r
 define i32 @main() nounwind {\r
 entry:\r
index b269ba182e8452dfa768b0c460a8ca8b50164960..b6958f6fb0cde9d0ae1f6b6af5a852a4e62945c9 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -O0 -disable-lazy-compilation=false %s
-; XFAIL: arm
+; XFAIL: arm, mingw32
 
 ; The intention of this test is to verify that symbols mapped to COMMON in ELF
 ; work as expected.
index 86e7fcdd2ec5ea723e47a237b3a7e42b1f918104..7fcb18f05391c8d888357397783da8a99b5a49a8 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN:  %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -O0 %s
-; XFAIL: arm
+; XFAIL: arm, mingw32
 
 ; Check that a variable is always aligned as specified.
 
index ac1999d4c36672ec1d9c33d42e6756528930f13d..eb1e3c5e0ad02598482f0ad8462080363a5313f0 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit %s > /dev/null
-; XFAIL: arm
+; XFAIL: arm, mingw32
 
 define double @test(double* %DP, double %Arg) {
        %D = load double* %DP           ; <double> [#uses=1]
index 65f8af047a28603dd33100376b5d9c4b4cc8bca4..9f9370a9717bce47538363b7c3de4b26e04a283c 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit %s > /dev/null
-; XFAIL: arm
+; XFAIL: arm, mingw32
 
 @count = global i32 1, align 4
 
index 83a9b43e3994f481cebc3707a0342b440bda5c0c..78a8df8f716456a5a3d5d894205ad78be76ab662 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -O0 %s
-; XFAIL: arm
+; XFAIL: arm, mingw32
 
 @.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1
 @ptr = global i8* getelementptr inbounds ([6 x i8]* @.str, i32 0, i32 0), align 4