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

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

Issue 1510173002: Revert of 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
« no previous file with comments | « 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 d5e25ba9e8bd361563ae69d2152b5da9c84e562b..a7ccb8f205c3890808898207bb8f24dfb7aa42b1 100644
--- a/test/webkit/toString-recursion-expected.txt
+++ b/test/webkit/toString-recursion-expected.txt
@@ -27,6 +27,7 @@
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
« no previous file with comments | « test/webkit/toString-recursion.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698