OSDN Git Service

Ignore 145-alloc-tracking-stress failures in interpreter with CC.
authorRoland Levillain <rpl@google.com>
Fri, 4 Mar 2016 16:01:22 +0000 (16:01 +0000)
committerRoland Levillain <rpl@google.com>
Fri, 4 Mar 2016 16:01:22 +0000 (16:01 +0000)
This run-test fails also with the interpreter on the
concurrent collector configuration; disable it for now.

Bug: 27467554
Change-Id: I54f76536b498ea2dedfd76d1bd77e1e26b415eb2

test/Android.run-test.mk

index e05d4f5..c4f0171 100644 (file)
@@ -541,7 +541,9 @@ endif
 TEST_ART_BROKEN_OPTIMIZING_DEBUGGABLE_RUN_TESTS :=
 
 # Tests that should fail in the read barrier configuration with the interpreter.
-TEST_ART_BROKEN_INTERPRETER_READ_BARRIER_RUN_TESTS :=
+# 145: Test sometimes times out in read barrier configuration (b/27467554).
+TEST_ART_BROKEN_INTERPRETER_READ_BARRIER_RUN_TESTS := \
+  145-alloc-tracking-stress
 
 # Tests that should fail in the read barrier configuration with the default (Quick) compiler (AOT).
 # Quick has no support for read barriers and punts to the interpreter, so this list is composed of