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

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

Issue 8890015: Fix another corner case for DefineOwnProperty on arrays. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years 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') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 25 matching lines...) Expand all
36 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1196 36 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1196
37 S8.7_A5_T2: FAIL 37 S8.7_A5_T2: FAIL
38 38
39 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1624 39 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1624
40 S10.4.2.1_A1: FAIL 40 S10.4.2.1_A1: FAIL
41 41
42 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1530 42 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1530
43 S15.3.3.1_A4: FAIL 43 S15.3.3.1_A4: FAIL
44 44
45 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1756 45 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1756
46 15.2.3.6-4-167: FAIL 46 15.2.3.6-4-167: FAIL || PASS
47 15.2.3.6-4-168: FAIL 47 15.2.3.6-4-181: FAIL || PASS
48 15.2.3.6-4-181: FAIL 48 15.2.3.7-6-a-163: FAIL || PASS
49 15.2.3.7-6-a-163: FAIL 49 15.2.3.7-6-a-164: FAIL || PASS
50 15.2.3.7-6-a-164: FAIL
51 15.2.3.7-6-a-176: FAIL || PASS 50 15.2.3.7-6-a-176: FAIL || PASS
52 15.2.3.7-6-a-177: FAIL 51 15.2.3.7-6-a-177: FAIL || PASS
53 52
54 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1772 53 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1772
55 15.2.3.6-4-292-1: FAIL 54 15.2.3.6-4-292-1: FAIL
56 15.2.3.6-4-293-2: FAIL 55 15.2.3.6-4-293-2: FAIL
57 15.2.3.6-4-293-3: FAIL 56 15.2.3.6-4-293-3: FAIL
58 15.2.3.6-4-294-1: FAIL 57 15.2.3.6-4-294-1: FAIL
59 15.2.3.6-4-295-1: FAIL 58 15.2.3.6-4-295-1: FAIL
60 15.2.3.6-4-296-1: FAIL 59 15.2.3.6-4-296-1: FAIL
61 15.2.3.6-4-333-11: FAIL 60 15.2.3.6-4-333-11: FAIL
62 15.2.3.7-6-a-281: FAIL 61 15.2.3.7-6-a-281: FAIL
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 S15.1.3.1_A2.5_T1: SKIP 264 S15.1.3.1_A2.5_T1: SKIP
266 S15.1.3.2_A2.5_T1: SKIP 265 S15.1.3.2_A2.5_T1: SKIP
267 S15.1.3.1_A2.4_T1: SKIP 266 S15.1.3.1_A2.4_T1: SKIP
268 S15.1.3.1_A2.5_T1: SKIP 267 S15.1.3.1_A2.5_T1: SKIP
269 S15.1.3.2_A2.4_T1: SKIP 268 S15.1.3.2_A2.4_T1: SKIP
270 S15.1.3.2_A2.5_T1: SKIP 269 S15.1.3.2_A2.5_T1: SKIP
271 S15.1.3.3_A2.3_T1: SKIP 270 S15.1.3.3_A2.3_T1: SKIP
272 S15.1.3.4_A2.3_T1: SKIP 271 S15.1.3.4_A2.3_T1: SKIP
273 S15.1.3.1_A2.5_T1: SKIP 272 S15.1.3.1_A2.5_T1: SKIP
274 S15.1.3.2_A2.5_T1: SKIP 273 S15.1.3.2_A2.5_T1: SKIP
OLDNEW
« no previous file with comments | « src/v8natives.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698