From 55918190786972f609b64fae6f41d5c5d610bf09 Mon Sep 17 00:00:00 2001 From: Mathieu Chartier Date: Tue, 28 Feb 2017 13:20:27 -0800 Subject: [PATCH] Disable test 152 for gcstress Bug: 35800768 Test: test-art-host-run-test ART_TEST_GC_STRESS=true Change-Id: I6f5cdbb445b9cad6f57ffa5738c8c9e8ec3b9c98 --- test/Android.run-test.mk | 2 ++ test/knownfailures.json | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk index 95967b527..b575d55bc 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -368,6 +368,7 @@ TEST_ART_BROKEN_INTERPRETER_ACCESS_CHECK_TESTS := # Tests that are broken with GC stress. # * 137-cfi needs to unwind a second forked process. We're using a primitive sleep to wait till we # hope the second process got into the expected state. The slowness of gcstress makes this bad. +# * 152-dead-large-object requires a heap larger than what gcstress uses. # * 908-gc-start-finish expects GCs only to be run at clear points. The reduced heap size makes # this non-deterministic. Same for 913. # * 961-default-iface-resolution-gen and 964-default-iface-init-genare very long tests that often @@ -375,6 +376,7 @@ TEST_ART_BROKEN_INTERPRETER_ACCESS_CHECK_TESTS := # slows down allocations significantly which these tests do a lot. TEST_ART_BROKEN_GCSTRESS_RUN_TESTS := \ 137-cfi \ + 152-dead-large-object \ 154-gc-loop \ 908-gc-start-finish \ 913-heaps \ diff --git a/test/knownfailures.json b/test/knownfailures.json index 784f49c4b..6caf7b0f3 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -106,6 +106,11 @@ "slowness of gcstress makes this bad."] }, { + "test": "152-dead-large-object", + "variant": "gcstress", + "description": ["152-dead-large-object requires a heap larger than what gcstress uses."] + }, + { "tests": ["908-gc-start-finish", "913-heaps"], "variant": "gcstress", -- 2.11.0