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

Side by Side Diff: test/es5conform/es5conform.status

Issue 2819034: Add ES5 Object.isExtensible and Object.preventExtensions. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « test/cctest/test-api.cc ('k') | test/mjsunit/object-prevent-extensions.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2009 the V8 project authors. All rights reserved. 1 # Copyright 2009 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 26 matching lines...) Expand all
37 # We do not implement the error chekcs specified in the production rules 37 # We do not implement the error chekcs specified in the production rules
38 # of 11.1.5 (Object initializer). 38 # of 11.1.5 (Object initializer).
39 # We are compatible with Safari and Firefox. 39 # We are compatible with Safari and Firefox.
40 chapter11/11.1/11.1.5: UNIMPLEMENTED 40 chapter11/11.1/11.1.5: UNIMPLEMENTED
41 41
42 # Delete returns true in eval even when it should return false. 42 # Delete returns true in eval even when it should return false.
43 # Please see http://code.google.com/p/v8/issues/detail?id=759 43 # Please see http://code.google.com/p/v8/issues/detail?id=759
44 chapter11/11.4/11.4.1//11.4.1-4.a-5: FAIL 44 chapter11/11.4/11.4.1//11.4.1-4.a-5: FAIL
45 chapter11/11.4/11.4.1//11.4.1-4.a-7: FAIL 45 chapter11/11.4/11.4.1//11.4.1-4.a-7: FAIL
46 46
47
48 # We do not have a global object called 'global' as required by tests. 47 # We do not have a global object called 'global' as required by tests.
49 chapter15/15.1: FAIL_OK 48 chapter15/15.1: FAIL_OK
50 49
51 # NOT IMPLEMENTED: seal 50 # NOT IMPLEMENTED: seal
52 chapter15/15.2/15.2.3/15.2.3.8: UNIMPLEMENTED 51 chapter15/15.2/15.2.3/15.2.3.8: UNIMPLEMENTED
53 # NOT IMPLEMENTED: freeze 52 # NOT IMPLEMENTED: freeze
54 chapter15/15.2/15.2.3/15.2.3.9: UNIMPLEMENTED 53 chapter15/15.2/15.2.3/15.2.3.9: UNIMPLEMENTED
55 # NOT IMPLEMENTED: preventExtensions
56 chapter15/15.2/15.2.3/15.2.3.10: UNIMPLEMENTED
57 # NOT IMPLEMENTED: isSealed 54 # NOT IMPLEMENTED: isSealed
58 chapter15/15.2/15.2.3/15.2.3.11: UNIMPLEMENTED 55 chapter15/15.2/15.2.3/15.2.3.11: UNIMPLEMENTED
59 # NOT IMPLEMENTED: isFrozen 56 # NOT IMPLEMENTED: isFrozen
60 chapter15/15.2/15.2.3/15.2.3.12: UNIMPLEMENTED 57 chapter15/15.2/15.2.3/15.2.3.12: UNIMPLEMENTED
61 # NOT IMPLEMENTED: isExtensible
62 chapter15/15.2/15.2.3/15.2.3.13: UNIMPLEMENTED
63 58
64 # NOT IMPLEMENTED: seal 59 # NOT IMPLEMENTED: seal
65 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-20: UNIMPLEMENTED 60 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-20: UNIMPLEMENTED
66 61
67 # NOT IMPLEMENTED: freeze 62 # NOT IMPLEMENTED: freeze
68 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-21: UNIMPLEMENTED 63 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-21: UNIMPLEMENTED
69 64
70 # NOT IMPLEMENTED: preventExtensions
71 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-22: UNIMPLEMENTED
72
73 # NOT IMPLEMENTED: isSealed 65 # NOT IMPLEMENTED: isSealed
74 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-23: UNIMPLEMENTED 66 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-23: UNIMPLEMENTED
75 67
76 # NOT IMPLEMENTED: isFrozen 68 # NOT IMPLEMENTED: isFrozen
77 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-24: UNIMPLEMENTED 69 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-24: UNIMPLEMENTED
78 70
79 # NOT IMPLEMENTED: isExtensible
80 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-25: UNIMPLEMENTED
81
82 # NOT IMPLEMENTED: bind 71 # NOT IMPLEMENTED: bind
83 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-38: UNIMPLEMENTED 72 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-38: UNIMPLEMENTED
84 73
85 # NaN is writable. We are compatible with JSC. 74 # NaN is writable. We are compatible with JSC.
86 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-178: FAIL_OK 75 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-178: FAIL_OK
87 # Infinity is writable. We are compatible with JSC. 76 # Infinity is writable. We are compatible with JSC.
88 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-179: FAIL_OK 77 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-179: FAIL_OK
89 # undefined is writable. We are compatible with JSC. 78 # undefined is writable. We are compatible with JSC.
90 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-180: FAIL_OK 79 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-180: FAIL_OK
91 80
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2: FAIL_OK 262 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2: FAIL_OK
274 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1: FAIL_OK 263 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1: FAIL_OK
275 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2: FAIL_OK 264 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2: FAIL_OK
276 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1: FAIL_OK 265 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1: FAIL_OK
277 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2: FAIL_OK 266 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2: FAIL_OK
278 267
279 [ $arch == mips ] 268 [ $arch == mips ]
280 269
281 # Skip all tests on MIPS. 270 # Skip all tests on MIPS.
282 *: SKIP 271 *: SKIP
OLDNEW
« no previous file with comments | « test/cctest/test-api.cc ('k') | test/mjsunit/object-prevent-extensions.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698