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 18 matching lines...) Expand all Loading... |
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 # Unicode canonicalization is not available with i18n turned off. | 36 # Unicode canonicalization is not available with i18n turned off. |
37 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [['no_i18n', SKIP]], | 37 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [['no_i18n', SKIP]], |
38 | 38 |
| 39 # TODO(mstarzinger): The implicit JSToNumber and JSToString nodes inserted by |
| 40 # JSTypedLowering are not properly connected to a surrounding exceptional |
| 41 # continuation yet, hence exception are thrown out of the function body. |
| 42 'built-ins/String/fromCharCode/S9.7_A3.1_T4': [PASS, NO_VARIANTS], |
| 43 'language/expressions/bitwise-and/S11.10.1_A2.2_T1': [PASS, NO_VARIANTS], |
| 44 'language/expressions/bitwise-and/S11.10.1_A2.3_T1': [PASS, NO_VARIANTS], |
| 45 'language/expressions/bitwise-not/S11.4.8_A2.2_T1': [PASS, NO_VARIANTS], |
| 46 'language/expressions/bitwise-not/S9.5_A3.1_T4': [PASS, NO_VARIANTS], |
| 47 'language/expressions/bitwise-or/S11.10.3_A2.2_T1': [PASS, NO_VARIANTS], |
| 48 'language/expressions/bitwise-or/S11.10.3_A2.3_T1': [PASS, NO_VARIANTS], |
| 49 'language/expressions/bitwise-xor/S11.10.2_A2.2_T1': [PASS, NO_VARIANTS], |
| 50 'language/expressions/bitwise-xor/S11.10.2_A2.3_T1': [PASS, NO_VARIANTS], |
| 51 'language/expressions/division/S11.5.2_A2.2_T1': [PASS, NO_VARIANTS], |
| 52 'language/expressions/division/S11.5.2_A2.3_T1': [PASS, NO_VARIANTS], |
| 53 'language/expressions/greater-than-or-equal/S11.8.4_A2.2_T1': [PASS, NO_VARIAN
TS], |
| 54 'language/expressions/greater-than/S11.8.2_A2.2_T1': [PASS, NO_VARIANTS], |
| 55 'language/expressions/left-shift/S11.7.1_A2.2_T1': [PASS, NO_VARIANTS], |
| 56 'language/expressions/left-shift/S11.7.1_A2.3_T1': [PASS, NO_VARIANTS], |
| 57 'language/expressions/less-than-or-equal/S11.8.3_A2.2_T1': [PASS, NO_VARIANTS]
, |
| 58 'language/expressions/less-than/S11.8.1_A2.2_T1': [PASS, NO_VARIANTS], |
| 59 'language/expressions/multiplication/S11.5.1_A2.2_T1': [PASS, NO_VARIANTS], |
| 60 'language/expressions/multiplication/S11.5.1_A2.3_T1': [PASS, NO_VARIANTS], |
| 61 'language/expressions/right-shift/S11.7.2_A2.2_T1': [PASS, NO_VARIANTS], |
| 62 'language/expressions/right-shift/S11.7.2_A2.3_T1': [PASS, NO_VARIANTS], |
| 63 'language/expressions/subtraction/S11.6.2_A2.2_T1': [PASS, NO_VARIANTS], |
| 64 'language/expressions/subtraction/S11.6.2_A2.3_T1': [PASS, NO_VARIANTS], |
| 65 'language/expressions/unary-minus/S11.4.7_A2.2_T1': [PASS, NO_VARIANTS], |
| 66 'language/expressions/unary-plus/S11.4.6_A2.2_T1': [PASS, NO_VARIANTS], |
| 67 'language/expressions/unsigned-right-shift/S11.7.3_A2.2_T1': [PASS, NO_VARIANT
S], |
| 68 'language/expressions/unsigned-right-shift/S11.7.3_A2.3_T1': [PASS, NO_VARIANT
S], |
| 69 'language/expressions/unsigned-right-shift/S9.6_A3.1_T4': [PASS, NO_VARIANTS], |
| 70 |
39 ###################### NEEDS INVESTIGATION ####################### | 71 ###################### NEEDS INVESTIGATION ####################### |
40 | 72 |
41 # Possibly same cause as S8.5_A2.1, below: floating-point tests. | 73 # Possibly same cause as S8.5_A2.1, below: floating-point tests. |
42 'built-ins/Math/sin/S15.8.2.16_A7': [PASS, FAIL_OK], | 74 'built-ins/Math/sin/S15.8.2.16_A7': [PASS, FAIL_OK], |
43 'built-ins/Math/tan/S15.8.2.18_A7': [PASS, FAIL_OK], | 75 'built-ins/Math/tan/S15.8.2.18_A7': [PASS, FAIL_OK], |
44 'built-ins/Math/cos/S15.8.2.7_A7': [PASS, FAIL_OK], | 76 'built-ins/Math/cos/S15.8.2.7_A7': [PASS, FAIL_OK], |
45 | 77 |
46 # This is an incompatibility between ES5 and V8 on enumerating | 78 # This is an incompatibility between ES5 and V8 on enumerating |
47 # shadowed elements in a for..in loop. | 79 # shadowed elements in a for..in loop. |
48 # https://code.google.com/p/v8/issues/detail?id=705 | 80 # https://code.google.com/p/v8/issues/detail?id=705 |
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
617 | 649 |
618 # BUG(3251225): Tests that timeout with --nocrankshaft. | 650 # BUG(3251225): Tests that timeout with --nocrankshaft. |
619 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 651 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
620 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 652 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
621 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 653 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
622 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 654 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
623 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 655 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
624 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 656 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
625 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 657 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
626 ] | 658 ] |
OLD | NEW |