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

Unified Diff: test/webkit/regexp-compile-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/regexp-compile.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/regexp-compile-expected.txt
diff --git a/test/webkit/regexp-compile-expected.txt b/test/webkit/regexp-compile-expected.txt
index d5c59ce803f2d732e8855158309346214baa4e7d..319eb51fa0b4c8b3b63697d7e258371ccce34ac0 100644
--- a/test/webkit/regexp-compile-expected.txt
+++ b/test/webkit/regexp-compile-expected.txt
@@ -40,7 +40,7 @@ PASS re.toString() is '/c/i'
PASS re.compile(new RegExp('c'), 'i'); threw exception TypeError: Cannot supply flags when constructing one RegExp from another.
PASS re.toString() is '/c/i'
PASS re.compile(new RegExp('+')); threw exception SyntaxError: Invalid regular expression: /+/: Nothing to repeat.
-PASS re.toString() is '/undefined/'
+PASS re.toString() is '/(?:)/'
PASS re.toString() is '/null/'
PASS re.toString() is '/(?:)/'
PASS re.toString() is '/z/'
« no previous file with comments | « test/webkit/regexp-compile.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698