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 16 matching lines...) Expand all Loading... |
27 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 27 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
28 | 28 |
29 [ | 29 [ |
30 [ALWAYS, { | 30 [ALWAYS, { |
31 ############################### BUGS ################################### | 31 ############################### BUGS ################################### |
32 | 32 |
33 '15.5.4.9_CE': [['no_i18n', SKIP]], | 33 '15.5.4.9_CE': [['no_i18n', SKIP]], |
34 | 34 |
35 # TODO(mstarzinger): Optimizing top-level code found some issues. Fix! | 35 # TODO(mstarzinger): Optimizing top-level code found some issues. Fix! |
36 'S9.3_A4.1_T2': [PASS, NO_VARIANTS], | 36 'S9.3_A4.1_T2': [PASS, NO_VARIANTS], |
| 37 'S11.6.1_A2.2_T2': [PASS, NO_VARIANTS], |
| 38 'S11.6.1_A3.2_T2.2': [PASS, NO_VARIANTS], |
| 39 'S11.6.1_A3.2_T2.4': [PASS, NO_VARIANTS], |
37 | 40 |
38 # BUG(v8:3455) | 41 # BUG(v8:3455) |
39 '11.2.3_b': [FAIL], | 42 '11.2.3_b': [FAIL], |
40 '12.2.3_b': [FAIL], | 43 '12.2.3_b': [FAIL], |
41 | 44 |
42 ############################### ES6 ################################### | 45 ############################### ES6 ################################### |
43 # ES6 allows block-local functions. | 46 # ES6 allows block-local functions. |
44 'Sbp_A1_T1': [PASS, FAIL_OK], | 47 'Sbp_A1_T1': [PASS, FAIL_OK], |
45 'Sbp_A2_T1': [PASS, FAIL_OK], | 48 'Sbp_A2_T1': [PASS, FAIL_OK], |
46 'Sbp_A2_T2': [PASS, FAIL_OK], | 49 'Sbp_A2_T2': [PASS, FAIL_OK], |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 | 297 |
295 # BUG(3251225): Tests that timeout with --nocrankshaft. | 298 # BUG(3251225): Tests that timeout with --nocrankshaft. |
296 'S15.1.3.1_A2.4_T1': [SKIP], | 299 'S15.1.3.1_A2.4_T1': [SKIP], |
297 'S15.1.3.1_A2.5_T1': [SKIP], | 300 'S15.1.3.1_A2.5_T1': [SKIP], |
298 'S15.1.3.2_A2.4_T1': [SKIP], | 301 'S15.1.3.2_A2.4_T1': [SKIP], |
299 'S15.1.3.2_A2.5_T1': [SKIP], | 302 'S15.1.3.2_A2.5_T1': [SKIP], |
300 'S15.1.3.3_A2.3_T1': [SKIP], | 303 'S15.1.3.3_A2.3_T1': [SKIP], |
301 'S15.1.3.4_A2.3_T1': [SKIP], | 304 'S15.1.3.4_A2.3_T1': [SKIP], |
302 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 305 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
303 ] | 306 ] |
OLD | NEW |