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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 | 155 |
156 # Allow keywords as names of properties in object initialisers and | 156 # Allow keywords as names of properties in object initialisers and |
157 # in dot-notation property access. | 157 # in dot-notation property access. |
158 S11.1.5_A4.1: FAIL_OK | 158 S11.1.5_A4.1: FAIL_OK |
159 S11.1.5_A4.2: FAIL_OK | 159 S11.1.5_A4.2: FAIL_OK |
160 | 160 |
161 # Don't throw type errors when iterating through the undefined object. | 161 # Don't throw type errors when iterating through the undefined object. |
162 S9.9_A1: FAIL_OK | 162 S9.9_A1: FAIL_OK |
163 S9.9_A2: FAIL_OK | 163 S9.9_A2: FAIL_OK |
164 | 164 |
| 165 # The expected evaluation order of comparison operations changed. |
| 166 S11.8.2_A2.3_T1: FAIL_OK |
| 167 S11.8.3_A2.3_T1: FAIL_OK |
| 168 |
165 # Calls builtins without an explicit receiver which means that | 169 # Calls builtins without an explicit receiver which means that |
166 # undefined is passed to the builtin. The tests expect the global | 170 # undefined is passed to the builtin. The tests expect the global |
167 # object to be passed which was true in ES3 but not in ES5. | 171 # object to be passed which was true in ES3 but not in ES5. |
168 S11.1.1_A2: FAIL_OK | 172 S11.1.1_A2: FAIL_OK |
169 S15.5.4.4_A1_T3: FAIL_OK | 173 S15.5.4.4_A1_T3: FAIL_OK |
170 S15.5.4.5_A1_T3: FAIL_OK | 174 S15.5.4.5_A1_T3: FAIL_OK |
171 S15.5.4.6_A1_T3: FAIL_OK | 175 S15.5.4.6_A1_T3: FAIL_OK |
172 S15.5.4.7_A1_T3: FAIL_OK | 176 S15.5.4.7_A1_T3: FAIL_OK |
173 S15.5.4.8_A1_T3: FAIL_OK | 177 S15.5.4.8_A1_T3: FAIL_OK |
174 S15.5.4.9_A1_T3: FAIL_OK | 178 S15.5.4.9_A1_T3: FAIL_OK |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
268 S15.1.3.2_A2.5_T1: SKIP | 272 S15.1.3.2_A2.5_T1: SKIP |
269 S15.1.3.3_A2.3_T1: SKIP | 273 S15.1.3.3_A2.3_T1: SKIP |
270 S15.1.3.4_A2.3_T1: SKIP | 274 S15.1.3.4_A2.3_T1: SKIP |
271 S15.1.3.1_A2.5_T1: SKIP | 275 S15.1.3.1_A2.5_T1: SKIP |
272 S15.1.3.2_A2.5_T1: SKIP | 276 S15.1.3.2_A2.5_T1: SKIP |
273 | 277 |
274 [ $arch == mips ] | 278 [ $arch == mips ] |
275 | 279 |
276 # Skip all tests on MIPS. | 280 # Skip all tests on MIPS. |
277 *: SKIP | 281 *: SKIP |
OLD | NEW |