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 158 matching lines...) Loading... |
169 S15.5.4.7_A1_T3: FAIL_OK | 169 S15.5.4.7_A1_T3: FAIL_OK |
170 S15.5.4.8_A1_T3: FAIL_OK | 170 S15.5.4.8_A1_T3: FAIL_OK |
171 S15.5.4.9_A1_T3: FAIL_OK | 171 S15.5.4.9_A1_T3: FAIL_OK |
172 S15.5.4.10_A1_T3: FAIL_OK | 172 S15.5.4.10_A1_T3: FAIL_OK |
173 S15.5.4.11_A1_T3: FAIL_OK | 173 S15.5.4.11_A1_T3: FAIL_OK |
174 S15.5.4.12_A1_T3: FAIL_OK | 174 S15.5.4.12_A1_T3: FAIL_OK |
175 S15.5.4.13_A1_T3: FAIL_OK | 175 S15.5.4.13_A1_T3: FAIL_OK |
176 S15.5.4.14_A1_T3: FAIL_OK | 176 S15.5.4.14_A1_T3: FAIL_OK |
177 S15.5.4.15_A1_T3: FAIL_OK | 177 S15.5.4.15_A1_T3: FAIL_OK |
178 | 178 |
| 179 # NaN, Infinity and undefined are read-only according to ES5. |
| 180 S15.1.1.1_A2_T1: FAIL_OK # NaN |
| 181 S15.1.1.1_A2_T2: FAIL_OK # NaN |
| 182 S15.1.1.2_A2_T1: FAIL_OK # Infinity |
| 183 # S15.1.1.2_A2_T2 would fail if it weren't bogus in r97. sputnik bug #45. |
| 184 S15.1.1.3_A2_T1: FAIL_OK # undefined |
| 185 S15.1.1.3_A2_T2: FAIL_OK # undefined |
| 186 |
179 ##################### SKIPPED TESTS ##################### | 187 ##################### SKIPPED TESTS ##################### |
180 | 188 |
181 # These tests take a looong time to run in debug mode. | 189 # These tests take a looong time to run in debug mode. |
182 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug | 190 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug |
183 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug | 191 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug |
184 | 192 |
185 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1196 | 193 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1196 |
186 S8.7_A5_T2: FAIL | 194 S8.7_A5_T2: FAIL |
187 | 195 |
188 # Invalid test case (recent change adding var changes semantics) | 196 # Invalid test case (recent change adding var changes semantics) |
(...skipping 63 matching lines...) Loading... |
252 S15.1.3.2_A2.5_T1: SKIP | 260 S15.1.3.2_A2.5_T1: SKIP |
253 S15.1.3.3_A2.3_T1: SKIP | 261 S15.1.3.3_A2.3_T1: SKIP |
254 S15.1.3.4_A2.3_T1: SKIP | 262 S15.1.3.4_A2.3_T1: SKIP |
255 S15.1.3.1_A2.5_T1: SKIP | 263 S15.1.3.1_A2.5_T1: SKIP |
256 S15.1.3.2_A2.5_T1: SKIP | 264 S15.1.3.2_A2.5_T1: SKIP |
257 | 265 |
258 [ $arch == mips ] | 266 [ $arch == mips ] |
259 | 267 |
260 # Skip all tests on MIPS. | 268 # Skip all tests on MIPS. |
261 *: SKIP | 269 *: SKIP |
OLD | NEW |