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

Unified Diff: test/message/message.status

Issue 1784013003: [testing] Convert some "preparser" tests into "message". (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 | « no previous file | test/message/strict-octal-number.js » ('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 f764cd0a732823cb8bc5b683146af490ea609f97..cbfc687881abaeb7c3ec887c411a432af6aac455 100644
--- a/test/message/message.status
+++ b/test/message/message.status
@@ -29,6 +29,10 @@
[ALWAYS, {
# All tests in the bug directory are expected to fail.
'bugs/*': [FAIL],
+ # We don't parse RegExps at scanning time, so we can't fail on octal
+ # escapes (we need to parse to distinguish octal escapes from valid
+ # back-references).
+ 'strict-octal-regexp': [SKIP],
}], # ALWAYS
['ignition == True', {
# TODO(4680): Some source positions are off with Ignition.
« no previous file with comments | « no previous file | test/message/strict-octal-number.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698