| OLD | NEW |
| 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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 | 446 |
| 447 'built-ins/Math/exp/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise
with --fast-math) | 447 'built-ins/Math/exp/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise
with --fast-math) |
| 448 | 448 |
| 449 # Linux for ia32 (and therefore simulators) default to extended 80 bit | 449 # Linux for ia32 (and therefore simulators) default to extended 80 bit |
| 450 # floating point formats, so these tests checking 64-bit FP precision fail. | 450 # floating point formats, so these tests checking 64-bit FP precision fail. |
| 451 # The other platforms/arch's pass these tests. | 451 # The other platforms/arch's pass these tests. |
| 452 # We follow the other major JS engines by keeping this default. | 452 # We follow the other major JS engines by keeping this default. |
| 453 'language/types/number/S8.5_A2.1': [PASS, FAIL_OK], | 453 'language/types/number/S8.5_A2.1': [PASS, FAIL_OK], |
| 454 'language/types/number/S8.5_A2.2': [PASS, FAIL_OK], | 454 'language/types/number/S8.5_A2.2': [PASS, FAIL_OK], |
| 455 | 455 |
| 456 # https://code.google.com/p/v8/issues/detail?id=4693 |
| 457 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct
ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY], |
| 458 |
| 456 ############################ INVALID TESTS ############################# | 459 ############################ INVALID TESTS ############################# |
| 457 | 460 |
| 458 # The reference value calculated by Test262 is incorrect if you run these | 461 # The reference value calculated by Test262 is incorrect if you run these |
| 459 # tests in PST/PDT between first Sunday in March and first Sunday in April. | 462 # tests in PST/PDT between first Sunday in March and first Sunday in April. |
| 460 # The DST switch was moved in 2007 whereas Test262 bases the reference value | 463 # The DST switch was moved in 2007 whereas Test262 bases the reference value |
| 461 # on 2000. Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=293 | 464 # on 2000. Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=293 |
| 462 'built-ins/Date/S15.9.3.1_A5_T1': [PASS, FAIL_OK], | 465 'built-ins/Date/S15.9.3.1_A5_T1': [PASS, FAIL_OK], |
| 463 'built-ins/Date/S15.9.3.1_A5_T2': [PASS, FAIL_OK], | 466 'built-ins/Date/S15.9.3.1_A5_T2': [PASS, FAIL_OK], |
| 464 'built-ins/Date/S15.9.3.1_A5_T3': [PASS, FAIL_OK], | 467 'built-ins/Date/S15.9.3.1_A5_T3': [PASS, FAIL_OK], |
| 465 'built-ins/Date/S15.9.3.1_A5_T4': [PASS, FAIL_OK], | 468 'built-ins/Date/S15.9.3.1_A5_T4': [PASS, FAIL_OK], |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 708 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], | 711 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], |
| 709 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], | 712 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], |
| 710 'intl402/9.2.2': [SKIP], | 713 'intl402/9.2.2': [SKIP], |
| 711 'language/statements/let/fn-name-arrow': [SKIP], | 714 'language/statements/let/fn-name-arrow': [SKIP], |
| 712 'language/statements/let/fn-name-cover': [SKIP], | 715 'language/statements/let/fn-name-cover': [SKIP], |
| 713 'language/statements/let/fn-name-fn': [SKIP], | 716 'language/statements/let/fn-name-fn': [SKIP], |
| 714 'language/statements/let/fn-name-gen': [SKIP], | 717 'language/statements/let/fn-name-gen': [SKIP], |
| 715 }], # ignition == True and (arch == arm or arch == arm64) | 718 }], # ignition == True and (arch == arm or arch == arm64) |
| 716 | 719 |
| 717 ] | 720 ] |
| OLD | NEW |