| 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 # Allow keywords as names of properties in object initialisers and | 186 # Allow keywords as names of properties in object initialisers and |
| 187 # in dot-notation property access. | 187 # in dot-notation property access. |
| 188 S11.1.5_A4.1: FAIL_OK | 188 S11.1.5_A4.1: FAIL_OK |
| 189 S11.1.5_A4.2: FAIL_OK | 189 S11.1.5_A4.2: FAIL_OK |
| 190 | 190 |
| 191 # Don't throw type errors when iterating through the undefined object. | 191 # Don't throw type errors when iterating through the undefined object. |
| 192 S9.9_A1: FAIL_OK | 192 S9.9_A1: FAIL_OK |
| 193 S9.9_A2: FAIL_OK | 193 S9.9_A2: FAIL_OK |
| 194 | 194 |
| 195 | 195 |
| 196 | |
| 197 ##################### SKIPPED TESTS ##################### | 196 ##################### SKIPPED TESTS ##################### |
| 198 | 197 |
| 199 # These tests take a looong time to run in debug mode. | 198 # These tests take a looong time to run in debug mode. |
| 200 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug | 199 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug |
| 201 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug | 200 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug |
| 202 | 201 |
| 203 | 202 |
| 204 # These tests fail because we had to add bugs to be compatible with JSC. See | 203 # These tests fail because we had to add bugs to be compatible with JSC. See |
| 205 # http://code.google.com/p/chromium/issues/detail?id=1717 | 204 # http://code.google.com/p/chromium/issues/detail?id=1717 |
| 206 S15.4.4_A1.1_T2: FAIL_OK | 205 S15.4.4_A1.1_T2: FAIL_OK |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 S15.9.5.6_A1_T2: FAIL_OK | 246 S15.9.5.6_A1_T2: FAIL_OK |
| 248 S15.9.5.7_A1_T2: FAIL_OK | 247 S15.9.5.7_A1_T2: FAIL_OK |
| 249 S15.9.5.8_A1_T2: FAIL_OK | 248 S15.9.5.8_A1_T2: FAIL_OK |
| 250 S15.9.5.9_A1_T2: FAIL_OK | 249 S15.9.5.9_A1_T2: FAIL_OK |
| 251 | 250 |
| 252 # Regexps have type "function", not "object". | 251 # Regexps have type "function", not "object". |
| 253 S11.4.3_A3.6: FAIL_OK | 252 S11.4.3_A3.6: FAIL_OK |
| 254 S15.10.7_A3_T2: FAIL_OK | 253 S15.10.7_A3_T2: FAIL_OK |
| 255 S15.10.7_A3_T1: FAIL_OK | 254 S15.10.7_A3_T1: FAIL_OK |
| 256 | 255 |
| 256 [ $arch == arm ] |
| 257 |
| 258 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 259 S15.1.3.1_A2.5_T1: SKIP |
| 260 S15.1.3.2_A2.5_T1: SKIP |
| 261 S15.1.3.1_A2.4_T1: SKIP |
| 262 S15.1.3.1_A2.5_T1: SKIP |
| 263 S15.1.3.2_A2.4_T1: SKIP |
| 264 S15.1.3.2_A2.5_T1: SKIP |
| 265 S15.1.3.3_A2.3_T1: SKIP |
| 266 S15.1.3.4_A2.3_T1: SKIP |
| 267 S15.1.3.1_A2.5_T1: SKIP |
| 268 S15.1.3.2_A2.5_T1: SKIP |
| 269 |
| 257 [ $arch == mips ] | 270 [ $arch == mips ] |
| 258 | 271 |
| 259 # Skip all tests on MIPS. | 272 # Skip all tests on MIPS. |
| 260 *: SKIP | 273 *: SKIP |
| OLD | NEW |