diff options
| author | 2015-07-24 14:43:26 -0700 | |
|---|---|---|
| committer | 2015-07-24 14:43:26 -0700 | |
| commit | 222223a00461031c30fabe202db09cae9fd828e2 (patch) | |
| tree | fcf476a6aef5702ad75f8986caad445e14564677 | |
| parent | 2a7ea34cda9bf776339dfc7f4a22ab01f9525f2d (diff) | |
Revert "runtest: Have gcstress tests skip 955-lambda-smali"
This reverts commit ef3119e6c75c431d9cf54e92dfe5b805597b1657.
| -rw-r--r-- | test/Android.run-test.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk index ed1339a09a..3d5c483a3b 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -288,10 +288,8 @@ 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. -# 955-lambda-smali temporarily disabled b/22665783 TEST_ART_BROKEN_GCSTRESS_RUN_TESTS := \ - 137-cfi \ - 955-lambda-smali + 137-cfi ifneq (,$(filter gcstress,$(GC_TYPES))) ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),$(PREBUILD_TYPES), \ |