Excluding ARM JIT tests until someone can fix this compilation path.
authorAndrew Trick <atrick@apple.com>
Fri, 26 Aug 2011 23:39:30 +0000 (23:39 +0000)
committerAndrew Trick <atrick@apple.com>
Fri, 26 Aug 2011 23:39:30 +0000 (23:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138676 91177308-0d34-0410-b5e6-96231b3b80d8

15 files changed:
test/ExecutionEngine/2003-01-04-ArgumentBug.ll
test/ExecutionEngine/2003-01-04-LoopTest.ll
test/ExecutionEngine/2003-01-15-AlignmentTest.ll
test/ExecutionEngine/2003-05-06-LivenessClobber.ll
test/ExecutionEngine/2003-05-07-ArgumentTest.ll
test/ExecutionEngine/2003-08-15-AllocaAssertion.ll
test/ExecutionEngine/2003-08-21-EnvironmentTest.ll
test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
test/ExecutionEngine/hello.ll
test/ExecutionEngine/hello2.ll
test/ExecutionEngine/simpletest.ll
test/ExecutionEngine/stubs.ll
test/ExecutionEngine/test-loadstore.ll
unittests/ExecutionEngine/JIT/JITTest.cpp

index 4cfd1ebb69e299242ff64d3675497ef66f4069e9..577226b5318b4347ae8f6f7d9a6699ca00b37b11 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: lli %s > /dev/null
+; XFAIL: arm
 
 define i32 @foo(i32 %X, i32 %Y, double %A) {
        %cond212 = fcmp une double %A, 1.000000e+00             ; <i1> [#uses=1]
index 668c8fd7ad0c97c3170ca5da22f8ea728772f4a1..61b0a1bd58ee17930e71a324384c4f98422e5753 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: lli %s > /dev/null
+; XFAIL: arm
 
 define i32 @main() {
        call i32 @mylog( i32 4 )                ; <i32>:1 [#uses=0]
index 9df21c1ccd6d779bc9ce1cde940c46f16bffea3a..df150373b7273d93fe28bedce93ac72ffe5f2dc0 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: lli %s > /dev/null
+; XFAIL: arm
 
 define i32 @bar(i8* %X) {
         ; pointer should be 4 byte aligned!
index e670d11d4a1551ddf1556af64f2f6d67766fc02c..26429a05090fda18f12199e47628d3b088c18ae4 100644 (file)
@@ -1,6 +1,7 @@
 ; This testcase should return with an exit code of 1.
 ;
 ; RUN: not lli %s
+; XFAIL: arm
 
 @test = global i64 0           ; <i64*> [#uses=1]
 
index baf42e5e83d824da2163ea0291c52b920b9f61e7..566f3ae3693b185df455c8fefe6f0bd33a2d1d96 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: lli %s test
+; XFAIL: arm
 
 declare i32 @puts(i8*)
 
index 5970628eaedf6ab8b9ebe020e9c774370e45269e..6c2f34095f6096e9f904484515e57c352b695790 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: lli %s > /dev/null
+; XFAIL: arm
 
 ; This testcase failed to work because two variable sized allocas confused the
 ; local register allocator.
index 9c8ec1dd9ce540f83d74def35d654127a1e5581d..29cbaac4deb657ef060821e33e2bbe59d9e0058d 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: lli %s > /dev/null
+; XFAIL: arm
 
 ;
 ; Regression Test: EnvironmentTest.ll
index 152482d436d10a8200ff33419dbfa9fb56ed8748..6711d4db245a2055f6bf438c8d86fc07de91a467 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: lli %s > /dev/null
+; XFAIL: arm
 
 ; This testcase exposes a bug in the local register allocator where it runs out
 ; of registers (due to too many overlapping live ranges), but then attempts to
index 97e84cd4092c21f922e2f304e2875bc50944dbe0..fe182116ec9ea9fea06357b2ae5e27166762738c 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: lli %s > /dev/null
+; XFAIL: arm
 
 @A = global i32 0              ; <i32*> [#uses=1]
 
index 0b75c10f354b8e19826f27898e2a4b8721459f1f..92c26a6c365cc664b523577c2bc1f295c37a4ce4 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: lli %s > /dev/null
+; XFAIL: arm
 
 @.LC0 = internal global [12 x i8] c"Hello World\00"            ; <[12 x i8]*> [#uses=1]
 
index 9f060be1c342d584fd4dff19b9005cedeab12695..10557ab5336f0e97ddd6b1404f16213e53b91efd 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: lli %s > /dev/null
+; XFAIL: arm
 
 @X = global i32 7              ; <i32*> [#uses=0]
 @msg = internal global [13 x i8] c"Hello World\0A\00"          ; <[13 x i8]*> [#uses=1]
index 68eb7580b4c1b565e9ffddf5e1efd076adafa826..797b359c29aa582387ab1ed8e7f34084e57c9b65 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: lli %s > /dev/null
+; XFAIL: arm
 
 define i32 @bar() {
        ret i32 0
index bd9f69adb83389942261a6f38989e4e535ca2677..2039ab5a6a3c18f7e034c81aeb1c838bcda8abd1 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: lli -disable-lazy-compilation=false %s
+; XFAIL: arm
 
 define i32 @main() nounwind {
 entry:
index 53155e8ac90a3a18f36046d7c5d2a45180137800..7eb57cbf0102e312d8b53a70d10889c29adc2075 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: lli %s > /dev/null
+; XFAIL: arm
 
 define void @test(i8* %P, i16* %P.upgrd.1, i32* %P.upgrd.2, i64* %P.upgrd.3) {
        %V = load i8* %P                ; <i8> [#uses=1]
index 302b18928cb80d98e80d2bc40fd0f5196b3aa1f2..1810bf24a91d7460dadc33b64bd89af9e16bf439 100644 (file)
@@ -284,6 +284,8 @@ int PlusOne(int arg) {
   return arg + 1;
 }
 
+// ARM tests disabled pending fix for PR10783.
+#if !defined(__arm__)
 TEST_F(JITTest, FarCallToKnownFunction) {
   // x86-64 can only make direct calls to functions within 32 bits of
   // the current PC.  To call anything farther away, we have to load
@@ -461,6 +463,7 @@ TEST_F(JITTest, ModuleDeletion) {
   EXPECT_EQ(RJMM->startExceptionTableCalls.size(),
             NumTablesDeallocated);
 }
+#endif // !defined(__arm__)
 
 // ARM and PPC still emit stubs for calls since the target may be too far away
 // to call directly.  This #if can probably be removed when
@@ -608,6 +611,8 @@ extern "C" int32_t JITTest_AvailableExternallyFunction() {
 }
 namespace {
 
+// ARM tests disabled pending fix for PR10783.
+#if !defined(__arm__)
 TEST_F(JITTest, AvailableExternallyFunctionIsntCompiled) {
   TheJIT->DisableLazyCompilation(true);
   LoadAssembly("define available_externally i32 "
@@ -627,6 +632,7 @@ TEST_F(JITTest, AvailableExternallyFunctionIsntCompiled) {
   EXPECT_EQ(42, func()) << "func should return 42 from the static version,"
                         << " not 7 from the IR version.";
 }
+#endif // !defined(__arm__)
 
 TEST_F(JITTest, EscapedLazyStubStillCallable) {
   TheJIT->DisableLazyCompilation(false);
@@ -729,6 +735,8 @@ TEST(LazyLoadedJITTest, MaterializableAvailableExternallyFunctionIsntCompiled) {
                         << " not 7 from the IR version.";
 }
 
+// ARM tests disabled pending fix for PR10783.
+#if !defined(__arm__)
 TEST(LazyLoadedJITTest, EagerCompiledRecursionThroughGhost) {
   LLVMContext Context;
   const std::string Bitcode =
@@ -763,6 +771,7 @@ TEST(LazyLoadedJITTest, EagerCompiledRecursionThroughGhost) {
     (intptr_t)TheJIT->getPointerToFunction(recur1IR));
   EXPECT_EQ(3, recur1(4));
 }
+#endif // !defined(__arm__)
 
 // This code is copied from JITEventListenerTest, but it only runs once for all
 // the tests in this directory.  Everything seems fine, but that's strange