Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Unified Diff: test/webkit/webkit.status

Issue 1411933003: [test] Skip some webkit tests with isolates or ASAN. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698