mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Disable another unittest that doesn't work on arm and ppc.
llvm-svn: 84186
This commit is contained in:
parent
609b7287b8
commit
1ae4bc038e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user