[llvm-commits] [llvm] r84186 - /llvm/trunk/unittests/ExecutionEngine/JIT/JITTest.cpp
Benjamin Kramer
benny.kra at googlemail.com
Thu Oct 15 09:49:20 PDT 2009
Author: d0k
Date: Thu Oct 15 11:49:16 2009
New Revision: 84186
URL: http://llvm.org/viewvc/llvm-project?rev=84186&view=rev
Log:
Disable another unittest that doesn't work on arm and ppc.
Modified:
llvm/trunk/unittests/ExecutionEngine/JIT/JITTest.cpp
Modified: llvm/trunk/unittests/ExecutionEngine/JIT/JITTest.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/ExecutionEngine/JIT/JITTest.cpp?rev=84186&r1=84185&r2=84186&view=diff
==============================================================================
--- llvm/trunk/unittests/ExecutionEngine/JIT/JITTest.cpp (original)
+++ llvm/trunk/unittests/ExecutionEngine/JIT/JITTest.cpp Thu Oct 15 11:49:16 2009
@@ -221,7 +221,6 @@
F1Ptr();
}
-#endif
// Regression test for PR5162. This used to trigger an AssertingVH inside the
// JIT's Function to stub mapping.
@@ -263,6 +262,7 @@
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
More information about the llvm-commits
mailing list