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

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

Issue 2944016: Add ES5 Object.freeze and Object.isFrozen methods.... (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 | « src/v8natives.js ('k') | test/mjsunit/object-freeze.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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 # 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.
48 chapter15/15.1: FAIL_OK 48 chapter15/15.1: FAIL_OK
49 49
50 # NOT IMPLEMENTED: seal 50 # NOT IMPLEMENTED: seal
51 chapter15/15.2/15.2.3/15.2.3.8: UNIMPLEMENTED 51 chapter15/15.2/15.2.3/15.2.3.8: UNIMPLEMENTED
52 # NOT IMPLEMENTED: freeze
53 chapter15/15.2/15.2.3/15.2.3.9: UNIMPLEMENTED
54 # NOT IMPLEMENTED: isSealed 52 # NOT IMPLEMENTED: isSealed
55 chapter15/15.2/15.2.3/15.2.3.11: UNIMPLEMENTED 53 chapter15/15.2/15.2.3/15.2.3.11: UNIMPLEMENTED
56 # NOT IMPLEMENTED: isFrozen
57 chapter15/15.2/15.2.3/15.2.3.12: UNIMPLEMENTED
58 54
59 # NOT IMPLEMENTED: seal 55 # NOT IMPLEMENTED: seal
60 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-20: UNIMPLEMENTED 56 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-20: UNIMPLEMENTED
61 57
62 # NOT IMPLEMENTED: freeze
63 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-21: UNIMPLEMENTED
64
65 # NOT IMPLEMENTED: isSealed 58 # NOT IMPLEMENTED: isSealed
66 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-23: UNIMPLEMENTED 59 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-23: UNIMPLEMENTED
67 60
68 # NOT IMPLEMENTED: isFrozen
69 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-24: UNIMPLEMENTED
70
71 # NOT IMPLEMENTED: bind 61 # NOT IMPLEMENTED: bind
72 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-38: UNIMPLEMENTED 62 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-38: UNIMPLEMENTED
73 63
74 # NaN is writable. We are compatible with JSC. 64 # NaN is writable. We are compatible with JSC.
75 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-178: FAIL_OK 65 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-178: FAIL_OK
76 # Infinity is writable. We are compatible with JSC. 66 # Infinity is writable. We are compatible with JSC.
77 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-179: FAIL_OK 67 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-179: FAIL_OK
78 # undefined is writable. We are compatible with JSC. 68 # undefined is writable. We are compatible with JSC.
79 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-180: FAIL_OK 69 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-180: FAIL_OK
80 70
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2: FAIL_OK 252 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2: FAIL_OK
263 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1: FAIL_OK 253 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1: FAIL_OK
264 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2: FAIL_OK 254 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2: FAIL_OK
265 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1: FAIL_OK 255 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1: FAIL_OK
266 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2: FAIL_OK 256 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2: FAIL_OK
267 257
268 [ $arch == mips ] 258 [ $arch == mips ]
269 259
270 # Skip all tests on MIPS. 260 # Skip all tests on MIPS.
271 *: SKIP 261 *: SKIP
OLDNEW
« no previous file with comments | « src/v8natives.js ('k') | test/mjsunit/object-freeze.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698