OSDN Git Service

Forgot this line for blacklisting.
authorNicolas Geoffray <ngeoffray@google.com>
Wed, 8 Mar 2017 14:51:43 +0000 (14:51 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Wed, 8 Mar 2017 14:51:43 +0000 (14:51 +0000)
Test: test-art-host
Change-Id: I97d330b1898561c69d7cd02c64ea574f5dcaeffa

test/Android.run-test.mk

index c83c799..01eb14e 100644 (file)
@@ -624,10 +624,11 @@ TEST_ART_BROKEN_OPTIMIZING_READ_BARRIER_RUN_TESTS :=
 TEST_ART_BROKEN_JIT_READ_BARRIER_RUN_TESTS :=
 
 # Tests failing in non-Baker read barrier configurations with the Optimizing compiler (AOT).
-# 537: Expects an array copy to be intrinsified, but calling-on-slowpath intrinsics are not yet
+# 537 and 641: Expect an array copy to be intrinsified, but calling-on-slowpath intrinsics are not yet
 #      handled in non-Baker read barrier configurations.
 TEST_ART_BROKEN_OPTIMIZING_NON_BAKER_READ_BARRIER_RUN_TESTS := \
-  537-checker-arraycopy
+  537-checker-arraycopy \
+  641-checker-arraycopy
 
 # Tests failing in non-Baker read barrier configurations with JIT (Optimizing compiler).
 # 537 and 641: Expect an array copy to be intrinsified, but calling-on-slowpath intrinsics are not yet