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

Unified Diff: test/message/message.status

Issue 1783773003: [testing] Extend interpreter testing to message suite. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_interpreter-fix-throw-position
Patch Set: Rebased. 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/message/message.status
diff --git a/test/message/message.status b/test/message/message.status
index 234bf0f35ca1b50c16f0aa3d1d10ef088d60c42d..f764cd0a732823cb8bc5b683146af490ea609f97 100644
--- a/test/message/message.status
+++ b/test/message/message.status
@@ -30,4 +30,15 @@
# All tests in the bug directory are expected to fail.
'bugs/*': [FAIL],
}], # ALWAYS
+['ignition == True', {
+ # TODO(4680): Some source positions are off with Ignition.
+ 'default-parameter-tdz': [SKIP],
Yang 2016/03/11 08:12:12 Can you mark these as FAIL so that we can figure o
+ 'default-parameter-tdz-arrow': [SKIP],
+ 'destructuring-modify-const': [SKIP],
+ 'instanceof': [SKIP],
+ 'overwritten-builtins': [SKIP],
+ 'regress/regress-1527': [SKIP],
+ 'regress/regress-3995': [SKIP],
+ 'replacement-marker-as-argument': [SKIP],
+}], # ignition == True
]
« 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