Disable another unittest that doesn't work on arm and ppc.
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 15 Oct 2009 16:49:16 +0000 (16:49 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 15 Oct 2009 16:49:16 +0000 (16:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84186 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/ExecutionEngine/JIT/JITTest.cpp

index d7aaea7134fc0848190681a26c98a0709595b93e..41abfffb34bb12cacf2c86b7e044078b0cbeeeb7 100644 (file)
@@ -221,7 +221,6 @@ TEST_F(JITTest, NonLazyCompilationStillNeedsStubs) {
 
   F1Ptr();
 }
-#endif
 
 // Regression test for PR5162.  This used to trigger an AssertingVH inside the
 // JIT's Function to stub mapping.
@@ -263,6 +262,7 @@ TEST_F(JITTest, NonLazyLeaksNoStubs) {
   EXPECT_EQ(Func2->getNumUses(), 0u);
   Func2->eraseFromParent();
 }
+#endif
 
 // 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