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

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

Issue 742963002: Rename String.prototype.contains to 'includes'. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Disable test262-es6 tests Created 6 years, 1 month 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/harmony/string-includes.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 3791dfd9977e0d762d0ba12a93e8ed53b8240255..8662159a7352504c240cb591936a723821f6e00c 100644
--- a/test/test262-es6/test262-es6.status
+++ b/test/test262-es6/test262-es6.status
@@ -167,6 +167,15 @@
'15.2.3.14-1-2': [PASS, FAIL_OK],
'15.2.3.14-1-3': [PASS, FAIL_OK],
+ # String.prototype.contains renamed to 'S.p.includes'
+ 'String.prototype.contains_FailBadLocation' : [FAIL_OK],
+ 'String.prototype.contains_FailLocation' : [FAIL_OK],
+ 'String.prototype.contains_FailMissingLetter' : [FAIL_OK],
+ 'String.prototype.contains_lengthProp' : [FAIL_OK],
+ 'String.prototype.contains_Success' : [FAIL_OK],
+ 'String.prototype.contains_SuccessNoLocation' : [FAIL_OK],
+
+
############################ SKIPPED TESTS #############################
# These tests take a looong time to run in debug mode.
« no previous file with comments | « test/mjsunit/harmony/string-includes.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698