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

Unified Diff: test/webkit/fast/regex/constructor-expected.txt

Issue 1448933002: Introduce a BuiltinsConstructStub that sets up new.target and does a [[call]] per ES6 9.3.2 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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/webkit/fast/regex/constructor.js ('k') | test/webkit/regexp-compile.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/fast/regex/constructor-expected.txt
diff --git a/test/webkit/fast/regex/constructor-expected.txt b/test/webkit/fast/regex/constructor-expected.txt
index e59c3227703e921f33b077e5515de28f5b8f1668..55816d969a15bb1415809cba04728db17902d006 100644
--- a/test/webkit/fast/regex/constructor-expected.txt
+++ b/test/webkit/fast/regex/constructor-expected.txt
@@ -28,8 +28,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS re === RegExp(re) is true
PASS re !== new RegExp(re) is true
-PASS re === RegExp(re,'i') threw exception TypeError: Cannot supply flags when constructing one RegExp from another.
-PASS re !== new RegExp(re,'i') threw exception TypeError: Cannot supply flags when constructing one RegExp from another.
+PASS re === RegExp(re,'i') is false
+PASS re !== new RegExp(re,'i') is true
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « test/webkit/fast/regex/constructor.js ('k') | test/webkit/regexp-compile.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698