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

Unified Diff: test/webkit/Object-create-expected.txt

Issue 144193005: ES6: Implement Object.setPrototypeOf (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 11 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/set-prototype-of.js ('k') | test/webkit/fast/js/Object-getOwnPropertyNames.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/Object-create-expected.txt
diff --git a/test/webkit/Object-create-expected.txt b/test/webkit/Object-create-expected.txt
index 519cfb443683b36d1f948d9748fb86a98525dd78..ff315440288f7963b51543eb3e3edb9593893415 100644
--- a/test/webkit/Object-create-expected.txt
+++ b/test/webkit/Object-create-expected.txt
@@ -26,8 +26,8 @@ Test to ensure correct behaviour of Object.defineProperties
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS Object.create() threw exception TypeError: Object prototype may only be an Object or null.
-PASS Object.create('a string') threw exception TypeError: Object prototype may only be an Object or null.
+PASS Object.create() threw exception TypeError: Object prototype may only be an Object or null: undefined.
+PASS Object.create('a string') threw exception TypeError: Object prototype may only be an Object or null: a string.
PASS Object.create({}, 'a string') threw exception TypeError: Property description must be an object: a.
PASS Object.create(null, 'a string') threw exception TypeError: Property description must be an object: a.
PASS JSON.stringify(Object.create(null,{property:{value:'foo', enumerable:true}, property2:{value:'foo', enumerable:true}})) is '{"property":"foo","property2":"foo"}'
« no previous file with comments | « test/mjsunit/set-prototype-of.js ('k') | test/webkit/fast/js/Object-getOwnPropertyNames.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698