| OLD | NEW |
| 1 | 1 |
| 2 # Copyright 2011 the V8 project authors. All rights reserved. | 2 # Copyright 2011 the V8 project authors. All rights reserved. |
| 3 # Redistribution and use in source and binary forms, with or without | 3 # Redistribution and use in source and binary forms, with or without |
| 4 # modification, are permitted provided that the following conditions are | 4 # modification, are permitted provided that the following conditions are |
| 5 # met: | 5 # met: |
| 6 # | 6 # |
| 7 # * Redistributions of source code must retain the above copyright | 7 # * Redistributions of source code must retain the above copyright |
| 8 # notice, this list of conditions and the following disclaimer. | 8 # notice, this list of conditions and the following disclaimer. |
| 9 # * Redistributions in binary form must reproduce the above | 9 # * Redistributions in binary form must reproduce the above |
| 10 # copyright notice, this list of conditions and the following | 10 # copyright notice, this list of conditions and the following |
| (...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 # These tests take a looong time to run in debug mode. | 355 # These tests take a looong time to run in debug mode. |
| 356 'S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]], | 356 'S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]], |
| 357 'S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKIP]], | 357 'S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKIP]], |
| 358 }], # ALWAYS | 358 }], # ALWAYS |
| 359 | 359 |
| 360 ['system == macos', { | 360 ['system == macos', { |
| 361 '11.3.2_TRP': [FAIL], | 361 '11.3.2_TRP': [FAIL], |
| 362 '9.2.5_11_g_ii_2': [FAIL], | 362 '9.2.5_11_g_ii_2': [FAIL], |
| 363 }], # system == macos | 363 }], # system == macos |
| 364 | 364 |
| 365 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips
64el', { | 365 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips
64 or arch == mips64el', { |
| 366 | 366 |
| 367 # TODO(mstarzinger): Causes stack overflow on simulators due to eager | 367 # TODO(mstarzinger): Causes stack overflow on simulators due to eager |
| 368 # compilation of parenthesized function literals. Needs investigation. | 368 # compilation of parenthesized function literals. Needs investigation. |
| 369 'S13.2.1_A1_T1': [SKIP], | 369 'S13.2.1_A1_T1': [SKIP], |
| 370 | 370 |
| 371 # BUG(3251225): Tests that timeout with --nocrankshaft. | 371 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 372 'S15.1.3.1_A2.4_T1': [SKIP], | 372 'S15.1.3.1_A2.4_T1': [SKIP], |
| 373 'S15.1.3.1_A2.5_T1': [SKIP], | 373 'S15.1.3.1_A2.5_T1': [SKIP], |
| 374 'S15.1.3.2_A2.4_T1': [SKIP], | 374 'S15.1.3.2_A2.4_T1': [SKIP], |
| 375 'S15.1.3.2_A2.5_T1': [SKIP], | 375 'S15.1.3.2_A2.5_T1': [SKIP], |
| 376 'S15.1.3.3_A2.3_T1': [SKIP], | 376 'S15.1.3.3_A2.3_T1': [SKIP], |
| 377 'S15.1.3.4_A2.3_T1': [SKIP], | 377 'S15.1.3.4_A2.3_T1': [SKIP], |
| 378 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 378 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 379 ] | 379 ] |
| OLD | NEW |