From 8ccc8fcf2fc631db73061a514b56af161016423f Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Wed, 12 Oct 2016 13:09:03 -0700 Subject: [PATCH] ART: Disable test 906 for target Bug: 31385354 Test: m test-art-host-run-test-906-iterate-heap Change-Id: Ic31d25acd9c50dfefddd567ead30d8d3e3f97d0a --- test/Android.run-test.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk index 29000f053..1a0f78ee4 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -263,7 +263,7 @@ 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} are not supported in current form due to linker +# 90{2,3,4,5,6} are not supported in current form due to linker # restrictions. See b/31681198 TEST_ART_BROKEN_TARGET_TESTS := \ 147-stripped-dex-fallback \ @@ -272,6 +272,7 @@ TEST_ART_BROKEN_TARGET_TESTS := \ 903-hello-tagging \ 904-object-allocation \ 905-object-free \ + 906-iterate-heap \ ifneq (,$(filter target,$(TARGET_TYPES))) ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,target,$(RUN_TYPES),$(PREBUILD_TYPES), \ -- 2.11.0