| Index: test/webkit/webkit.status
|
| diff --git a/test/webkit/webkit.status b/test/webkit/webkit.status
|
| index 57d86cb92138dfbeab39edb1e1abf2449710cd76..f451ad8d6cfab8deeffe22453bc9e1759a8b169a 100644
|
| --- a/test/webkit/webkit.status
|
| +++ b/test/webkit/webkit.status
|
| @@ -63,6 +63,29 @@
|
| 'reentrant-caching': [SKIP],
|
| }], # 'dcheck_always_on == True and (arch == arm or arch == arm64)'
|
|
|
| +##############################################################################
|
| +['asan == True', {
|
| + # Skip tests not suitable for ASAN.
|
| + 'fast/js/excessive-comma-usage': [SKIP],
|
| +
|
| + # BUG(v8:4499).
|
| + 'run-json-stringify': [SKIP],
|
| +}], # 'asan == True'
|
| +
|
| +##############################################################################
|
| +['isolates', {
|
| + # BUG(v8:4499).
|
| + 'array-filter': [SKIP],
|
| + 'break-ASI': [SKIP],
|
| + 'class-syntax-expression': [SKIP],
|
| + 'fast/js/date-negative-setmonth': [SKIP],
|
| + 'function-dot-length-read-only': [SKIP],
|
| + 'function-prototype-descriptor': [SKIP],
|
| + 'fast/js/kde/object_prototype': [SKIP],
|
| + 'regexp-zero-length-alternatives': [SKIP],
|
| + 'resolve-arguments-from-scope': [SKIP],
|
| + 'sort-large-array': [SKIP],
|
| +}], # 'isolates'
|
|
|
| ##############################################################################
|
| ['gc_stress == True', {
|
|
|