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

Unified Diff: test/test262/test262.status

Issue 1550713002: Guard the property RegExp.prototype.unicode behind --harmony-regexp-unicode (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Test262 expectations Created 5 years 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/mjsunit/es6/no-unicode-regexp-flag.js ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test262/test262.status
diff --git a/test/test262/test262.status b/test/test262/test262.status
index 056b628850514a7c67728408361fd24d3f40db23..81b742a24061515f2b9def9878098f5dc9a8e6f3 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -316,6 +316,11 @@
'language/literals/regexp/u-case-mapping': [FAIL],
'language/literals/regexp/u-astral': [FAIL],
'built-ins/RegExp/valid-flags-y': [FAIL],
+ 'built-ins/RegExp/prototype/unicode/length': [FAIL],
+ 'built-ins/RegExp/prototype/unicode/name': [FAIL],
+ 'built-ins/RegExp/prototype/unicode/prop-desc': [FAIL],
+ 'built-ins/RegExp/prototype/unicode/this-invald-obj': [FAIL],
+ 'built-ins/RegExp/prototype/unicode/this-non-obj': [FAIL],
# https://code.google.com/p/v8/issues/detail?id=4602
'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL],
« no previous file with comments | « test/mjsunit/es6/no-unicode-regexp-flag.js ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698