silent-MCJIIT-tests
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sun, 16 Dec 2018 12:07:54 +0000 (12:07 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Sun, 16 Dec 2018 12:07:54 +0000 (12:07 +0000)
Gbp-Pq: Name silent-MCJIIT-tests.diff

17 files changed:
test/BugPoint/crash-narrowfunctiontest.ll
test/BugPoint/remove_arguments_test.ll
test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
test/ExecutionEngine/MCJIT/eh-lg-pic.ll
test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll
test/ExecutionEngine/MCJIT/stubs-sm-pic.ll
test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll
test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
test/ExecutionEngine/OrcMCJIT/cross-module-sm-pic-a.ll
test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll
test/ExecutionEngine/OrcMCJIT/multi-module-sm-pic-a.ll
test/ExecutionEngine/OrcMCJIT/remote/test-global-init-nonzero-sm-pic.ll
test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-sm-pic.ll
test/ExecutionEngine/OrcMCJIT/stubs-sm-pic.ll
test/ExecutionEngine/OrcMCJIT/test-global-init-nonzero-sm-pic.ll
test/ExecutionEngine/OrcMCJIT/test-ptr-reloc-sm-pic.ll
test/Feature/load_module.ll

index ae2b0e374575e7beb3b6d695b99b4fca829ce1a9..ef78eb2b0232fb30531f6ac86807d10711e71917 100644 (file)
@@ -2,7 +2,6 @@
 ;
 ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls --opt-command opt -silence-passes > /dev/null
 ; REQUIRES: loadable_module
-; XFAIL: *
 
 define i32 @foo() { ret i32 1 }
 
index 06dd8881176d287bdf394aaf96b02fdf9aa34003..d5967675ef868ae77af27eac060285f83b0c2609 100644 (file)
@@ -1,7 +1,6 @@
 ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes --opt-command opt
 ; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
 ; REQUIRES: loadable_module
-; XFAIL: *
 
 ; Test to make sure that arguments are removed from the function if they are
 ; unnecessary. And clean up any types that frees up too.
index 04331990db338dbc93db722dac8c7616d3dcf2af..4e2d25fd1fbc2505d5e1df99c78d71e6c64bc279 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -extra-module=%p/Inputs/cross-module-b.ll -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips-, mipsel-, i686, i386
+; XFAIL: *
 
 declare i32 @FB()
 
index 8d41fe6b30511bdca0bd0b77418b380a76b0440c..998bf7475b573ef7a004a3f154817429c7027d0e 100644 (file)
@@ -1,6 +1,6 @@
 ; REQUIRES: cxx-shared-library
 ; RUN: %lli -relocation-model=pic -code-model=large %s
-; XFAIL: cygwin, win32, mingw, mips-, mipsel-, i686, i386, aarch64, arm
+; XFAIL: *
 declare i8* @__cxa_allocate_exception(i64)
 declare void @__cxa_throw(i8*, i8*, i8*)
 declare i32 @__gxx_personality_v0(...)
index 7e5710dbf9c9830145899b4d6d89d8e2cd0c66fa..22931b5f667fffcaec2fa4a2ade62e3185b07748 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips-, mipsel-, i686, i386
+; XFAIL: *
 
 declare i32 @FB()
 
index 46545ce534237388d48cbb6f490302aa69061e40..958c3b202da23edb8822af5181fa204356288c4b 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -disable-lazy-compilation=false -relocation-model=pic -code-model=small %s
-; XFAIL: mips-, mipsel-, i686, i386, aarch64, arm
+; XFAIL: mips-, mipsel-, i686, i386, aarch64, arm, x86_64
 
 define i32 @main() nounwind {
 entry:
index e54135fc7cbc48eda234141c6d40a695639020bb..8cf4c69341fb2ac18c4f8a4af7ad607d3289b422 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386
+; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386, x86_64
 
 @count = global i32 1, align 4
 
index eea6fde2e2caf75abf557cad24457a6b19ed596f..f26d898001db8f57f145fc5fc9894c5486624d3a 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -O0 -relocation-model=pic -code-model=small %s
-; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386
+; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386, x86_64
 
 @.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1
 @ptr = global i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str, i32 0, i32 0), align 4
index 9af82e7486fb56097573f8a58602ff97f21c1c76..af0ad2bb9e023a68bdd9937862d54d34b54b1f8a 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -jit-kind=orc-mcjit -extra-module=%p/Inputs/cross-module-b.ll -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips-, mipsel-, i686, i386
+; XFAIL: *
 
 declare i32 @FB()
 
index ce927c06ca5b98c98e79a731b65c970fb52099ff..d1a3e2c55a7a62a7e5416a585f2f5dd401098d24 100644 (file)
@@ -1,6 +1,6 @@
 ; REQUIRES: cxx-shared-library
 ; RUN: %lli -jit-kind=orc-mcjit -relocation-model=pic -code-model=large %s
-; XFAIL: cygwin, win32, mingw, mips-, mipsel-, i686, i386, aarch64, arm
+; XFAIL: *
 declare i8* @__cxa_allocate_exception(i64)
 declare void @__cxa_throw(i8*, i8*, i8*)
 declare i32 @__gxx_personality_v0(...)
index 0052c012652962c87329edddab1d08db2596453a..466fff1b252bb19b428b6cbbdeb2ac5c67aaa379 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -jit-kind=orc-mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips-, mipsel-, i686, i386
+; XFAIL: *
 
 declare i32 @FB()
 
index 68ccd86f801dd1eff2e2c2d5e1c4e4d7ab117c20..ed69f3d5c2c7d69785ac0ef48b70880e06a88a31 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext \
 ; RUN:   -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386, mingw32, win32
+; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386, mingw32, win32, x86_64
 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
 
index dbc98e86ea50b530ca3025704c61d40b170c4ac4..ba70c754e6d686543fb90451de6b0b5eb9b59d03 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext \
 ; RUN:   -O0 -relocation-model=pic -code-model=small %s
-; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386, mingw32, win32
+; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386, mingw32, win32, x86_64
 ; UNSUPPORTED: powerpc64-unknown-linux-gnu
 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed
 
index ec4183bc724d29efa864829c536b94f84fea91b4..b885cec997686df5be3f53f43d1591f614566350 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -jit-kind=orc-mcjit -disable-lazy-compilation=false -relocation-model=pic -code-model=small %s
-; XFAIL: mips-, mipsel-, i686, i386, aarch64, arm
+; XFAIL: mips-, mipsel-, i686, i386, aarch64, arm, x86_64
 
 define i32 @main() nounwind {
 entry:
index c9b6cf755b7cf0383ca45a240bcf491b6b34ca2f..c05e4c645c86d6223b03509810076aea37c63901 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -jit-kind=orc-mcjit -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386
+; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386, x86_64
 
 @count = global i32 1, align 4
 
index d0bb070110c108a6f72c14bbab52b6acda322287..7b7c8d1aef3596121a26160a9f2c1bb767156a29 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: %lli -jit-kind=orc-mcjit -O0 -relocation-model=pic -code-model=small %s
-; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386
+; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386, x86_64
 
 @.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1
 @ptr = global i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str, i32 0, i32 0), align 4
index d057d478f0fba8abe955445bc1caa771318007a8..14c1153fa5698ae0519be69bf666609a602f6f1e 100644 (file)
@@ -3,7 +3,6 @@
 ; RUN:   -disable-output 2>&1 | grep Hello
 ; REQUIRES: loadable_module
 ; FIXME: On Cygming, it might fail without building LLVMHello manually.
-; XFAIL: *
 
 @junk = global i32 0