summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2016-10-11 16:03:13 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-10-11 16:03:14 +0000
commit1e0d8ce4e56d47a399ab367b9dcb5b34069a9f27 (patch)
tree1d61055551f07b1c235dcd26fd994a84de376766
parent91d1b61db7f83c7b8119a0327fbe2f3c0b6a17db (diff)
parentb982c388e0c86f196088a00f6c053115091029e9 (diff)
Merge "Enable generic JNI tests for MIPS32"
-rw-r--r--compiler/jni/jni_compiler_test.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/jni/jni_compiler_test.cc b/compiler/jni/jni_compiler_test.cc
index 36e252742c..0cf5f18c4b 100644
--- a/compiler/jni/jni_compiler_test.cc
+++ b/compiler/jni/jni_compiler_test.cc
@@ -401,7 +401,6 @@ jobject JniCompilerTest::class_loader_;
ScopedCheckHandleScope top_handle_scope_check; \
SCOPED_TRACE("Normal JNI with generic"); \
gCurrentJni = static_cast<uint32_t>(JniKind::kNormal); \
- TEST_DISABLED_FOR_MIPS(); \
SetCheckGenericJni(true); \
TestName ## Impl(); \
}
@@ -420,7 +419,6 @@ jobject JniCompilerTest::class_loader_;
ScopedCheckHandleScope top_handle_scope_check; \
SCOPED_TRACE("@FastNative JNI with generic"); \
gCurrentJni = static_cast<uint32_t>(JniKind::kFast); \
- TEST_DISABLED_FOR_MIPS(); \
SetCheckGenericJni(true); \
TestName ## Impl(); \
}