| 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 16 matching lines...) Expand all Loading... |
| 27 | 27 |
| 28 [ | 28 [ |
| 29 [ALWAYS, { | 29 [ALWAYS, { |
| 30 ############################### BUGS ################################### | 30 ############################### BUGS ################################### |
| 31 | 31 |
| 32 # BUG(v8:3455) | 32 # BUG(v8:3455) |
| 33 'intl402/11.2.3_b': [FAIL], | 33 'intl402/11.2.3_b': [FAIL], |
| 34 'intl402/12.2.3_b': [FAIL], | 34 'intl402/12.2.3_b': [FAIL], |
| 35 | 35 |
| 36 # TODO(mstarzinger): Optimizing top-level code found some issues. Fix! | 36 # TODO(mstarzinger): Optimizing top-level code found some issues. Fix! |
| 37 'language/expressions/addition/S9.3_A4.1_T2': [PASS, NO_VARIANTS], | |
| 38 'language/expressions/addition/S11.6.1_A2.2_T2': [PASS, NO_VARIANTS], | 37 'language/expressions/addition/S11.6.1_A2.2_T2': [PASS, NO_VARIANTS], |
| 39 'language/expressions/addition/S11.6.1_A3.2_T2.2': [PASS, NO_VARIANTS], | 38 'language/expressions/addition/S11.6.1_A3.2_T2.2': [PASS, NO_VARIANTS], |
| 40 'language/expressions/addition/S11.6.1_A3.2_T2.4': [PASS, NO_VARIANTS], | 39 'language/expressions/addition/S11.6.1_A3.2_T2.4': [PASS, NO_VARIANTS], |
| 41 | 40 |
| 42 # Unicode canonicalization is not available with i18n turned off. | 41 # Unicode canonicalization is not available with i18n turned off. |
| 43 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [['no_i18n', SKIP]], | 42 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [['no_i18n', SKIP]], |
| 44 | 43 |
| 45 ###################### NEEDS INVESTIGATION ####################### | 44 ###################### NEEDS INVESTIGATION ####################### |
| 46 | 45 |
| 47 # Possibly same cause as S8.5_A2.1, below: floating-point tests. | 46 # Possibly same cause as S8.5_A2.1, below: floating-point tests. |
| (...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 674 | 673 |
| 675 # BUG(3251225): Tests that timeout with --nocrankshaft. | 674 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 676 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 675 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
| 677 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 676 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
| 678 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 677 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
| 679 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 678 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
| 680 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 679 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
| 681 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 680 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
| 682 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 681 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 683 ] | 682 ] |
| OLD | NEW |