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

Unified Diff: test/mjsunit/harmony/disable-harmony-string.js

Issue 779203005: Make sure that individual shipping features can be disabled. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Added test Created 6 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 | « src/flag-definitions.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/harmony/disable-harmony-string.js
diff --git a/test/mjsunit/regress/regress-crbug-410033.js b/test/mjsunit/harmony/disable-harmony-string.js
similarity index 67%
copy from test/mjsunit/regress/regress-crbug-410033.js
copy to test/mjsunit/harmony/disable-harmony-string.js
index 63693e64f732414661b464a39d33ba9eed66569f..0b88ae0be9a978149e04a78dbe90fa801c427428 100644
--- a/test/mjsunit/regress/regress-crbug-410033.js
+++ b/test/mjsunit/harmony/disable-harmony-string.js
@@ -2,6 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --allow-natives-syntax --expose-gc
+// Flags: --noharmony-strings
-%GetScript('v8/gc');
+assertEquals(undefined, String.prototype.includes);
« no previous file with comments | « src/flag-definitions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698