diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2014-09-30 15:05:13 +0100 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2014-09-30 15:26:49 +0100 |
commit | 3d56be868c94c7a17bb03b8b1401978ea3390da1 (patch) | |
tree | ad758bdccd02686788239ba157e752134a16c8b1 /test/Android.run-test.mk | |
parent | 79705f99ea6351c8625f47b8659ecd56a4120459 (diff) | |
download | art-3d56be868c94c7a17bb03b8b1401978ea3390da1.zip art-3d56be868c94c7a17bb03b8b1401978ea3390da1.tar.gz art-3d56be868c94c7a17bb03b8b1401978ea3390da1.tar.bz2 |
Disable ThreadStress.
Change-Id: Ieead69051687a8cc4687ab0c8c8879d780da01f3
Diffstat (limited to 'test/Android.run-test.mk')
-rw-r--r-- | test/Android.run-test.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk index 773a950..302db38 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -157,6 +157,15 @@ 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),$(PREBUILD_TYPES), \ + $(COMPILER_TYPES),$(RELOCATE_TYPES),$(TRACE_TYPES),$(GC_TYPES),$(JNI_TYPES), \ + $(IMAGE_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 |