| OLD | NEW |
| 1 # Copyright 2009 the V8 project authors. All rights reserved. | 1 # Copyright 2009 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 S12.6.4_A13_T1: FAIL_OK | 117 S12.6.4_A13_T1: FAIL_OK |
| 118 S12.6.4_A13_T2: FAIL_OK | 118 S12.6.4_A13_T2: FAIL_OK |
| 119 #S12.6.4_A13_T3: FAIL_OK | 119 #S12.6.4_A13_T3: FAIL_OK |
| 120 S15.3.4.2_A1_T1: FAIL_OK | 120 S15.3.4.2_A1_T1: FAIL_OK |
| 121 | 121 |
| 122 # Linux and Mac defaults to extended 80 bit floating point format in the FPU. | 122 # Linux and Mac defaults to extended 80 bit floating point format in the FPU. |
| 123 # We follow the other major JS engines by keeping this default. | 123 # We follow the other major JS engines by keeping this default. |
| 124 S8.5_A2.2: PASS, FAIL if $system == linux, FAIL if $system == macos | 124 S8.5_A2.2: PASS, FAIL if $system == linux, FAIL if $system == macos |
| 125 S8.5_A2.1: PASS, FAIL if $system == linux, FAIL if $system == macos | 125 S8.5_A2.1: PASS, FAIL if $system == linux, FAIL if $system == macos |
| 126 | 126 |
| 127 # The source field of RegExp objects is properly escaped. We match JSC. |
| 128 S15.10.4.1_A3_T1: FAIL_OK |
| 129 S15.10.4.1_A3_T2: FAIL_OK |
| 130 S15.10.4.1_A3_T3: FAIL_OK |
| 131 S15.10.4.1_A3_T4: FAIL_OK |
| 132 S15.10.4.1_A3_T5: FAIL_OK |
| 133 S15.10.4.1_A4_T2: FAIL_OK |
| 134 S15.10.4.1_A4_T3: FAIL_OK |
| 135 S15.10.4.1_A4_T5: FAIL_OK |
| 136 |
| 127 ##################### ES3 TESTS ######################### | 137 ##################### ES3 TESTS ######################### |
| 128 # These tests check for ES3 semantics, and differ from ES5. | 138 # These tests check for ES3 semantics, and differ from ES5. |
| 129 # When we follow ES5 semantics, it's ok to fail the test. | 139 # When we follow ES5 semantics, it's ok to fail the test. |
| 130 | 140 |
| 131 # Allow keywords as names of properties in object initialisers and | 141 # Allow keywords as names of properties in object initialisers and |
| 132 # in dot-notation property access. | 142 # in dot-notation property access. |
| 133 S11.1.5_A4.1: FAIL_OK | 143 S11.1.5_A4.1: FAIL_OK |
| 134 S11.1.5_A4.2: FAIL_OK | 144 S11.1.5_A4.2: FAIL_OK |
| 135 | 145 |
| 136 # Don't throw type errors when iterating through the undefined object. | 146 # Don't throw type errors when iterating through the undefined object. |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 S15.1.3.1_A2.5_T1: SKIP | 222 S15.1.3.1_A2.5_T1: SKIP |
| 213 S15.1.3.2_A2.5_T1: SKIP | 223 S15.1.3.2_A2.5_T1: SKIP |
| 214 S15.1.3.1_A2.4_T1: SKIP | 224 S15.1.3.1_A2.4_T1: SKIP |
| 215 S15.1.3.1_A2.5_T1: SKIP | 225 S15.1.3.1_A2.5_T1: SKIP |
| 216 S15.1.3.2_A2.4_T1: SKIP | 226 S15.1.3.2_A2.4_T1: SKIP |
| 217 S15.1.3.2_A2.5_T1: SKIP | 227 S15.1.3.2_A2.5_T1: SKIP |
| 218 S15.1.3.3_A2.3_T1: SKIP | 228 S15.1.3.3_A2.3_T1: SKIP |
| 219 S15.1.3.4_A2.3_T1: SKIP | 229 S15.1.3.4_A2.3_T1: SKIP |
| 220 S15.1.3.1_A2.5_T1: SKIP | 230 S15.1.3.1_A2.5_T1: SKIP |
| 221 S15.1.3.2_A2.5_T1: SKIP | 231 S15.1.3.2_A2.5_T1: SKIP |
| OLD | NEW |