diff options
Diffstat (limited to 'runtime/reflection_test.cc')
-rw-r--r-- | runtime/reflection_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/reflection_test.cc b/runtime/reflection_test.cc index 6f17e7d42c..9707fb8e42 100644 --- a/runtime/reflection_test.cc +++ b/runtime/reflection_test.cc @@ -505,6 +505,7 @@ class ReflectionTest : public CommonCompilerTest { }; TEST_F(ReflectionTest, StaticMainMethod) { + TEST_DISABLED_FOR_HEAP_REFERENCE_POISONING_WITH_QUICK(); ScopedObjectAccess soa(Thread::Current()); jobject jclass_loader = LoadDex("Main"); StackHandleScope<1> hs(soa.Self()); |