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

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

Issue 8911006: Mark Test262 test cases for known issue 1475. (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 | « no previous file | 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 24 matching lines...) Expand all
35 35
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=1475
46 15.2.3.6-4-405: FAIL
47 15.2.3.6-4-410: FAIL
48 15.2.3.6-4-415: FAIL
49 15.2.3.6-4-420: FAIL
50
45 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1772 51 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1772
46 15.2.3.6-4-292-1: FAIL 52 15.2.3.6-4-292-1: FAIL
47 15.2.3.6-4-293-2: FAIL 53 15.2.3.6-4-293-2: FAIL
48 15.2.3.6-4-293-3: FAIL 54 15.2.3.6-4-293-3: FAIL
49 15.2.3.6-4-294-1: FAIL 55 15.2.3.6-4-294-1: FAIL
50 15.2.3.6-4-295-1: FAIL 56 15.2.3.6-4-295-1: FAIL
51 15.2.3.6-4-296-1: FAIL 57 15.2.3.6-4-296-1: FAIL
52 15.2.3.6-4-333-11: FAIL 58 15.2.3.6-4-333-11: FAIL
53 15.2.3.7-6-a-281: FAIL 59 15.2.3.7-6-a-281: FAIL
54 15.2.3.7-6-a-282: FAIL 60 15.2.3.7-6-a-282: FAIL
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 # accessor property, 'A' is an Array object (8.12.9 - step 9.b.i) 212 # accessor property, 'A' is an Array object (8.12.9 - step 9.b.i)
207 15.2.3.6-4-360-1: FAIL 213 15.2.3.6-4-360-1: FAIL
208 # Bug? ES5 Attributes - Updating indexed data property 'P' whose attributes are 214 # Bug? ES5 Attributes - Updating indexed data property 'P' whose attributes are
209 # [[Writable]]: false, [[Enumerable]]: true, [[Configurable]]: true to an 215 # [[Writable]]: false, [[Enumerable]]: true, [[Configurable]]: true to an
210 # accessor property, 'O' is an Arguments object (8.12.9 - step 9.b.i) 216 # accessor property, 'O' is an Arguments object (8.12.9 - step 9.b.i)
211 15.2.3.6-4-360-6: FAIL 217 15.2.3.6-4-360-6: FAIL
212 # Bug? ES5 Attributes - Updating indexed data property 'P' whose attributes are 218 # Bug? ES5 Attributes - Updating indexed data property 'P' whose attributes are
213 # [[Writable]]: false, [[Enumerable]]: true, [[Configurable]]: true to an 219 # [[Writable]]: false, [[Enumerable]]: true, [[Configurable]]: true to an
214 # accessor property, 'O' is the global object (8.12.9 - step 9.b.i) 220 # accessor property, 'O' is the global object (8.12.9 - step 9.b.i)
215 15.2.3.6-4-360-7: FAIL 221 15.2.3.6-4-360-7: FAIL
216 # Bug? ES5 Attributes - Failed to add a property to an object when the object's
217 # object has a property with same name and [[Writable]] attribute is set to
218 # false (Number instance)
219 15.2.3.6-4-405: FAIL
220 # Bug? ES5 Attributes - Failed to add a property to an object when the object's
221 # prototype has a property with the same name and [[Writable]] set to false
222 # (JSON)
223 15.2.3.6-4-410: FAIL
224 # Bug? ES5 Attributes - Failed to add properties to an object when the object's
225 # prototype has properties with the same name and [[Writable]] set to false
226 # (Object.create)
227 15.2.3.6-4-415: FAIL
228 # Bug? ES5 Attributes - Failed to add a property to an object when the object's
229 # prototype has a property with the same name and [[Writable]] set to
230 # false(Function.prototype.bind)
231 15.2.3.6-4-420: FAIL
232 222
233 ############################ SKIPPED TESTS ############################# 223 ############################ SKIPPED TESTS #############################
234 224
235 # These tests take a looong time to run in debug mode. 225 # These tests take a looong time to run in debug mode.
236 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug 226 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug
237 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug 227 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug
238 228
239 [ $arch == arm ] 229 [ $arch == arm ]
240 230
241 # BUG(3251225): Tests that timeout with --nocrankshaft. 231 # BUG(3251225): Tests that timeout with --nocrankshaft.
(...skipping 14 matching lines...) Expand all
256 S15.1.3.1_A2.5_T1: SKIP 246 S15.1.3.1_A2.5_T1: SKIP
257 S15.1.3.2_A2.5_T1: SKIP 247 S15.1.3.2_A2.5_T1: SKIP
258 S15.1.3.1_A2.4_T1: SKIP 248 S15.1.3.1_A2.4_T1: SKIP
259 S15.1.3.1_A2.5_T1: SKIP 249 S15.1.3.1_A2.5_T1: SKIP
260 S15.1.3.2_A2.4_T1: SKIP 250 S15.1.3.2_A2.4_T1: SKIP
261 S15.1.3.2_A2.5_T1: SKIP 251 S15.1.3.2_A2.5_T1: SKIP
262 S15.1.3.3_A2.3_T1: SKIP 252 S15.1.3.3_A2.3_T1: SKIP
263 S15.1.3.4_A2.3_T1: SKIP 253 S15.1.3.4_A2.3_T1: SKIP
264 S15.1.3.1_A2.5_T1: SKIP 254 S15.1.3.1_A2.5_T1: SKIP
265 S15.1.3.2_A2.5_T1: SKIP 255 S15.1.3.2_A2.5_T1: SKIP
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698