diff options
| -rw-r--r-- | test/Android.run-test.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk index c83c799a6c..01eb14eda2 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -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 |