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

Unified Diff: test/webkit/cyclic-prototypes-expected.txt

Issue 1198523002: [es6] throw TypeError when setting cyclic prototype value (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix webkit failure Created 5 years, 6 months 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/mjsunit/proto-accessor.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/cyclic-prototypes-expected.txt
diff --git a/test/webkit/cyclic-prototypes-expected.txt b/test/webkit/cyclic-prototypes-expected.txt
index 7ac87b04ca9cde9eb65f230e3b1ea8f51c1618d3..34bdb04a739c4234d5dca10a3e583a830e13a512 100644
--- a/test/webkit/cyclic-prototypes-expected.txt
+++ b/test/webkit/cyclic-prototypes-expected.txt
@@ -26,7 +26,7 @@ This test makes sure we don't hang when setting cyclic prototype values: http://
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS o1.__proto__ = o3; threw exception Error: Cyclic __proto__ value.
+PASS o1.__proto__ = o3; threw exception TypeError: Cyclic __proto__ value.
PASS ({}).hasOwnProperty.call(o1, '__proto__') is false
PASS ({}).hasOwnProperty.call(o1, '__proto__') is true
PASS Object.getPrototypeOf(o1) is null
« no previous file with comments | « test/mjsunit/proto-accessor.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698