diff options
| author | 2015-10-20 10:23:32 -0700 | |
|---|---|---|
| committer | 2015-10-20 10:23:32 -0700 | |
| commit | 8d148c969769be83fc24484c46be5a2f1e672a0e (patch) | |
| tree | aa2b2c3def4eb56307921fbc4ea7e264cfb1a387 | |
| parent | 08583a096adb04e57b7b57ba4d87b006582e7ee9 (diff) | |
Disable test 961-default-iface-resolution-generated with gcstress
The test takes too long with gcstress and can cause timeouts.
Change-Id: I99d16e882650ea73d07f4292fcfba0869f5b7ed1
| -rw-r--r-- | test/Android.run-test.mk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk index ad64b68ee2..ff5c73484f 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -297,10 +297,13 @@ endif 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. +# * 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. +# * 961-default-iface-resolution-generated does is a very long test that often will take more then +# the timeout to run when gcstress is enabled and making things slower. TEST_ART_BROKEN_GCSTRESS_RUN_TESTS := \ - 137-cfi + 137-cfi \ + 961-default-iface-resolution-generated ifneq (,$(filter gcstress,$(GC_TYPES))) ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),$(PREBUILD_TYPES), \ |