diff options
| author | Goran Jakovljevic <Goran.Jakovljevic@imgtec.com> | 2017-04-05 16:27:25 +0200 |
|---|---|---|
| committer | Goran Jakovljevic <Goran.Jakovljevic@imgtec.com> | 2017-04-06 10:42:52 +0200 |
| commit | 9c4f0d8ffd8fb1ce31b3f8de5ca8da497e0bee9a (patch) | |
| tree | e72395eb564f86dbc2d620ba03879a2ff1d56067 /runtime/reflection_test.cc | |
| parent | 7851a5339d5ebd6fd2a3a8d40abc15aad694d024 (diff) | |
| download | art-9c4f0d8ffd8fb1ce31b3f8de5ca8da497e0bee9a.tar.gz art-9c4f0d8ffd8fb1ce31b3f8de5ca8da497e0bee9a.tar.bz2 art-9c4f0d8ffd8fb1ce31b3f8de5ca8da497e0bee9a.zip | |
Clean up after MIPS got read barriers support
This enables checker tests, as well as compiler_driver_test and
reflection_test for MIPS32 and MIPS64.
Test: mma test-art-host-gtest
Test: mma test-art-target-gtest in QEMU (MIPS64)
Test: ./testrunner.py --optimizing --target in QEMU (MIPS64)
Change-Id: Ic6fe5b17f7f2cd7e38e12fef25afccf9358b80e0
Diffstat (limited to 'runtime/reflection_test.cc')
| -rw-r--r-- | runtime/reflection_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/reflection_test.cc b/runtime/reflection_test.cc index e254dfe627..2f70ded8eb 100644 --- a/runtime/reflection_test.cc +++ b/runtime/reflection_test.cc @@ -509,7 +509,6 @@ class ReflectionTest : public CommonCompilerTest { }; TEST_F(ReflectionTest, StaticMainMethod) { - TEST_DISABLED_FOR_READ_BARRIER_WITH_OPTIMIZING_FOR_UNSUPPORTED_INSTRUCTION_SETS(); ScopedObjectAccess soa(Thread::Current()); jobject jclass_loader = LoadDex("Main"); StackHandleScope<1> hs(soa.Self()); |
