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

Unified Diff: test/test262/test262.status

Issue 1846303002: Further ES2015 RegExp spec compliance fixes (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix cctest 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/mjsunit/es6/regexp-tostring.js ('k') | test/webkit/fast/regex/toString-expected.txt » ('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 19268848b44c5ffd0f7389d2d9ee5a8a079ecae6..8cd4496d807df3e753e00b2de81b51d0e10abfa9 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -100,20 +100,32 @@
'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK],
###### BEGIN REGEXP SUBCLASSING SECTION ######
- # https://code.google.com/p/v8/issues/detail?id=4602
- # Fails due to mismatching [[OriginalFlags]] and getters
- 'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL],
+ # Spec change in progress https://github.com/tc39/ecma262/pull/494
+ # RegExpBuiltinMatch reads flags from [[OriginalFlags]]
+ 'built-ins/RegExp/prototype/Symbol.match/builtin-coerce-sticky': [FAIL],
+ 'built-ins/RegExp/prototype/Symbol.match/builtin-get-global-err': [FAIL],
+ 'built-ins/RegExp/prototype/Symbol.match/builtin-get-sticky-err': [FAIL],
+ 'built-ins/RegExp/prototype/Symbol.match/builtin-success-g-set-lastindex': [FAIL],
+ 'built-ins/RegExp/prototype/Symbol.match/builtin-success-g-set-lastindex-err': [FAIL],
'built-ins/RegExp/prototype/Symbol.match/coerce-sticky': [FAIL],
- 'built-ins/RegExp/prototype/Symbol.replace/get-sticky-coerce': [FAIL],
+ 'built-ins/RegExp/prototype/Symbol.match/get-sticky-err': [FAIL],
'built-ins/RegExp/prototype/Symbol.replace/coerce-global': [FAIL],
'built-ins/RegExp/prototype/Symbol.replace/coerce-unicode': [FAIL],
+ 'built-ins/RegExp/prototype/Symbol.replace/get-sticky-coerce': [FAIL],
+ 'built-ins/RegExp/prototype/Symbol.replace/get-sticky-err': [SKIP],
'built-ins/RegExp/prototype/Symbol.search/get-sticky-coerce': [FAIL],
+ 'built-ins/RegExp/prototype/Symbol.search/get-sticky-err': [FAIL],
+ 'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL],
+ 'built-ins/RegExp/prototype/exec/get-sticky-err': [FAIL],
+ 'built-ins/RegExp/prototype/test/get-sticky-err': [FAIL],
# Missing lastIndex support
'built-ins/RegExp/prototype/Symbol.split/str-result-coerce-length-err': [FAIL],
# Times out
'built-ins/RegExp/prototype/Symbol.split/str-coerce-lastindex': [SKIP],
+ 'built-ins/RegExp/prototype/Symbol.match/coerce-global': [SKIP],
+ 'built-ins/RegExp/prototype/Symbol.match/builtin-coerce-global': [SKIP],
# Sticky support busted
'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL],
@@ -123,9 +135,6 @@
# happens to be thrown for some other reason.
'built-ins/RegExp/prototype/Symbol.split/str-result-get-length-err': [SKIP],
- # Spec change in progress: https://github.com/tc39/ecma262/issues/489
- 'built-ins/RegExp/prototype/Symbol.replace/get-sticky-err': [SKIP],
- #
###### END REGEXP SUBCLASSING SECTION ######
# https://code.google.com/p/v8/issues/detail?id=4360
« no previous file with comments | « test/mjsunit/es6/regexp-tostring.js ('k') | test/webkit/fast/regex/toString-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698