diff options
| author | 2017-06-05 23:56:14 +0000 | |
|---|---|---|
| committer | 2017-06-05 23:56:17 +0000 | |
| commit | 40c6710dfa0d10d34dcca8ed92c214faba36c833 (patch) | |
| tree | c354e0fcd4d12274b6d3f81e1010671a044bdd56 | |
| parent | 4f101e5b6ae214a73bdd912374f5dc565d336e47 (diff) | |
| parent | 73dd3a2ce6c2f54f25169971447c1dd9ccf543a4 (diff) | |
Merge "ART: Disable test 137 for ASAN"
| -rw-r--r-- | test/knownfailures.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json index 4b16a5926d..214b827f6a 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -699,5 +699,12 @@ "of the framework. But a non-sanitized zipalign binary does not work with", "a sanitized libc++."], "env_vars": {"SANITIZE_HOST": "address"} + }, + { + "tests": "137-cfi", + "description": [ "ASan is reporting out-of-bounds reads in libunwind."], + "variant": "host", + "env_vars": {"SANITIZE_HOST": "address"}, + "bug": "b/62350406" } ] |