diff options
| -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 768bc793fc..f0b88e9a32 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -1082,5 +1082,12 @@ "tests": ["566-polymorphic-inlining"], "variant": "jit & debuggable", "description": ["We do not inline with debuggable."] + }, + { + "tests": ["135-MirandaDispatch"], + "variant": "interp-ac & 32 & host", + "env_vars": {"SANITIZE_HOST": "address"}, + "bug": "b/112993554", + "description": ["Timeout with ASan and interp-ac on 32-bit host (x86)."] } ] |