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

Unified Diff: test/webkit/webkit.status

Issue 1799603003: [testing] Extend interpreter testing to webkit suite. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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 | « test/ignition.isolate ('k') | tools/run-tests.py » ('j') | 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 fa527427bc087239db10ce4604b4e08d6bd1b03b..2e2bbcc928d683504af8625a6e0b790699ade085 100644
--- a/test/webkit/webkit.status
+++ b/test/webkit/webkit.status
@@ -97,6 +97,15 @@
}], # 'gc_stress == True and mode == debug'
##############################################################################
+['ignition == True', {
+ # TODO(4680): Throws a RangeError due to stack overflow. Need investigation.
+ 'fast/js/excessive-comma-usage': [SKIP], # Stack is brittle, SKIP not FAIL.
+
+ # TODO(4680): Assertion is C++ collection, looks like ordinary bug.
+ 'fast/js/parser-syntax-check': [SKIP], # Only some C++ libs, SKIP not FAIL.
+}], # ignition == True
+
+##############################################################################
['gcov_coverage', {
# Tests taking too long or getting too large call stacks.
'fast/js/excessive-comma-usage': [SKIP],
« no previous file with comments | « test/ignition.isolate ('k') | tools/run-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698