summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2017-03-16 23:11:55 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-03-16 23:11:56 +0000
commit9e2a1cadf7fa7959343a9b201392eaa6e50dcdd9 (patch)
tree713964a4312110d6dd38047de7323df6d1c93b11 /test
parent9bb8928a8e0b04e530e49315009725f73aceb762 (diff)
parent4f2e957b07c8b6e48bbd7593bb64f3c5214fa489 (diff)
Merge "Ensure the GC visits Obsolete Methods"
Diffstat (limited to 'test')
-rw-r--r--test/Android.run-test.mk2
-rw-r--r--test/knownfailures.json5
2 files changed, 0 insertions, 7 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk
index 34de225e6a..7cd73fe15e 100644
--- a/test/Android.run-test.mk
+++ b/test/Android.run-test.mk
@@ -374,7 +374,6 @@ TEST_ART_BROKEN_INTERPRETER_ACCESS_CHECK_TESTS :=
# * 961-default-iface-resolution-gen and 964-default-iface-init-genare very long tests that often
# will take more than the timeout to run when gcstress is enabled. This is because gcstress
# slows down allocations significantly which these tests do a lot.
-# * 946-obsolete-throw: b/36335999.
TEST_ART_BROKEN_GCSTRESS_RUN_TESTS := \
137-cfi \
152-dead-large-object \
@@ -383,7 +382,6 @@ TEST_ART_BROKEN_GCSTRESS_RUN_TESTS := \
913-heaps \
961-default-iface-resolution-gen \
964-default-iface-init-gen \
- 946-obsolete-throw
ifneq (,$(filter gcstress,$(GC_TYPES)))
ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),$(PREBUILD_TYPES), \
diff --git a/test/knownfailures.json b/test/knownfailures.json
index 3c97172913..f3783a0ebd 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -330,11 +330,6 @@
"variant": "interpreter | optimizing | regalloc_gc | jit"
},
{
- "tests": "946-obsolete-throw",
- "bug": "http://b/36335999",
- "variant": "interp-ac & gcstress"
- },
- {
"tests": ["912-classes",
"616-cha",
"616-cha-abstract"],