| OLD | NEW |
| 1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 'intl402/ch12/12.2/12.2.2_L15': [FAIL], | 294 'intl402/ch12/12.2/12.2.2_L15': [FAIL], |
| 295 'intl402/ch12/12.3/12.3.2_1_a_L15': [FAIL], | 295 'intl402/ch12/12.3/12.3.2_1_a_L15': [FAIL], |
| 296 'intl402/ch12/12.3/12.3.2_L15': [FAIL], | 296 'intl402/ch12/12.3/12.3.2_L15': [FAIL], |
| 297 'intl402/ch12/12.3/12.3.3_L15': [FAIL], | 297 'intl402/ch12/12.3/12.3.3_L15': [FAIL], |
| 298 'intl402/ch13/13.1/13.1.1_L15': [FAIL], | 298 'intl402/ch13/13.1/13.1.1_L15': [FAIL], |
| 299 'intl402/ch13/13.2/13.2.1_L15': [FAIL], | 299 'intl402/ch13/13.2/13.2.1_L15': [FAIL], |
| 300 'intl402/ch13/13.3/13.3.1_L15': [FAIL], | 300 'intl402/ch13/13.3/13.3.1_L15': [FAIL], |
| 301 'intl402/ch13/13.3/13.3.2_L15': [FAIL], | 301 'intl402/ch13/13.3/13.3.2_L15': [FAIL], |
| 302 'intl402/ch13/13.3/13.3.3_L15': [FAIL], | 302 'intl402/ch13/13.3/13.3.3_L15': [FAIL], |
| 303 | 303 |
| 304 # Object.getPrototypeOf wraps primitive values in ES6. |
| 305 'ch15/15.2/15.2.3/15.2.3.2/15.2.3.2-1-3': [FAIL], |
| 306 'ch15/15.2/15.2.3/15.2.3.2/15.2.3.2-1-4': [FAIL], |
| 307 'ch15/15.2/15.2.3/15.2.3.2/15.2.3.2-1': [FAIL], |
| 308 |
| 304 ############################ SKIPPED TESTS ############################# | 309 ############################ SKIPPED TESTS ############################# |
| 305 | 310 |
| 306 # These tests take a looong time to run in debug mode. | 311 # These tests take a looong time to run in debug mode. |
| 307 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]]
, | 312 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]]
, |
| 308 'ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKIP]]
, | 313 'ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKIP]]
, |
| 309 }], # ALWAYS | 314 }], # ALWAYS |
| 310 | 315 |
| 311 ['system == macos', { | 316 ['system == macos', { |
| 312 'intl402/ch11/11.3/11.3.2_TRP': [FAIL], | 317 'intl402/ch11/11.3/11.3.2_TRP': [FAIL], |
| 313 'intl402/ch09/9.2/9.2.5_11_g_ii_2': [FAIL], | 318 'intl402/ch09/9.2/9.2.5_11_g_ii_2': [FAIL], |
| 314 }], # system == macos | 319 }], # system == macos |
| 315 | 320 |
| 316 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips
64el', { | 321 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips
64el', { |
| 317 | 322 |
| 318 # TODO(mstarzinger): Causes stack overflow on simulators due to eager | 323 # TODO(mstarzinger): Causes stack overflow on simulators due to eager |
| 319 # compilation of parenthesized function literals. Needs investigation. | 324 # compilation of parenthesized function literals. Needs investigation. |
| 320 'ch13/13.2/S13.2.1_A1_T1': [SKIP], | 325 'ch13/13.2/S13.2.1_A1_T1': [SKIP], |
| 321 | 326 |
| 322 # BUG(3251225): Tests that timeout with --nocrankshaft. | 327 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 323 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.4_T1': [SKIP], | 328 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.4_T1': [SKIP], |
| 324 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.5_T1': [SKIP], | 329 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.5_T1': [SKIP], |
| 325 'ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_A2.4_T1': [SKIP], | 330 'ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_A2.4_T1': [SKIP], |
| 326 'ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_A2.5_T1': [SKIP], | 331 'ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_A2.5_T1': [SKIP], |
| 327 'ch15/15.1/15.1.3/15.1.3.3/S15.1.3.3_A2.3_T1': [SKIP], | 332 'ch15/15.1/15.1.3/15.1.3.3/S15.1.3.3_A2.3_T1': [SKIP], |
| 328 'ch15/15.1/15.1.3/15.1.3.4/S15.1.3.4_A2.3_T1': [SKIP], | 333 'ch15/15.1/15.1.3/15.1.3.4/S15.1.3.4_A2.3_T1': [SKIP], |
| 329 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 334 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 330 ] | 335 ] |
| OLD | NEW |