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 14 matching lines...) Expand all Loading... |
25 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 25 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
26 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 26 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
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! |
| 36 'S9.3_A4.1_T2': [PASS, NO_VARIANTS], |
| 37 |
35 # BUG(v8:3455) | 38 # BUG(v8:3455) |
36 '11.2.3_b': [FAIL], | 39 '11.2.3_b': [FAIL], |
37 '12.2.3_b': [FAIL], | 40 '12.2.3_b': [FAIL], |
38 | 41 |
39 ############################### ES6 ################################### | 42 ############################### ES6 ################################### |
40 # ES6 allows block-local functions. | 43 # ES6 allows block-local functions. |
41 'Sbp_A1_T1': [PASS, FAIL_OK], | 44 'Sbp_A1_T1': [PASS, FAIL_OK], |
42 'Sbp_A2_T1': [PASS, FAIL_OK], | 45 'Sbp_A2_T1': [PASS, FAIL_OK], |
43 'Sbp_A2_T2': [PASS, FAIL_OK], | 46 'Sbp_A2_T2': [PASS, FAIL_OK], |
44 'Sbp_A3_T1': [PASS, FAIL_OK], | 47 'Sbp_A3_T1': [PASS, FAIL_OK], |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
291 | 294 |
292 # BUG(3251225): Tests that timeout with --nocrankshaft. | 295 # BUG(3251225): Tests that timeout with --nocrankshaft. |
293 'S15.1.3.1_A2.4_T1': [SKIP], | 296 'S15.1.3.1_A2.4_T1': [SKIP], |
294 'S15.1.3.1_A2.5_T1': [SKIP], | 297 'S15.1.3.1_A2.5_T1': [SKIP], |
295 'S15.1.3.2_A2.4_T1': [SKIP], | 298 'S15.1.3.2_A2.4_T1': [SKIP], |
296 'S15.1.3.2_A2.5_T1': [SKIP], | 299 'S15.1.3.2_A2.5_T1': [SKIP], |
297 'S15.1.3.3_A2.3_T1': [SKIP], | 300 'S15.1.3.3_A2.3_T1': [SKIP], |
298 'S15.1.3.4_A2.3_T1': [SKIP], | 301 'S15.1.3.4_A2.3_T1': [SKIP], |
299 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 302 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
300 ] | 303 ] |
OLD | NEW |