| 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 13 matching lines...) Expand all Loading... |
| 24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 27 | 27 |
| 28 [ | 28 [ |
| 29 [ALWAYS, { | 29 [ALWAYS, { |
| 30 ############################### BUGS ################################### | 30 ############################### BUGS ################################### |
| 31 | 31 |
| 32 '15.5.4.9_CE': [['no_i18n', SKIP]], | 32 '15.5.4.9_CE': [['no_i18n', SKIP]], |
| 33 | 33 |
| 34 # TODO(turbofan): Timeouts on TurboFan need investigation. |
| 35 '10.1.1_13': [PASS, NO_VARIANTS], |
| 36 '10.1.1_19_c': [PASS, NO_VARIANTS], |
| 37 |
| 34 # BUG(v8:3455) | 38 # BUG(v8:3455) |
| 35 '11.2.3_b': [FAIL], | 39 '11.2.3_b': [FAIL], |
| 36 '12.2.3_b': [FAIL], | 40 '12.2.3_b': [FAIL], |
| 37 | 41 |
| 38 ######################## NEEDS INVESTIGATION ########################### | 42 ######################## NEEDS INVESTIGATION ########################### |
| 39 | 43 |
| 40 # These test failures are specific to the intl402 suite and need investigation | 44 # These test failures are specific to the intl402 suite and need investigation |
| 41 # to be either marked as bugs with issues filed for them or as deliberate | 45 # to be either marked as bugs with issues filed for them or as deliberate |
| 42 # incompatibilities if the test cases turn out to be broken or ambiguous. | 46 # incompatibilities if the test cases turn out to be broken or ambiguous. |
| 43 '6.2.3': [FAIL], | 47 '6.2.3': [FAIL], |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 | 118 |
| 115 # BUG(3251225): Tests that timeout with --nocrankshaft. | 119 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 116 'S15.1.3.1_A2.4_T1': [SKIP], | 120 'S15.1.3.1_A2.4_T1': [SKIP], |
| 117 'S15.1.3.1_A2.5_T1': [SKIP], | 121 'S15.1.3.1_A2.5_T1': [SKIP], |
| 118 'S15.1.3.2_A2.4_T1': [SKIP], | 122 'S15.1.3.2_A2.4_T1': [SKIP], |
| 119 'S15.1.3.2_A2.5_T1': [SKIP], | 123 'S15.1.3.2_A2.5_T1': [SKIP], |
| 120 'S15.1.3.3_A2.3_T1': [SKIP], | 124 'S15.1.3.3_A2.3_T1': [SKIP], |
| 121 'S15.1.3.4_A2.3_T1': [SKIP], | 125 'S15.1.3.4_A2.3_T1': [SKIP], |
| 122 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 126 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 123 ] | 127 ] |
| OLD | NEW |