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

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

Issue 1622723003: Sloppy mode webcompat: allow conflicting function declarations in blocks (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add Annex B checks to test Created 4 years, 11 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/regress/regress-4693.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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 441
442 'built-ins/Math/exp/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise with --fast-math) 442 'built-ins/Math/exp/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise with --fast-math)
443 443
444 # Linux for ia32 (and therefore simulators) default to extended 80 bit 444 # Linux for ia32 (and therefore simulators) default to extended 80 bit
445 # floating point formats, so these tests checking 64-bit FP precision fail. 445 # floating point formats, so these tests checking 64-bit FP precision fail.
446 # The other platforms/arch's pass these tests. 446 # The other platforms/arch's pass these tests.
447 # We follow the other major JS engines by keeping this default. 447 # We follow the other major JS engines by keeping this default.
448 'language/types/number/S8.5_A2.1': [PASS, FAIL_OK], 448 'language/types/number/S8.5_A2.1': [PASS, FAIL_OK],
449 'language/types/number/S8.5_A2.2': [PASS, FAIL_OK], 449 'language/types/number/S8.5_A2.2': [PASS, FAIL_OK],
450 450
451 # https://code.google.com/p/v8/issues/detail?id=4693
452 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY],
453
451 ############################ INVALID TESTS ############################# 454 ############################ INVALID TESTS #############################
452 455
453 # The reference value calculated by Test262 is incorrect if you run these 456 # The reference value calculated by Test262 is incorrect if you run these
454 # tests in PST/PDT between first Sunday in March and first Sunday in April. 457 # tests in PST/PDT between first Sunday in March and first Sunday in April.
455 # The DST switch was moved in 2007 whereas Test262 bases the reference value 458 # The DST switch was moved in 2007 whereas Test262 bases the reference value
456 # on 2000. Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=293 459 # on 2000. Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=293
457 'built-ins/Date/S15.9.3.1_A5_T1': [PASS, FAIL_OK], 460 'built-ins/Date/S15.9.3.1_A5_T1': [PASS, FAIL_OK],
458 'built-ins/Date/S15.9.3.1_A5_T2': [PASS, FAIL_OK], 461 'built-ins/Date/S15.9.3.1_A5_T2': [PASS, FAIL_OK],
459 'built-ins/Date/S15.9.3.1_A5_T3': [PASS, FAIL_OK], 462 'built-ins/Date/S15.9.3.1_A5_T3': [PASS, FAIL_OK],
460 'built-ins/Date/S15.9.3.1_A5_T4': [PASS, FAIL_OK], 463 'built-ins/Date/S15.9.3.1_A5_T4': [PASS, FAIL_OK],
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], 704 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP],
702 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], 705 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP],
703 'intl402/9.2.2': [SKIP], 706 'intl402/9.2.2': [SKIP],
704 'language/statements/let/fn-name-arrow': [SKIP], 707 'language/statements/let/fn-name-arrow': [SKIP],
705 'language/statements/let/fn-name-cover': [SKIP], 708 'language/statements/let/fn-name-cover': [SKIP],
706 'language/statements/let/fn-name-fn': [SKIP], 709 'language/statements/let/fn-name-fn': [SKIP],
707 'language/statements/let/fn-name-gen': [SKIP], 710 'language/statements/let/fn-name-gen': [SKIP],
708 }], # ignition == True and (arch == arm or arch == arm64) 711 }], # ignition == True and (arch == arm or arch == arm64)
709 712
710 ] 713 ]
OLDNEW
« no previous file with comments | « test/mjsunit/regress/regress-4693.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698