diff options
Diffstat (limited to 'compiler/driver/compiler_driver_test.cc')
-rw-r--r-- | compiler/driver/compiler_driver_test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver_test.cc b/compiler/driver/compiler_driver_test.cc index ba03f5a5d4..b358f4f396 100644 --- a/compiler/driver/compiler_driver_test.cc +++ b/compiler/driver/compiler_driver_test.cc @@ -146,7 +146,7 @@ TEST_F(CompilerDriverTest, DISABLED_LARGE_CompileDexLibCore) { } TEST_F(CompilerDriverTest, AbstractMethodErrorStub) { - TEST_DISABLED_FOR_HEAP_REFERENCE_POISONING(); + TEST_DISABLED_FOR_HEAP_REFERENCE_POISONING_WITH_QUICK(); jobject class_loader; { ScopedObjectAccess soa(Thread::Current()); @@ -192,6 +192,7 @@ class CompilerDriverMethodsTest : public CompilerDriverTest { }; TEST_F(CompilerDriverMethodsTest, Selection) { + TEST_DISABLED_FOR_HEAP_REFERENCE_POISONING_WITH_QUICK(); Thread* self = Thread::Current(); jobject class_loader; { |