From f8069a217312e486d034cb850e41639580b7385f Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Thu, 13 Nov 2014 18:24:52 +0000 Subject: [PATCH] Revert "Unfortunately, the test still hits too many run failures." This reverts commit 05b6570eb63d1236d38b1bb8b4ebeb8d36a76c31. Change-Id: I8e0143e59e4e2f66930f04ecf295ed01418a7135 --- test/Android.run-test.mk | 9 --------- 1 file changed, 9 deletions(-) diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk index 3c6c058e2..a6f31b4aa 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -177,15 +177,6 @@ endif TEST_ART_TIMING_SENSITIVE_RUN_TESTS := -TEST_ART_BROKEN_RUN_TESTS := \ - 004-ThreadStress - -ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),$(PREBUILD_TYPES), \ - $(COMPILER_TYPES),$(RELOCATE_TYPES),$(TRACE_TYPES),$(GC_TYPES),$(JNI_TYPES), \ - $(IMAGE_TYPES), $(PICTEST_TYPES), $(TEST_ART_BROKEN_RUN_TESTS), $(ALL_ADDRESS_SIZES)) - -TEST_ART_BROKEN_RUN_TESTS := - # Note 116-nodex2oat is not broken per-se it just doesn't (and isn't meant to) work with --prebuild. TEST_ART_BROKEN_PREBUILD_RUN_TESTS := \ 116-nodex2oat -- 2.11.0