From 5458f8940ab39e11374e2b00814ee32790f274e8 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Mon, 24 Oct 2016 15:50:49 -0700 Subject: [PATCH] ART: Blacklist test 908 for target As usual, black-list an agent test for the target. Bug: 31684633 Test: m test-art-host-run-test-908-gc-start-finish Change-Id: I0c246f7af7942ae098dc1d6829b34562ec4222e5 --- test/Android.run-test.mk | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk index c99510a53..d96247203 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -263,17 +263,20 @@ endif # 147-stripped-dex-fallback isn't supported on device because --strip-dex # requires the zip command. # 569-checker-pattern-replacement tests behaviour present only on host. -# 90{2,3,4,5,6,7} are not supported in current form due to linker -# restrictions. See b/31681198 TEST_ART_BROKEN_TARGET_TESTS := \ 147-stripped-dex-fallback \ - 569-checker-pattern-replacement \ + 569-checker-pattern-replacement + +# These 9** tests are not supported in current form due to linker +# restrictions. See b/31681198 +TEST_ART_BROKEN_TARGET_TESTS += \ 902-hello-transformation \ 903-hello-tagging \ 904-object-allocation \ 905-object-free \ 906-iterate-heap \ 907-get-loaded-classes \ + 908-gc-start-finish \ ifneq (,$(filter target,$(TARGET_TYPES))) ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,target,$(RUN_TYPES),$(PREBUILD_TYPES), \ -- 2.11.0