diff options
| -rw-r--r-- | test/knownfailures.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json index ae20557e2f..a723c3bbd5 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -569,6 +569,12 @@ "env_vars": {"SANITIZE_HOST": "address"} }, { + "tests": "175-alloc-big-bignums", + "description": "ASAN runs out of memory due to huge allocations.", + "variant": "host", + "env_vars": {"SANITIZE_HOST": "address"} + }, + { "tests": "202-thread-oome", "description": "ASAN aborts when large thread stacks are requested.", "variant": "host", |