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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 S15.1.1.3_A2_T2: FAIL_OK # undefined | 187 S15.1.1.3_A2_T2: FAIL_OK # undefined |
188 | 188 |
189 # Function.prototype.apply can handle arbitrary object as argument list. | 189 # Function.prototype.apply can handle arbitrary object as argument list. |
190 S15.3.4.3_A6_T1: FAIL_OK | 190 S15.3.4.3_A6_T1: FAIL_OK |
191 S15.3.4.3_A6_T4: FAIL_OK | 191 S15.3.4.3_A6_T4: FAIL_OK |
192 | 192 |
193 # Array.prototype.to[Locale]String is generic in ES5. | 193 # Array.prototype.to[Locale]String is generic in ES5. |
194 S15.4.4.2_A2_T1: FAIL_OK | 194 S15.4.4.2_A2_T1: FAIL_OK |
195 S15.4.4.3_A2_T1: FAIL_OK | 195 S15.4.4.3_A2_T1: FAIL_OK |
196 | 196 |
197 | |
198 ##################### SKIPPED TESTS ##################### | 197 ##################### SKIPPED TESTS ##################### |
199 | 198 |
200 # These tests take a looong time to run in debug mode. | 199 # These tests take a looong time to run in debug mode. |
201 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug | 200 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug |
202 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug | 201 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug |
203 | 202 |
204 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1196 | 203 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1196 |
205 S8.7_A5_T2: FAIL | 204 S8.7_A5_T2: FAIL |
206 | 205 |
207 # Invalid test case (recent change adding var changes semantics) | 206 # Invalid test case (recent change adding var changes semantics) |
(...skipping 25 matching lines...) Expand all Loading... |
233 S15.1.3.1_A2.5_T1: SKIP | 232 S15.1.3.1_A2.5_T1: SKIP |
234 S15.1.3.2_A2.5_T1: SKIP | 233 S15.1.3.2_A2.5_T1: SKIP |
235 S15.1.3.1_A2.4_T1: SKIP | 234 S15.1.3.1_A2.4_T1: SKIP |
236 S15.1.3.1_A2.5_T1: SKIP | 235 S15.1.3.1_A2.5_T1: SKIP |
237 S15.1.3.2_A2.4_T1: SKIP | 236 S15.1.3.2_A2.4_T1: SKIP |
238 S15.1.3.2_A2.5_T1: SKIP | 237 S15.1.3.2_A2.5_T1: SKIP |
239 S15.1.3.3_A2.3_T1: SKIP | 238 S15.1.3.3_A2.3_T1: SKIP |
240 S15.1.3.4_A2.3_T1: SKIP | 239 S15.1.3.4_A2.3_T1: SKIP |
241 S15.1.3.1_A2.5_T1: SKIP | 240 S15.1.3.1_A2.5_T1: SKIP |
242 S15.1.3.2_A2.5_T1: SKIP | 241 S15.1.3.2_A2.5_T1: SKIP |
OLD | NEW |