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 # Unicode regexp case mapping is not available with i18n turned off. | |
40 'language/literals/regexp/u-case-mapping': [['no_i18n', SKIP]], | |
Michael Achenbach
2016/01/29 10:24:00
So is this a bug? It's in the bugs section, but ha
| |
41 | |
39 ###################### NEEDS INVESTIGATION ####################### | 42 ###################### NEEDS INVESTIGATION ####################### |
40 | 43 |
41 # Possibly same cause as S8.5_A2.1, below: floating-point tests. | 44 # Possibly same cause as S8.5_A2.1, below: floating-point tests. |
42 'built-ins/Math/cos/S15.8.2.7_A7': [PASS, FAIL_OK], | 45 'built-ins/Math/cos/S15.8.2.7_A7': [PASS, FAIL_OK], |
43 'built-ins/Math/sin/S15.8.2.16_A7': [PASS, FAIL_OK], | 46 'built-ins/Math/sin/S15.8.2.16_A7': [PASS, FAIL_OK], |
44 'built-ins/Math/tan/S15.8.2.18_A7': [PASS, FAIL_OK], | 47 'built-ins/Math/tan/S15.8.2.18_A7': [PASS, FAIL_OK], |
45 | 48 |
46 # This is an incompatibility between ES5 and V8 on enumerating | 49 # This is an incompatibility between ES5 and V8 on enumerating |
47 # shadowed elements in a for..in loop. | 50 # shadowed elements in a for..in loop. |
48 # https://code.google.com/p/v8/issues/detail?id=705 | 51 # https://code.google.com/p/v8/issues/detail?id=705 |
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
681 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], | 684 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], |
682 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], | 685 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], |
683 'intl402/9.2.2': [SKIP], | 686 'intl402/9.2.2': [SKIP], |
684 'language/statements/let/fn-name-arrow': [SKIP], | 687 'language/statements/let/fn-name-arrow': [SKIP], |
685 'language/statements/let/fn-name-cover': [SKIP], | 688 'language/statements/let/fn-name-cover': [SKIP], |
686 'language/statements/let/fn-name-fn': [SKIP], | 689 'language/statements/let/fn-name-fn': [SKIP], |
687 'language/statements/let/fn-name-gen': [SKIP], | 690 'language/statements/let/fn-name-gen': [SKIP], |
688 }], # ignition == True and (arch == arm or arch == arm64) | 691 }], # ignition == True and (arch == arm or arch == arm64) |
689 | 692 |
690 ] | 693 ] |
OLD | NEW |