Revert "ART: Disable test 137 for ASAN"
This reverts commit 73dd3a2ce6c2f54f25169971447c1dd9ccf543a4.
Reason for revert: The original bug was fixed.
Test: Ran asan the previously failing test (test/testrunner/testrunner.py -b --host -t 137).
Change-Id: I8a089bb1beeaf55a20ec8fa078cd3aaa699dfcc0
diff --git a/test/knownfailures.json b/test/knownfailures.json
index f515226..67ca316 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -706,13 +706,6 @@
"description": "Test disabled due to redefine-stress disabling intrinsics which changes the trace output slightly."
},
{
- "tests": "137-cfi",
- "description": [ "ASan is reporting out-of-bounds reads in libunwind."],
- "variant": "host",
- "env_vars": {"SANITIZE_HOST": "address"},
- "bug": "b/62350406"
- },
- {
"tests": ["137-cfi", "629-vdex-speed"],
"description": [ "Tests require speed compilation which is no longer the default for",
"no-prebuild or no-image configs."],