Commit 8aae39b5 authored by machenbach's avatar machenbach Committed by Commit bot

[test] Skip some webkit tests with isolates or ASAN.

BUG=v8:4499
LOG=n
NOTRY=true
NOTREECHECKS=true
TBR=jkummerow@chromium.org

Review URL: https://codereview.chromium.org/1411933003

Cr-Commit-Position: refs/heads/master@{#31364}
parent 1f7490b3
......@@ -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', {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment