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

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

Issue 1011823003: [es6] don't throw if argument is non-object (O.freeze, O.seal, O.preventExtensions) (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: remove phantom edit Created 5 years, 8 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
« no previous file with comments | « test/test262-es6/test262-es6.status ('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 1
2 # Copyright 2011 the V8 project authors. All rights reserved. 2 # Copyright 2011 the V8 project authors. All rights reserved.
3 # Redistribution and use in source and binary forms, with or without 3 # Redistribution and use in source and binary forms, with or without
4 # modification, are permitted provided that the following conditions are 4 # modification, are permitted provided that the following conditions are
5 # met: 5 # met:
6 # 6 #
7 # * Redistributions of source code must retain the above copyright 7 # * Redistributions of source code must retain the above copyright
8 # notice, this list of conditions and the following disclaimer. 8 # notice, this list of conditions and the following disclaimer.
9 # * Redistributions in binary form must reproduce the above 9 # * Redistributions in binary form must reproduce the above
10 # copyright notice, this list of conditions and the following 10 # copyright notice, this list of conditions and the following
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 '13.2-35-s': [FAIL], 219 '13.2-35-s': [FAIL],
220 '13.2-36-s': [FAIL], 220 '13.2-36-s': [FAIL],
221 'S13.2.3_A1': [FAIL], 221 'S13.2.3_A1': [FAIL],
222 '15.3.4.5-20-1': [FAIL], 222 '15.3.4.5-20-1': [FAIL],
223 '15.3.4.5-20-4': [FAIL], 223 '15.3.4.5-20-4': [FAIL],
224 '15.3.4.5-20-5': [FAIL], 224 '15.3.4.5-20-5': [FAIL],
225 '15.3.4.5-21-1': [FAIL], 225 '15.3.4.5-21-1': [FAIL],
226 '15.3.4.5-21-4': [FAIL], 226 '15.3.4.5-21-4': [FAIL],
227 '15.3.4.5-21-5': [FAIL], 227 '15.3.4.5-21-5': [FAIL],
228 228
229 # Object.freeze(O), Object.seal(O), and Object.preventExtensions(O),
230 # Object.isFrozen(O), Object.isSealed(O), and Object.isExtensible(O) no longer
231 # throw when passed a non-object value in ES6.
232 '15.2.3.8-1': [FAIL],
233 '15.2.3.8-1-1': [FAIL],
234 '15.2.3.8-1-2': [FAIL],
235 '15.2.3.8-1-3': [FAIL],
236 '15.2.3.8-1-4': [FAIL],
237 '15.2.3.9-1': [FAIL],
238 '15.2.3.9-1-1': [FAIL],
239 '15.2.3.9-1-2': [FAIL],
240 '15.2.3.9-1-3': [FAIL],
241 '15.2.3.9-1-4': [FAIL],
242 '15.2.3.10-1': [FAIL],
243 '15.2.3.10-1-1': [FAIL],
244 '15.2.3.10-1-2': [FAIL],
245 '15.2.3.10-1-3': [FAIL],
246 '15.2.3.10-1-4': [FAIL],
247 '15.2.3.11-1': [FAIL],
248 '15.2.3.12-1': [FAIL],
249 '15.2.3.12-1-1': [FAIL],
250 '15.2.3.12-1-2': [FAIL],
251 '15.2.3.12-1-3': [FAIL],
252 '15.2.3.12-1-4': [FAIL],
253 '15.2.3.13-1': [FAIL],
254 '15.2.3.13-1-1': [FAIL],
255 '15.2.3.13-1-2': [FAIL],
256 '15.2.3.13-1-3': [FAIL],
257 '15.2.3.13-1-4': [FAIL],
258
229 ######################## NEEDS INVESTIGATION ########################### 259 ######################## NEEDS INVESTIGATION ###########################
230 260
231 # These test failures are specific to the intl402 suite and need investigation 261 # These test failures are specific to the intl402 suite and need investigation
232 # to be either marked as bugs with issues filed for them or as deliberate 262 # to be either marked as bugs with issues filed for them or as deliberate
233 # incompatibilities if the test cases turn out to be broken or ambiguous. 263 # incompatibilities if the test cases turn out to be broken or ambiguous.
234 '6.2.3': [FAIL], 264 '6.2.3': [FAIL],
235 '9.2.1_2': [FAIL], 265 '9.2.1_2': [FAIL],
236 '9.2.6_2': [FAIL], 266 '9.2.6_2': [FAIL],
237 '10.1.1_a': [FAIL], 267 '10.1.1_a': [FAIL],
238 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], 268 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS],
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 339
310 # BUG(3251225): Tests that timeout with --nocrankshaft. 340 # BUG(3251225): Tests that timeout with --nocrankshaft.
311 'S15.1.3.1_A2.4_T1': [SKIP], 341 'S15.1.3.1_A2.4_T1': [SKIP],
312 'S15.1.3.1_A2.5_T1': [SKIP], 342 'S15.1.3.1_A2.5_T1': [SKIP],
313 'S15.1.3.2_A2.4_T1': [SKIP], 343 'S15.1.3.2_A2.4_T1': [SKIP],
314 'S15.1.3.2_A2.5_T1': [SKIP], 344 'S15.1.3.2_A2.5_T1': [SKIP],
315 'S15.1.3.3_A2.3_T1': [SKIP], 345 'S15.1.3.3_A2.3_T1': [SKIP],
316 'S15.1.3.4_A2.3_T1': [SKIP], 346 'S15.1.3.4_A2.3_T1': [SKIP],
317 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 347 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
318 ] 348 ]
OLDNEW
« no previous file with comments | « test/test262-es6/test262-es6.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698