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

Unified Diff: test/webkit/toString-recursion-expected.txt

Issue 1507273002: Make Error.prototype.toString spec compliant; and fix various side-effect-free error printing metho… (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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
« src/messages.cc ('K') | « test/webkit/toString-recursion.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/toString-recursion-expected.txt
diff --git a/test/webkit/toString-recursion-expected.txt b/test/webkit/toString-recursion-expected.txt
index a7ccb8f205c3890808898207bb8f24dfb7aa42b1..d5e25ba9e8bd361563ae69d2152b5da9c84e562b 100644
--- a/test/webkit/toString-recursion-expected.txt
+++ b/test/webkit/toString-recursion-expected.txt
@@ -27,7 +27,6 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS var array = []; array[0] = array; array + '' is ''
-PASS var error = new Error; error.name = error; error.message = error; error + '' is ''
PASS var regexp = /a/; regexp.source = regexp; regexp + '' is '/a/'
PASS successfullyParsed is true
« src/messages.cc ('K') | « test/webkit/toString-recursion.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698