| 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 15 matching lines...) Expand all Loading... |
| 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! | 35 # TODO(mstarzinger): Optimizing top-level code found some issues. Fix! |
| 36 'S9.3_A4.1_T2': [PASS, NO_VARIANTS], | |
| 37 'S11.6.1_A2.2_T2': [PASS, NO_VARIANTS], | 36 'S11.6.1_A2.2_T2': [PASS, NO_VARIANTS], |
| 38 'S11.6.1_A3.2_T2.2': [PASS, NO_VARIANTS], | 37 'S11.6.1_A3.2_T2.2': [PASS, NO_VARIANTS], |
| 39 'S11.6.1_A3.2_T2.4': [PASS, NO_VARIANTS], | 38 'S11.6.1_A3.2_T2.4': [PASS, NO_VARIANTS], |
| 40 | 39 |
| 41 # BUG(v8:3455) | 40 # BUG(v8:3455) |
| 42 '11.2.3_b': [FAIL], | 41 '11.2.3_b': [FAIL], |
| 43 '12.2.3_b': [FAIL], | 42 '12.2.3_b': [FAIL], |
| 44 | 43 |
| 45 ############################### ES6 ################################### | 44 ############################### ES6 ################################### |
| 46 # ES6 allows block-local functions. | 45 # ES6 allows block-local functions. |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 | 296 |
| 298 # BUG(3251225): Tests that timeout with --nocrankshaft. | 297 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 299 'S15.1.3.1_A2.4_T1': [SKIP], | 298 'S15.1.3.1_A2.4_T1': [SKIP], |
| 300 'S15.1.3.1_A2.5_T1': [SKIP], | 299 'S15.1.3.1_A2.5_T1': [SKIP], |
| 301 'S15.1.3.2_A2.4_T1': [SKIP], | 300 'S15.1.3.2_A2.4_T1': [SKIP], |
| 302 'S15.1.3.2_A2.5_T1': [SKIP], | 301 'S15.1.3.2_A2.5_T1': [SKIP], |
| 303 'S15.1.3.3_A2.3_T1': [SKIP], | 302 'S15.1.3.3_A2.3_T1': [SKIP], |
| 304 'S15.1.3.4_A2.3_T1': [SKIP], | 303 'S15.1.3.4_A2.3_T1': [SKIP], |
| 305 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 304 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 306 ] | 305 ] |
| OLD | NEW |