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

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

Issue 2112223002: Revert of Add errors for declarations which conflict with catch parameters. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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
« no previous file with comments | « test/mjsunit/es6/for-each-in-catch.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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 'built-ins/TypedArray/prototype/subarray/detached-buffer': [FAIL], 243 'built-ins/TypedArray/prototype/subarray/detached-buffer': [FAIL],
244 'built-ins/TypedArray/prototype/toLocaleString/detached-buffer': [FAIL], 244 'built-ins/TypedArray/prototype/toLocaleString/detached-buffer': [FAIL],
245 'built-ins/TypedArray/prototype/toString/detached-buffer': [FAIL], 245 'built-ins/TypedArray/prototype/toString/detached-buffer': [FAIL],
246 'built-ins/TypedArray/prototype/values/detached-buffer': [FAIL], 246 'built-ins/TypedArray/prototype/values/detached-buffer': [FAIL],
247 247
248 # https://bugs.chromium.org/p/v8/issues/detail?id=4034 248 # https://bugs.chromium.org/p/v8/issues/detail?id=4034
249 'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL], 249 'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL],
250 250
251 # https://bugs.chromium.org/p/v8/issues/detail?id=4231 251 # https://bugs.chromium.org/p/v8/issues/detail?id=4231
252 'language/eval-code/direct/var-env-lower-lex-catch-non-strict': [FAIL], 252 'language/eval-code/direct/var-env-lower-lex-catch-non-strict': [FAIL],
253 'language/statements/try/early-catch-lex': [FAIL],
254 'language/statements/try/early-catch-var': [FAIL],
253 255
254 # https://bugs.chromium.org/p/v8/issues/detail?id=4951 256 # https://bugs.chromium.org/p/v8/issues/detail?id=4951
255 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close': [FAIL], 257 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close': [FAIL],
256 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-err': [FAIL], 258 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-err': [FAIL],
257 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-null': [FAIL] , 259 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-null': [FAIL] ,
258 'language/expressions/assignment/dstr-array-elem-iter-thrw-close': [FAIL], 260 'language/expressions/assignment/dstr-array-elem-iter-thrw-close': [FAIL],
259 'language/expressions/assignment/dstr-array-elem-iter-thrw-close-err': [FAIL], 261 'language/expressions/assignment/dstr-array-elem-iter-thrw-close-err': [FAIL],
260 'language/expressions/assignment/dstr-array-elem-trlg-iter-list-rtrn-close': [ FAIL], 262 'language/expressions/assignment/dstr-array-elem-trlg-iter-list-rtrn-close': [ FAIL],
261 'language/expressions/assignment/dstr-array-elem-trlg-iter-list-rtrn-close-err ': [FAIL], 263 'language/expressions/assignment/dstr-array-elem-trlg-iter-list-rtrn-close-err ': [FAIL],
262 'language/expressions/assignment/dstr-array-elem-trlg-iter-list-rtrn-close-nul l': [FAIL], 264 'language/expressions/assignment/dstr-array-elem-trlg-iter-list-rtrn-close-nul l': [FAIL],
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 'built-ins/Function/prototype/toString/method-computed-property-name': [FAIL], 329 'built-ins/Function/prototype/toString/method-computed-property-name': [FAIL],
328 'built-ins/Function/prototype/toString/method-object': [FAIL], 330 'built-ins/Function/prototype/toString/method-object': [FAIL],
329 'built-ins/Function/prototype/toString/setter-class': [FAIL], 331 'built-ins/Function/prototype/toString/setter-class': [FAIL],
330 'built-ins/Function/prototype/toString/setter-class-static': [FAIL], 332 'built-ins/Function/prototype/toString/setter-class-static': [FAIL],
331 'built-ins/Function/prototype/toString/setter-object': [FAIL], 333 'built-ins/Function/prototype/toString/setter-object': [FAIL],
332 'built-ins/Function/prototype/toString/unicode': [FAIL], 334 'built-ins/Function/prototype/toString/unicode': [FAIL],
333 335
334 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 336 # https://bugs.chromium.org/p/v8/issues/detail?id=1569
335 'language/module-code/*': [SKIP], 337 'language/module-code/*': [SKIP],
336 338
339 # https://bugs.chromium.org/p/v8/issues/detail?id=5112
340 'language/statements/try/scope-catch-block-lex-open': [FAIL],
341
337 # https://bugs.chromium.org/p/v8/issues/detail?id=5012 342 # https://bugs.chromium.org/p/v8/issues/detail?id=5012
338 'intl402/Intl/getCanonicalLocales/*': [FAIL], 343 'intl402/Intl/getCanonicalLocales/*': [FAIL],
339 344
340 # https://bugs.chromium.org/p/v8/issues/detail?id=5113 345 # https://bugs.chromium.org/p/v8/issues/detail?id=5113
341 'built-ins/TypedArray/prototype/toLocaleString/calls-tolocalestring-from-each- value': [FAIL], 346 'built-ins/TypedArray/prototype/toLocaleString/calls-tolocalestring-from-each- value': [FAIL],
342 'built-ins/TypedArray/prototype/toLocaleString/calls-tostring-from-each-value' : [FAIL], 347 'built-ins/TypedArray/prototype/toLocaleString/calls-tostring-from-each-value' : [FAIL],
343 'built-ins/TypedArray/prototype/toLocaleString/calls-valueof-from-each-value': [FAIL], 348 'built-ins/TypedArray/prototype/toLocaleString/calls-valueof-from-each-value': [FAIL],
344 'built-ins/TypedArray/prototype/toLocaleString/return-abrupt-from-firstelement -tolocalestring': [FAIL], 349 'built-ins/TypedArray/prototype/toLocaleString/return-abrupt-from-firstelement -tolocalestring': [FAIL],
345 'built-ins/TypedArray/prototype/toLocaleString/return-abrupt-from-firstelement -tostring': [FAIL], 350 'built-ins/TypedArray/prototype/toLocaleString/return-abrupt-from-firstelement -tostring': [FAIL],
346 'built-ins/TypedArray/prototype/toLocaleString/return-abrupt-from-firstelement -valueof': [FAIL], 351 'built-ins/TypedArray/prototype/toLocaleString/return-abrupt-from-firstelement -valueof': [FAIL],
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 }], # asan == True 613 }], # asan == True
609 614
610 ['asan == True or msan == True or tsan == True', { 615 ['asan == True or msan == True or tsan == True', {
611 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 616 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
612 # The failed allocation causes an asan/msan/tsan error 617 # The failed allocation causes an asan/msan/tsan error
613 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 618 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
614 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], 619 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP],
615 }], # asan == True or msan == True or tsan == True 620 }], # asan == True or msan == True or tsan == True
616 621
617 ] 622 ]
OLDNEW
« no previous file with comments | « test/mjsunit/es6/for-each-in-catch.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698