| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 S7.8.4_A6.2_T1: FAIL_OK | 58 S7.8.4_A6.2_T1: FAIL_OK |
| 59 S7.8.4_A6.2_T2: FAIL_OK | 59 S7.8.4_A6.2_T2: FAIL_OK |
| 60 S7.8.4_A7.1_T4: FAIL_OK | 60 S7.8.4_A7.1_T4: FAIL_OK |
| 61 S7.8.4_A7.2_T1: FAIL_OK | 61 S7.8.4_A7.2_T1: FAIL_OK |
| 62 S7.8.4_A7.2_T2: FAIL_OK | 62 S7.8.4_A7.2_T2: FAIL_OK |
| 63 S7.8.4_A7.2_T3: FAIL_OK | 63 S7.8.4_A7.2_T3: FAIL_OK |
| 64 S7.8.4_A7.2_T4: FAIL_OK | 64 S7.8.4_A7.2_T4: FAIL_OK |
| 65 S7.8.4_A7.2_T5: FAIL_OK | 65 S7.8.4_A7.2_T5: FAIL_OK |
| 66 S7.8.4_A7.2_T6: FAIL_OK | 66 S7.8.4_A7.2_T6: FAIL_OK |
| 67 | 67 |
| 68 # Linux and Mac defaults to extended 80 bit floating point format in the FPU. | 68 # Linux for ia32 (and therefore simulators) default to extended 80 bit floating |
| 69 # point formats, so these tests checking 64-bit FP precision fail. The other |
| 70 # platforms/arch's pass these tests. |
| 69 # We follow the other major JS engines by keeping this default. | 71 # We follow the other major JS engines by keeping this default. |
| 70 S8.5_A2.2: PASS if ($system != linux || $arch == x64), FAIL_OK if ($system == li
nux && $arch != x64) | 72 S8.5_A2.1: PASS || FAIL_OK |
| 71 S8.5_A2.1: PASS if ($system != linux || $arch == x64), FAIL_OK if ($system == li
nux && $arch != x64) | 73 S8.5_A2.2: PASS || FAIL_OK |
| 72 | 74 |
| 73 ############################ INVALID TESTS ############################# | 75 ############################ INVALID TESTS ############################# |
| 74 | 76 |
| 75 # The reference value calculated by Test262 is incorrect if you run these tests | 77 # The reference value calculated by Test262 is incorrect if you run these tests |
| 76 # in PST/PDT between first Sunday in March and first Sunday in April. The DST | 78 # in PST/PDT between first Sunday in March and first Sunday in April. The DST |
| 77 # switch was moved in 2007 whereas Test262 bases the reference value on 2000. | 79 # switch was moved in 2007 whereas Test262 bases the reference value on 2000. |
| 78 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=293 | 80 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=293 |
| 79 S15.9.3.1_A5_T1: PASS || FAIL_OK | 81 S15.9.3.1_A5_T1: PASS || FAIL_OK |
| 80 S15.9.3.1_A5_T2: PASS || FAIL_OK | 82 S15.9.3.1_A5_T2: PASS || FAIL_OK |
| 81 S15.9.3.1_A5_T3: PASS || FAIL_OK | 83 S15.9.3.1_A5_T3: PASS || FAIL_OK |
| (...skipping 27 matching lines...) Expand all Loading... |
| 109 S15.1.3.1_A2.5_T1: SKIP | 111 S15.1.3.1_A2.5_T1: SKIP |
| 110 S15.1.3.2_A2.5_T1: SKIP | 112 S15.1.3.2_A2.5_T1: SKIP |
| 111 S15.1.3.1_A2.4_T1: SKIP | 113 S15.1.3.1_A2.4_T1: SKIP |
| 112 S15.1.3.1_A2.5_T1: SKIP | 114 S15.1.3.1_A2.5_T1: SKIP |
| 113 S15.1.3.2_A2.4_T1: SKIP | 115 S15.1.3.2_A2.4_T1: SKIP |
| 114 S15.1.3.2_A2.5_T1: SKIP | 116 S15.1.3.2_A2.5_T1: SKIP |
| 115 S15.1.3.3_A2.3_T1: SKIP | 117 S15.1.3.3_A2.3_T1: SKIP |
| 116 S15.1.3.4_A2.3_T1: SKIP | 118 S15.1.3.4_A2.3_T1: SKIP |
| 117 S15.1.3.1_A2.5_T1: SKIP | 119 S15.1.3.1_A2.5_T1: SKIP |
| 118 S15.1.3.2_A2.5_T1: SKIP | 120 S15.1.3.2_A2.5_T1: SKIP |
| OLD | NEW |