| Index: test/test262/test262.status
|
| diff --git a/test/test262/test262.status b/test/test262/test262.status
|
| index 4530aa0935e1de5e3e1a01df5f0ff5b31286d479..bb0f4a9b4a2cb7e39da59b19db1565cd1388188e 100644
|
| --- a/test/test262/test262.status
|
| +++ b/test/test262/test262.status
|
| @@ -531,17 +531,13 @@
|
| # BUG(v8:4653): Test262 tests which rely on quit() are not compatible with
|
| # asan's --omit-quit flag.
|
| 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
|
| -
|
| - # https://bugs.chromium.org/p/v8/issues/detail?id=4639
|
| - # The failed allocation causes an asan error
|
| - 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
|
| }], # asan == True
|
|
|
| -['msan == True', {
|
| +['asan == True or msan == True or tsan == True', {
|
| # https://bugs.chromium.org/p/v8/issues/detail?id=4639
|
| - # The failed allocation causes an msan error
|
| + # The failed allocation causes an asan/msan/tsan error
|
| 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
|
| -}], # msan == True
|
| +}], # asan == True or msan == True or tsan == True
|
|
|
| ['ignition == True', {
|
| 'annexB/B.2.3.*': [SKIP],
|
|
|