| 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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 ] |
| OLD | NEW |