OSDN Git Service

Blacklist failing test after critical JNI changes.
authorNicolas Geoffray <ngeoffray@google.com>
Mon, 12 Sep 2016 09:21:08 +0000 (10:21 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Mon, 12 Sep 2016 09:21:08 +0000 (10:21 +0100)
Change-Id: Ia525d12ba0a223ee3dfc4b095e0fe045271649cb

test/Android.run-test.mk

index 06ca098..6a98fb5 100644 (file)
@@ -338,7 +338,9 @@ endif
 TEST_ART_BROKEN_NO_RELOCATE_TESTS :=
 
 # Temporarily disable some broken tests when forcing access checks in interpreter b/22414682
+# 004-JniTest is disabled because @CriticalNative is unsupported by generic JNI b/31400248
 TEST_ART_BROKEN_INTERPRETER_ACCESS_CHECK_TESTS := \
+  004-JniTest \
   137-cfi
 
 ifneq (,$(filter interp-ac,$(COMPILER_TYPES)))