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

Unified Diff: test/test262/test262.status

Issue 2339443002: [regexp] Avoid unneeded accesses to lastIndex (Closed)
Patch Set: Update test262 status Created 4 years, 3 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/regress/regress-2438.js ('k') | no next file » | 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 65c9d84d67600264b19cf88746cdc1bff95e7164..30139864572837aa6a861425efc6fa049ed7e833 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -126,6 +126,11 @@
###### END REGEXP SUBCLASSING SECTION ######
+ # https://bugs.chromium.org/p/v8/issues/detail?id=5360
+ 'built-ins/RegExp/prototype/Symbol.match/builtin-coerce-lastindex-err': [FAIL],
+ 'built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex': [FAIL],
+ 'built-ins/RegExp/prototype/Symbol.search/set-lastindex-restore': [FAIL],
+
# https://code.google.com/p/v8/issues/detail?id=4360
'intl402/Collator/10.1.1_1': [FAIL],
'intl402/DateTimeFormat/12.1.1_1': [FAIL],
« no previous file with comments | « test/mjsunit/regress/regress-2438.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698