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

Unified Diff: test/test262-es6/test262-es6.status

Issue 1226143009: Fix limit calculation in String.prototype.split (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixed test expectations Created 5 years, 5 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
« src/string.js ('K') | « src/string.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test262-es6/test262-es6.status
diff --git a/test/test262-es6/test262-es6.status b/test/test262-es6/test262-es6.status
index 62261f2b5c1e71011cbc9004586bcb0bbd8c4688..4486e2fe92110dcd350b17c4e52bdbf08b102d8e 100644
--- a/test/test262-es6/test262-es6.status
+++ b/test/test262-es6/test262-es6.status
@@ -433,9 +433,6 @@
'built-ins/String/prototype/S15.5.4_A3': [FAIL],
'language/expressions/property-accessors/S11.2.1_A4_T5': [FAIL],
- # https://code.google.com/p/v8/issues/detail?id=4245
- 'built-ins/String/prototype/split/S15.5.4.14_A2_T37': [FAIL],
-
# The order of adding the name property is wrong
# https://code.google.com/p/v8/issues/detail?id=4199
'language/computed-property-names/class/static/method-number': [FAIL, FAIL_SLOPPY],
« src/string.js ('K') | « src/string.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698