From fee85561670331f38e0676baadc9be422d3d079c Mon Sep 17 00:00:00 2001 From: Roland Levillain Date: Fri, 4 Mar 2016 16:01:22 +0000 Subject: Ignore 145-alloc-tracking-stress failures in interpreter with CC. 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk index e05d4f54c5..c4f0171f0d 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -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 -- cgit v1.2.3-59-g8ed1b