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

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

Issue 2993006: Implement ES5 Object.seal and Object.isSealed.... (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-seal.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 29 matching lines...) Expand all
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 # 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
51 chapter15/15.2/15.2.3/15.2.3.8: UNIMPLEMENTED
52 # NOT IMPLEMENTED: isSealed
53 chapter15/15.2/15.2.3/15.2.3.11: UNIMPLEMENTED
54
55 # NOT IMPLEMENTED: seal
56 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-20: UNIMPLEMENTED
57
58 # NOT IMPLEMENTED: isSealed
59 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-23: UNIMPLEMENTED
60
61 # NOT IMPLEMENTED: bind 50 # NOT IMPLEMENTED: bind
62 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-38: UNIMPLEMENTED 51 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-38: UNIMPLEMENTED
63 52
64 # NaN is writable. We are compatible with JSC. 53 # NaN is writable. We are compatible with JSC.
65 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-178: FAIL_OK 54 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-178: FAIL_OK
66 # Infinity is writable. We are compatible with JSC. 55 # Infinity is writable. We are compatible with JSC.
67 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-179: FAIL_OK 56 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-179: FAIL_OK
68 # undefined is writable. We are compatible with JSC. 57 # undefined is writable. We are compatible with JSC.
69 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-180: FAIL_OK 58 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-180: FAIL_OK
70 59
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2: FAIL_OK 241 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2: FAIL_OK
253 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1: FAIL_OK 242 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1: FAIL_OK
254 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2: FAIL_OK 243 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2: FAIL_OK
255 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1: FAIL_OK 244 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1: FAIL_OK
256 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2: FAIL_OK 245 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2: FAIL_OK
257 246
258 [ $arch == mips ] 247 [ $arch == mips ]
259 248
260 # Skip all tests on MIPS. 249 # Skip all tests on MIPS.
261 *: SKIP 250 *: SKIP
OLDNEW
« no previous file with comments | « src/v8natives.js ('k') | test/mjsunit/object-seal.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698