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 12 matching lines...) Expand all Loading... |
23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | 23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
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 # BUG(v8:3455) | 32 # BUG(v8:3455) |
33 'intl402/ch11/11.2/11.2.3_b': [FAIL], | 33 'intl402/11.2.3_b': [FAIL], |
34 'intl402/ch12/12.2/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 'ch15/15.5/15.5.4/15.5.4.9/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 ###################### NEEDS INVESTIGATION ####################### | 39 ###################### NEEDS INVESTIGATION ####################### |
40 | 40 |
41 # Possibly same cause as S8.5_A2.1, below: floating-point tests. | 41 # Possibly same cause as S8.5_A2.1, below: floating-point tests. |
42 'ch15/15.8/15.8.2/15.8.2.16/S15.8.2.16_A7': [PASS, FAIL_OK], | 42 'built-ins/Math/sin/S15.8.2.16_A7': [PASS, FAIL_OK], |
43 'ch15/15.8/15.8.2/15.8.2.18/S15.8.2.18_A7': [PASS, FAIL_OK], | 43 'built-ins/Math/tan/S15.8.2.18_A7': [PASS, FAIL_OK], |
44 'ch15/15.8/15.8.2/15.8.2.7/S15.8.2.7_A7': [PASS, FAIL_OK], | 44 'built-ins/Math/cos/S15.8.2.7_A7': [PASS, FAIL_OK], |
45 | 45 |
46 # This is an incompatibility between ES5 and V8 on enumerating | 46 # This is an incompatibility between ES5 and V8 on enumerating |
47 # shadowed elements in a for..in loop. | 47 # shadowed elements in a for..in loop. |
48 # https://code.google.com/p/v8/issues/detail?id=705 | 48 # https://code.google.com/p/v8/issues/detail?id=705 |
49 'ch12/12.6/12.6.4/12.6.4-2': [PASS, FAIL_OK], | 49 'language/statements/for-in/12.6.4-2': [PASS, FAIL_OK], |
50 | 50 |
51 ###################### MISSING ES6 FEATURES ####################### | 51 ###################### MISSING ES6 FEATURES ####################### |
52 | 52 |
53 # Array.fill (currently requires --harmony-arrays) | 53 # Array.fill (currently requires --harmony-arrays) |
54 'es6/ch22/22.1/22.1.3/S22.1.3.6_T1': [FAIL], | 54 'built-ins/Array/prototype/fill/S22.1.3.6_T1': [FAIL], |
55 | 55 |
56 # Array.find (currently requires --harmony-arrays) | 56 # Array.find (currently requires --harmony-arrays) |
57 'es6/ch22/22.1/22.1.2/S22.1.2.3_T1': [FAIL], | 57 'built-ins/Array/of/S22.1.2.3_T1': [FAIL], |
58 'es6/ch22/22.1/22.1.2/S22.1.2.3_T2': [FAIL], | 58 'built-ins/Array/of/S22.1.2.3_T2': [FAIL], |
59 'es6/Array.prototype.find/Array.prototype.find_empty-array-undefined': [FAIL], | 59 'built-ins/Array/prototype/find/Array.prototype.find_empty-array-undefined': [
FAIL], |
60 'es6/Array.prototype.find/Array.prototype.find_length-property': [FAIL], | 60 'built-ins/Array/prototype/find/Array.prototype.find_length-property': [FAIL], |
61 'es6/Array.prototype.find/Array.prototype.find_modify-after-start': [FAIL], | 61 'built-ins/Array/prototype/find/Array.prototype.find_modify-after-start': [FAI
L], |
62 'es6/Array.prototype.find/Array.prototype.find_non-returning-predicate': [FAIL
], | 62 'built-ins/Array/prototype/find/Array.prototype.find_non-returning-predicate':
[FAIL], |
63 'es6/Array.prototype.find/Array.prototype.find_predicate-arguments': [FAIL], | 63 'built-ins/Array/prototype/find/Array.prototype.find_predicate-arguments': [FA
IL], |
64 'es6/Array.prototype.find/Array.prototype.find_push-after-start': [FAIL], | 64 'built-ins/Array/prototype/find/Array.prototype.find_push-after-start': [FAIL]
, |
65 'es6/Array.prototype.find/Array.prototype.find_remove-after-start': [FAIL], | 65 'built-ins/Array/prototype/find/Array.prototype.find_remove-after-start': [FAI
L], |
66 'es6/Array.prototype.find/Array.prototype.find_return-found-value': [FAIL], | 66 'built-ins/Array/prototype/find/Array.prototype.find_return-found-value': [FAI
L], |
67 'es6/Array.prototype.find/Array.prototype.find_skip-empty': [FAIL], | 67 'built-ins/Array/prototype/find/Array.prototype.find_skip-empty': [FAIL], |
68 'es6/Array.prototype.find/Array.prototype.find_this-defined': [FAIL], | 68 'built-ins/Array/prototype/find/Array.prototype.find_this-defined': [FAIL], |
69 'es6/Array.prototype.find/Array.prototype.find_this-is-object': [FAIL], | 69 'built-ins/Array/prototype/find/Array.prototype.find_this-is-object': [FAIL], |
70 'es6/Array.prototype.find/Array.prototype.find_this-undefined': [FAIL], | 70 'built-ins/Array/prototype/find/Array.prototype.find_this-undefined': [FAIL], |
71 | 71 |
72 # Array.from | 72 # Array.from |
73 'es6/ch22/22.1/22.1.2/S22.1.2.1_T1': [FAIL], | 73 'built-ins/Array/from/S22.1.2.1_T1': [FAIL], |
74 'es6/ch22/22.1/22.1.2/S22.1.2.1_T2': [FAIL], | 74 'built-ins/Array/from/S22.1.2.1_T2': [FAIL], |
75 | 75 |
76 # Direct proxies | 76 # Direct proxies |
77 'es6/Array.prototype.find/Array.prototype.find_callable-predicate': [FAIL], | 77 'built-ins/Array/prototype/find/Array.prototype.find_callable-predicate': [FAI
L], |
| 78 |
| 79 # --harmony-computed-property-names is not yet enabled |
| 80 'language/computed-property-names/class/accessor/getter': [FAIL], |
| 81 'language/computed-property-names/class/accessor/getter-duplicates': [FAIL], |
| 82 'language/computed-property-names/class/accessor/setter': [FAIL], |
| 83 'language/computed-property-names/class/accessor/setter-duplicates': [FAIL], |
| 84 'language/computed-property-names/class/method/constructor': [FAIL], |
| 85 'language/computed-property-names/class/method/generator': [FAIL], |
| 86 'language/computed-property-names/class/method/number': [FAIL], |
| 87 'language/computed-property-names/class/method/string': [FAIL], |
| 88 'language/computed-property-names/class/method/symbol': [FAIL], |
| 89 'language/computed-property-names/class/static/method-number': [FAIL], |
| 90 'language/computed-property-names/class/static/method-string': [FAIL], |
| 91 'language/computed-property-names/class/static/method-symbol': [FAIL], |
| 92 'language/computed-property-names/to-name-side-effects/class': [FAIL], |
| 93 'language/computed-property-names/to-name-side-effects/numbers-class': [FAIL], |
| 94 |
| 95 # Number.prototype is a plain object in ES6 |
| 96 'built-ins/Number/15.7.4-1': [FAIL], |
| 97 'built-ins/Number/prototype/S15.7.3.1_A2_T1': [FAIL], |
| 98 'built-ins/Number/prototype/S15.7.3.1_A2_T2': [FAIL], |
| 99 'built-ins/Number/prototype/S15.7.3.1_A3': [FAIL], |
| 100 'built-ins/Number/prototype/S15.7.4_A1': [FAIL], |
| 101 'built-ins/Number/prototype/toFixed/S15.7.4.5_A1.1_T01': [FAIL], |
| 102 'built-ins/Number/prototype/toString/S15.7.4.2_A1_T01': [FAIL], |
| 103 'built-ins/Number/prototype/toString/S15.7.4.2_A1_T02': [FAIL], |
| 104 'built-ins/Number/prototype/toString/S15.7.4.2_A1_T03': [FAIL], |
| 105 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T01': [FAIL], |
| 106 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T02': [FAIL], |
| 107 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T03': [FAIL], |
| 108 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T04': [FAIL], |
| 109 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T05': [FAIL], |
| 110 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T06': [FAIL], |
| 111 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T07': [FAIL], |
| 112 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T08': [FAIL], |
| 113 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T09': [FAIL], |
| 114 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T10': [FAIL], |
| 115 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T11': [FAIL], |
| 116 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T12': [FAIL], |
| 117 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T13': [FAIL], |
| 118 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T14': [FAIL], |
| 119 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T15': [FAIL], |
| 120 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T16': [FAIL], |
| 121 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T17': [FAIL], |
| 122 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T18': [FAIL], |
| 123 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T19': [FAIL], |
| 124 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T20': [FAIL], |
| 125 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T21': [FAIL], |
| 126 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T22': [FAIL], |
| 127 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T23': [FAIL], |
| 128 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T24': [FAIL], |
| 129 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T25': [FAIL], |
| 130 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T26': [FAIL], |
| 131 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T27': [FAIL], |
| 132 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T28': [FAIL], |
| 133 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T29': [FAIL], |
| 134 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T30': [FAIL], |
| 135 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T31': [FAIL], |
| 136 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T32': [FAIL], |
| 137 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T33': [FAIL], |
| 138 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T34': [FAIL], |
| 139 'built-ins/Number/prototype/valueOf/S15.7.4.4_A1_T01': [FAIL], |
| 140 'built-ins/Number/prototype/valueOf/S15.7.4.4_A1_T02': [FAIL], |
78 | 141 |
79 ######################## OBSOLETED BY ES6 ########################### | 142 ######################## OBSOLETED BY ES6 ########################### |
80 | 143 |
81 # ES6 allows duplicate properties | 144 # ES6 allows duplicate properties |
82 'ch11/11.1/11.1.5/11.1.5-4-4-a-1-s': [FAIL], | 145 'language/expressions/object/11.1.5-4-4-a-1-s': [FAIL], |
83 'ch11/11.1/11.1.5/11.1.5_4-4-b-1': [FAIL], | 146 'language/expressions/object/11.1.5_4-4-b-1': [FAIL], |
84 'ch11/11.1/11.1.5/11.1.5_4-4-b-2': [FAIL], | 147 'language/expressions/object/11.1.5_4-4-b-2': [FAIL], |
85 'ch11/11.1/11.1.5/11.1.5_4-4-c-1': [FAIL], | 148 'language/expressions/object/11.1.5_4-4-c-1': [FAIL], |
86 'ch11/11.1/11.1.5/11.1.5_4-4-c-2': [FAIL], | 149 'language/expressions/object/11.1.5_4-4-c-2': [FAIL], |
87 'ch11/11.1/11.1.5/11.1.5_4-4-d-1': [FAIL], | 150 'language/expressions/object/11.1.5_4-4-d-1': [FAIL], |
88 'ch11/11.1/11.1.5/11.1.5_4-4-d-2': [FAIL], | 151 'language/expressions/object/11.1.5_4-4-d-2': [FAIL], |
89 'ch11/11.1/11.1.5/11.1.5_4-4-d-3': [FAIL], | 152 'language/expressions/object/11.1.5_4-4-d-3': [FAIL], |
90 'ch11/11.1/11.1.5/11.1.5_4-4-d-4': [FAIL], | 153 'language/expressions/object/11.1.5_4-4-d-4': [FAIL], |
91 | |
92 # ES6 does ToObject for Object.prototype.getOwnPropertyNames | |
93 'ch15/15.2/15.2.3/15.2.3.4/15.2.3.4-1': [FAIL], | |
94 'ch15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-4': [FAIL], | |
95 'ch15/15.2/15.2.3/15.2.3.4/15.2.3.4-1-5': [FAIL], | |
96 | |
97 # ES6 allows block-local functions. | |
98 'bestPractice/Sbp_A1_T1': [FAIL], | |
99 'bestPractice/Sbp_A2_T1': [FAIL], | |
100 'bestPractice/Sbp_A2_T2': [FAIL], | |
101 'bestPractice/Sbp_A3_T1': [FAIL], | |
102 'bestPractice/Sbp_A3_T2': [FAIL], | |
103 'bestPractice/Sbp_A4_T1': [FAIL], | |
104 'bestPractice/Sbp_A4_T2': [FAIL], | |
105 'bestPractice/Sbp_A5_T1': [PASS], # Test is broken (strict reference to unboun
d variable) | |
106 'bestPractice/Sbp_A5_T2': [FAIL], | |
107 | 154 |
108 ######################## NEEDS INVESTIGATION ########################### | 155 ######################## NEEDS INVESTIGATION ########################### |
109 | 156 |
110 # These test failures are specific to the intl402 suite and need investigation | 157 # These test failures are specific to the intl402 suite and need investigation |
111 # to be either marked as bugs with issues filed for them or as deliberate | 158 # to be either marked as bugs with issues filed for them or as deliberate |
112 # incompatibilities if the test cases turn out to be broken or ambiguous. | 159 # incompatibilities if the test cases turn out to be broken or ambiguous. |
113 'intl402/ch06/6.2/6.2.3': [FAIL], | 160 'intl402/6.2.3': [FAIL], |
114 'intl402/ch09/9.2/9.2.1_2': [FAIL], | 161 'intl402/9.2.1_2': [FAIL], |
115 'intl402/ch09/9.2/9.2.6_2': [FAIL], | 162 'intl402/9.2.6_2': [FAIL], |
116 'intl402/ch10/10.1/10.1.1_a': [FAIL], | 163 'intl402/10.1.1_a': [FAIL], |
117 'intl402/ch10/10.1/10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], | 164 'intl402/10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], |
118 'intl402/ch10/10.1/10.1.2.1_4': [FAIL], | 165 'intl402/10.1.2.1_4': [FAIL], |
119 'intl402/ch10/10.2/10.2.3_b': [PASS, FAIL], | 166 'intl402/10.2.3_b': [PASS, FAIL], |
120 'intl402/ch10/10.3/10.3_a': [FAIL], | 167 'intl402/10.3_a': [FAIL], |
121 'intl402/ch11/11.1/11.1.1_17': [PASS, FAIL], | 168 'intl402/11.1.1_17': [PASS, FAIL], |
122 'intl402/ch11/11.1/11.1.1_19': [PASS, FAIL], | 169 'intl402/11.1.1_19': [PASS, FAIL], |
123 'intl402/ch11/11.1/11.1.1_20_c': [FAIL], | 170 'intl402/11.1.1_20_c': [FAIL], |
124 'intl402/ch11/11.1/11.1.1_a': [FAIL], | 171 'intl402/11.1.1_a': [FAIL], |
125 'intl402/ch11/11.1/11.1.2.1_4': [FAIL], | 172 'intl402/11.1.2.1_4': [FAIL], |
126 'intl402/ch11/11.3/11.3.2_FN_2': [PASS, FAIL], | 173 'intl402/11.3.2_FN_2': [PASS, FAIL], |
127 'intl402/ch11/11.3/11.3.2_TRF': [PASS, FAIL], | 174 'intl402/11.3.2_TRF': [PASS, FAIL], |
128 'intl402/ch11/11.3/11.3_a': [FAIL], | 175 'intl402/11.3_a': [FAIL], |
129 'intl402/ch12/12.1/12.1.1_a': [FAIL], | 176 'intl402/12.1.1_a': [FAIL], |
130 'intl402/ch12/12.1/12.1.2.1_4': [FAIL], | 177 'intl402/12.1.2.1_4': [FAIL], |
131 'intl402/ch12/12.3/12.3.2_FDT_7_a_iv': [FAIL], | 178 'intl402/12.3.2_FDT_7_a_iv': [FAIL], |
132 'intl402/ch12/12.3/12.3.3': [FAIL], | 179 'intl402/12.3.3': [FAIL], |
133 'intl402/ch12/12.3/12.3_a': [FAIL], | 180 'intl402/12.3_a': [FAIL], |
134 'intl402/ch15/15.5/15.5.4/15.5.4.915.5.4.9_3': [PASS, FAIL], | 181 |
| 182 # Test 262 update. |
| 183 'built-ins/Array/isArray/15.4.3.2-0-5': [FAIL], |
| 184 'built-ins/Array/prototype/S15.4.3.1_A5': [FAIL], |
| 185 'built-ins/Array/prototype/S15.4.4_A1.1_T2': [FAIL], |
| 186 'built-ins/Array/prototype/S15.4.4_A1.2_T1': [FAIL], |
| 187 'built-ins/Array/prototype/S15.4.4_A1.3_T1': [FAIL], |
| 188 'built-ins/Array/prototype/every/15.4.4.16-3-12': [FAIL], |
| 189 'built-ins/Array/prototype/every/15.4.4.16-3-14': [FAIL], |
| 190 'built-ins/Array/prototype/every/15.4.4.16-3-25': [FAIL], |
| 191 'built-ins/Array/prototype/every/15.4.4.16-3-29': [FAIL], |
| 192 'built-ins/Array/prototype/every/15.4.4.16-3-7': [FAIL], |
| 193 'built-ins/Array/prototype/every/15.4.4.16-3-8': [FAIL], |
| 194 'built-ins/Array/prototype/filter/15.4.4.20-3-12': [FAIL], |
| 195 'built-ins/Array/prototype/filter/15.4.4.20-3-25': [FAIL], |
| 196 'built-ins/Array/prototype/filter/15.4.4.20-3-7': [FAIL], |
| 197 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-1': [FAIL]
, |
| 198 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-2': [FAIL]
, |
| 199 'built-ins/Array/prototype/find/Array.prototype.find_callable-arrowfunction':
[FAIL], |
| 200 'built-ins/Array/prototype/find/Array.prototype.find_callable-forEach': [FAIL]
, |
| 201 'built-ins/Array/prototype/find/Array.prototype.find_this-global': [FAIL], |
| 202 'built-ins/Array/prototype/forEach/15.4.4.18-3-12': [FAIL], |
| 203 'built-ins/Array/prototype/forEach/15.4.4.18-3-25': [FAIL], |
| 204 'built-ins/Array/prototype/forEach/15.4.4.18-3-7': [FAIL], |
| 205 'built-ins/Array/prototype/indexOf/15.4.4.14-3-12': [FAIL], |
| 206 'built-ins/Array/prototype/indexOf/15.4.4.14-3-14': [FAIL], |
| 207 'built-ins/Array/prototype/indexOf/15.4.4.14-3-25': [FAIL], |
| 208 'built-ins/Array/prototype/indexOf/15.4.4.14-3-28': [FAIL], |
| 209 'built-ins/Array/prototype/indexOf/15.4.4.14-3-29': [FAIL], |
| 210 'built-ins/Array/prototype/indexOf/15.4.4.14-3-7': [FAIL], |
| 211 'built-ins/Array/prototype/indexOf/15.4.4.14-3-8': [FAIL], |
| 212 'built-ins/Array/prototype/join/S15.4.4.5_A4_T3': [FAIL], |
| 213 'built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-12': [FAIL], |
| 214 'built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-25': [FAIL], |
| 215 'built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-28': [FAIL], |
| 216 'built-ins/Array/prototype/lastIndexOf/15.4.4.15-3-7': [FAIL], |
| 217 'built-ins/Array/prototype/map/15.4.4.19-3-12': [FAIL], |
| 218 'built-ins/Array/prototype/map/15.4.4.19-3-14': [FAIL], |
| 219 'built-ins/Array/prototype/map/15.4.4.19-3-25': [FAIL], |
| 220 'built-ins/Array/prototype/map/15.4.4.19-3-28': [FAIL], |
| 221 'built-ins/Array/prototype/map/15.4.4.19-3-29': [FAIL], |
| 222 'built-ins/Array/prototype/map/15.4.4.19-3-7': [FAIL], |
| 223 'built-ins/Array/prototype/map/15.4.4.19-3-8': [FAIL], |
| 224 'built-ins/Array/prototype/pop/S15.4.4.6_A2_T2': [FAIL], |
| 225 'built-ins/Array/prototype/pop/S15.4.4.6_A3_T1': [FAIL], |
| 226 'built-ins/Array/prototype/pop/S15.4.4.6_A3_T2': [FAIL], |
| 227 'built-ins/Array/prototype/pop/S15.4.4.6_A3_T3': [FAIL], |
| 228 'built-ins/Array/prototype/push/S15.4.4.7_A2_T2': [FAIL], |
| 229 'built-ins/Array/prototype/push/S15.4.4.7_A4_T1': [FAIL], |
| 230 'built-ins/Array/prototype/push/S15.4.4.7_A4_T3': [FAIL], |
| 231 'built-ins/Array/prototype/reduce/15.4.4.21-3-12': [FAIL], |
| 232 'built-ins/Array/prototype/reduce/15.4.4.21-3-25': [FAIL], |
| 233 'built-ins/Array/prototype/reduce/15.4.4.21-3-7': [FAIL], |
| 234 'built-ins/Array/prototype/reduceRight/15.4.4.22-3-12': [FAIL], |
| 235 'built-ins/Array/prototype/reduceRight/15.4.4.22-3-25': [FAIL], |
| 236 'built-ins/Array/prototype/reduceRight/15.4.4.22-3-7': [FAIL], |
| 237 'built-ins/Array/prototype/reverse/S15.4.4.8_A3_T3': [FAIL], |
| 238 'built-ins/Array/prototype/shift/S15.4.4.9_A3_T3': [FAIL], |
| 239 'built-ins/Array/prototype/slice/S15.4.4.10_A3_T1': [FAIL], |
| 240 'built-ins/Array/prototype/slice/S15.4.4.10_A3_T2': [FAIL], |
| 241 'built-ins/Array/prototype/slice/S15.4.4.10_A3_T3': [FAIL], |
| 242 'built-ins/Array/prototype/some/15.4.4.17-3-12': [FAIL], |
| 243 'built-ins/Array/prototype/some/15.4.4.17-3-14': [FAIL], |
| 244 'built-ins/Array/prototype/some/15.4.4.17-3-25': [FAIL], |
| 245 'built-ins/Array/prototype/some/15.4.4.17-3-28': [FAIL], |
| 246 'built-ins/Array/prototype/some/15.4.4.17-3-29': [FAIL], |
| 247 'built-ins/Array/prototype/some/15.4.4.17-3-7': [FAIL], |
| 248 'built-ins/Array/prototype/some/15.4.4.17-3-8': [FAIL], |
| 249 'built-ins/Array/prototype/sort/S15.4.4.11_A4_T3': [FAIL], |
| 250 'built-ins/Array/prototype/splice/S15.4.4.12_A3_T1': [FAIL], |
| 251 'built-ins/Array/prototype/splice/S15.4.4.12_A3_T3': [FAIL], |
| 252 'built-ins/Array/prototype/unshift/S15.4.4.13_A3_T2': [FAIL], |
| 253 'built-ins/Boolean/prototype/S15.6.3.1_A1': [FAIL], |
| 254 'built-ins/Boolean/prototype/S15.6.4_A1': [FAIL], |
| 255 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T1': [FAIL], |
| 256 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2': [FAIL], |
| 257 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T1': [FAIL], |
| 258 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T2': [FAIL], |
| 259 'built-ins/Date/15.9.1.15-1': [FAIL], |
| 260 'built-ins/Date/prototype/setFullYear/15.9.5.40_1': [FAIL], |
| 261 'built-ins/Error/prototype/S15.11.4_A2': [FAIL], |
| 262 'built-ins/Object/defineProperty/15.2.3.6-4-293-4': [FAIL], |
| 263 'built-ins/Object/freeze/15.2.3.9-1': [FAIL], |
| 264 'built-ins/Object/freeze/15.2.3.9-1-1': [FAIL], |
| 265 'built-ins/Object/freeze/15.2.3.9-1-2': [FAIL], |
| 266 'built-ins/Object/freeze/15.2.3.9-1-3': [FAIL], |
| 267 'built-ins/Object/freeze/15.2.3.9-1-4': [FAIL], |
| 268 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1': [FAIL], |
| 269 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1-3': [FAIL], |
| 270 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-1-4': [FAIL], |
| 271 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-212': [FAIL], |
| 272 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-213': [FAIL], |
| 273 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-214': [FAIL], |
| 274 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-215': [FAIL], |
| 275 'built-ins/Object/getPrototypeOf/15.2.3.2-1': [FAIL], |
| 276 'built-ins/Object/getPrototypeOf/15.2.3.2-1-3': [FAIL], |
| 277 'built-ins/Object/getPrototypeOf/15.2.3.2-1-4': [FAIL], |
| 278 'built-ins/Object/getPrototypeOf/15.2.3.2-2-12': [FAIL], |
| 279 'built-ins/Object/getPrototypeOf/15.2.3.2-2-13': [FAIL], |
| 280 'built-ins/Object/getPrototypeOf/15.2.3.2-2-14': [FAIL], |
| 281 'built-ins/Object/getPrototypeOf/15.2.3.2-2-15': [FAIL], |
| 282 'built-ins/Object/getPrototypeOf/15.2.3.2-2-16': [FAIL], |
| 283 'built-ins/Object/getPrototypeOf/15.2.3.2-2-17': [FAIL], |
| 284 'built-ins/Object/isExtensible/15.2.3.13-1': [FAIL], |
| 285 'built-ins/Object/isExtensible/15.2.3.13-1-1': [FAIL], |
| 286 'built-ins/Object/isExtensible/15.2.3.13-1-2': [FAIL], |
| 287 'built-ins/Object/isExtensible/15.2.3.13-1-3': [FAIL], |
| 288 'built-ins/Object/isExtensible/15.2.3.13-1-4': [FAIL], |
| 289 'built-ins/Object/isFrozen/15.2.3.12-1': [FAIL], |
| 290 'built-ins/Object/isFrozen/15.2.3.12-1-1': [FAIL], |
| 291 'built-ins/Object/isFrozen/15.2.3.12-1-2': [FAIL], |
| 292 'built-ins/Object/isFrozen/15.2.3.12-1-3': [FAIL], |
| 293 'built-ins/Object/isFrozen/15.2.3.12-1-4': [FAIL], |
| 294 'built-ins/Object/isSealed/15.2.3.11-1': [FAIL], |
| 295 'built-ins/Object/preventExtensions/15.2.3.10-1': [FAIL], |
| 296 'built-ins/Object/preventExtensions/15.2.3.10-1-1': [FAIL], |
| 297 'built-ins/Object/preventExtensions/15.2.3.10-1-2': [FAIL], |
| 298 'built-ins/Object/preventExtensions/15.2.3.10-1-3': [FAIL], |
| 299 'built-ins/Object/preventExtensions/15.2.3.10-1-4': [FAIL], |
| 300 'built-ins/Object/seal/15.2.3.8-1': [FAIL], |
| 301 'built-ins/Object/seal/15.2.3.8-1-1': [FAIL], |
| 302 'built-ins/Object/seal/15.2.3.8-1-2': [FAIL], |
| 303 'built-ins/Object/seal/15.2.3.8-1-3': [FAIL], |
| 304 'built-ins/Object/seal/15.2.3.8-1-4': [FAIL], |
| 305 'built-ins/Promise/S25.4.3.1_A5.1_T2': [FAIL], |
| 306 'built-ins/Promise/prototype/then/S25.4.2.1_A3.1_T2': [FAIL], |
| 307 'built-ins/Promise/prototype/then/S25.4.2.1_A3.2_T2': [FAIL], |
| 308 'built-ins/Promise/race/S25.4.4.3_A3.1_T2': [FAIL], |
| 309 'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [FAIL], |
| 310 'built-ins/RegExp/prototype/15.10.6': [FAIL], |
| 311 'built-ins/RegExp/prototype/global/15.10.7.2-1': [FAIL], |
| 312 'built-ins/RegExp/prototype/global/15.10.7.2-2': [FAIL], |
| 313 'built-ins/RegExp/prototype/global/S15.10.7.2_A9': [FAIL], |
| 314 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1': [FAIL], |
| 315 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-2': [FAIL], |
| 316 'built-ins/RegExp/prototype/ignoreCase/S15.10.7.3_A9': [FAIL], |
| 317 'built-ins/RegExp/prototype/lastIndex/15.10.7.5-1': [FAIL], |
| 318 'built-ins/RegExp/prototype/lastIndex/15.10.7.5-2': [FAIL], |
| 319 'built-ins/RegExp/prototype/multiline/15.10.7.4-1': [FAIL], |
| 320 'built-ins/RegExp/prototype/multiline/15.10.7.4-2': [FAIL], |
| 321 'built-ins/RegExp/prototype/multiline/S15.10.7.4_A9': [FAIL], |
| 322 'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL], |
| 323 'built-ins/RegExp/prototype/source/15.10.7.1-2': [FAIL], |
| 324 'built-ins/RegExp/prototype/source/S15.10.7.1_A9': [FAIL], |
| 325 'built-ins/String/prototype/S15.5.4_A1': [FAIL], |
| 326 'built-ins/String/prototype/S15.5.4_A2': [FAIL], |
| 327 'built-ins/String/prototype/S15.5.4_A3': [FAIL], |
| 328 'built-ins/String/prototype/split/S15.5.4.14_A2_T37': [FAIL], |
| 329 'intl402/10.1_L15': [FAIL], |
| 330 'intl402/10.2.2_L15': [FAIL], |
| 331 'intl402/10.3.2_1_a_L15': [FAIL], |
| 332 'intl402/10.3.2_L15': [FAIL], |
| 333 'intl402/10.3.3_L15': [FAIL], |
| 334 'intl402/11.1_L15': [FAIL], |
| 335 'intl402/11.2.2_L15': [FAIL], |
| 336 'intl402/11.3.2_1_a_L15': [FAIL], |
| 337 'intl402/11.3.2_L15': [FAIL], |
| 338 'intl402/11.3.3_L15': [FAIL], |
| 339 'intl402/12.1_L15': [FAIL], |
| 340 'intl402/12.2.2_L15': [FAIL], |
| 341 'intl402/12.3.2_1_a_L15': [FAIL], |
| 342 'intl402/12.3.2_L15': [FAIL], |
| 343 'intl402/12.3.3_L15': [FAIL], |
| 344 'intl402/13.1.1_L15': [FAIL], |
| 345 'intl402/13.2.1_L15': [FAIL], |
| 346 'intl402/13.3.1_L15': [FAIL], |
| 347 'intl402/13.3.2_L15': [FAIL], |
| 348 'intl402/13.3.3_L15': [FAIL], |
| 349 'language/arrow-function/Arrow-Function_rules-for-prototype': [FAIL], |
| 350 'language/arrow-function/Arrow-Function_semantics': [FAIL], |
| 351 'language/arrow-function/Arrow-Function_syntax-variations': [FAIL], |
| 352 'language/class/arguments/access': [FAIL], |
| 353 'language/class/arguments/default-constructor': [FAIL], |
| 354 'language/class/definition/accessors': [FAIL], |
| 355 'language/class/definition/basics': [FAIL], |
| 356 'language/class/definition/constructable-but-no-prototype': [FAIL], |
| 357 'language/class/definition/constructor': [FAIL], |
| 358 'language/class/definition/constructor-property': [FAIL], |
| 359 'language/class/definition/constructor-strict-by-default': [FAIL], |
| 360 'language/class/definition/getters': [FAIL], |
| 361 'language/class/definition/getters-2': [FAIL], |
| 362 'language/class/definition/implicit-constructor': [FAIL], |
| 363 'language/class/definition/invalid-extends': [FAIL], |
| 364 'language/class/definition/methods': [FAIL], |
| 365 'language/class/definition/methods-named-eval-arguments': [FAIL], |
| 366 'language/class/definition/numeric-property-names': [FAIL], |
| 367 'language/class/definition/prototype-getter': [FAIL], |
| 368 'language/class/definition/prototype-property': [FAIL], |
| 369 'language/class/definition/prototype-setter': [FAIL], |
| 370 'language/class/definition/prototype-wiring': [FAIL], |
| 371 'language/class/definition/setters': [FAIL], |
| 372 'language/class/definition/setters-2': [FAIL], |
| 373 'language/class/definition/side-effects-in-extends': [FAIL], |
| 374 'language/class/definition/side-effects-in-property-define': [FAIL], |
| 375 'language/class/definition/this-access-restriction': [FAIL], |
| 376 'language/class/definition/this-access-restriction-2': [FAIL], |
| 377 'language/class/definition/this-check-ordering': [FAIL], |
| 378 'language/class/name-binding/basic': [FAIL], |
| 379 'language/class/name-binding/const': [FAIL], |
| 380 'language/class/name-binding/expression': [FAIL], |
| 381 'language/class/strict-mode/arguments-caller': [FAIL], |
| 382 'language/class/subclass/binding': [FAIL], |
| 383 'language/class/subclass/builtins': [FAIL], |
| 384 'language/class/subclass/default-constructor': [FAIL], |
| 385 'language/class/subclass/default-constructor-2': [FAIL], |
| 386 'language/class/subclass/null': [FAIL], |
| 387 'language/class/subclass/superclass-prototype-setter-constructor': [FAIL], |
| 388 'language/class/subclass/superclass-prototype-setter-method-override': [FAIL], |
| 389 'language/class/subclass/superclass-static-method-override': [FAIL], |
| 390 'language/class/super/in-constructor': [FAIL], |
| 391 'language/class/super/in-getter': [FAIL], |
| 392 'language/class/super/in-methods': [FAIL], |
| 393 'language/class/super/in-setter': [FAIL], |
| 394 'language/class/super/in-static-getter': [FAIL], |
| 395 'language/class/super/in-static-methods': [FAIL], |
| 396 'language/class/super/in-static-setter': [FAIL], |
| 397 'language/expressions/assignment/S11.13.1_A5_T1': [FAIL], |
| 398 'language/expressions/assignment/S11.13.1_A5_T2': [FAIL], |
| 399 'language/expressions/assignment/S11.13.1_A5_T3': [FAIL], |
| 400 'language/expressions/assignment/S11.13.1_A5_T4': [FAIL], |
| 401 'language/expressions/assignment/S11.13.1_A5_T5': [FAIL], |
| 402 'language/expressions/assignment/S11.13.1_A6_T1': [FAIL], |
| 403 'language/expressions/assignment/S11.13.1_A6_T2': [FAIL], |
| 404 'language/expressions/assignment/S11.13.1_A6_T3': [FAIL], |
| 405 'language/expressions/compound-assignment/S11.13.2_A5.10_T1': [FAIL], |
| 406 'language/expressions/compound-assignment/S11.13.2_A5.10_T2': [FAIL], |
| 407 'language/expressions/compound-assignment/S11.13.2_A5.10_T3': [FAIL], |
| 408 'language/expressions/compound-assignment/S11.13.2_A5.10_T4': [FAIL], |
| 409 'language/expressions/compound-assignment/S11.13.2_A5.10_T5': [FAIL], |
| 410 'language/expressions/compound-assignment/S11.13.2_A5.11_T1': [FAIL], |
| 411 'language/expressions/compound-assignment/S11.13.2_A5.11_T2': [FAIL], |
| 412 'language/expressions/compound-assignment/S11.13.2_A5.11_T3': [FAIL], |
| 413 'language/expressions/compound-assignment/S11.13.2_A5.11_T4': [FAIL], |
| 414 'language/expressions/compound-assignment/S11.13.2_A5.11_T5': [FAIL], |
| 415 'language/expressions/compound-assignment/S11.13.2_A5.1_T1': [FAIL], |
| 416 'language/expressions/compound-assignment/S11.13.2_A5.1_T2': [FAIL], |
| 417 'language/expressions/compound-assignment/S11.13.2_A5.1_T3': [FAIL], |
| 418 'language/expressions/compound-assignment/S11.13.2_A5.1_T4': [FAIL], |
| 419 'language/expressions/compound-assignment/S11.13.2_A5.1_T5': [FAIL], |
| 420 'language/expressions/compound-assignment/S11.13.2_A5.2_T1': [FAIL], |
| 421 'language/expressions/compound-assignment/S11.13.2_A5.2_T2': [FAIL], |
| 422 'language/expressions/compound-assignment/S11.13.2_A5.2_T3': [FAIL], |
| 423 'language/expressions/compound-assignment/S11.13.2_A5.2_T4': [FAIL], |
| 424 'language/expressions/compound-assignment/S11.13.2_A5.2_T5': [FAIL], |
| 425 'language/expressions/compound-assignment/S11.13.2_A5.3_T1': [FAIL], |
| 426 'language/expressions/compound-assignment/S11.13.2_A5.3_T2': [FAIL], |
| 427 'language/expressions/compound-assignment/S11.13.2_A5.3_T3': [FAIL], |
| 428 'language/expressions/compound-assignment/S11.13.2_A5.3_T4': [FAIL], |
| 429 'language/expressions/compound-assignment/S11.13.2_A5.3_T5': [FAIL], |
| 430 'language/expressions/compound-assignment/S11.13.2_A5.4_T1': [FAIL], |
| 431 'language/expressions/compound-assignment/S11.13.2_A5.4_T2': [FAIL], |
| 432 'language/expressions/compound-assignment/S11.13.2_A5.4_T3': [FAIL], |
| 433 'language/expressions/compound-assignment/S11.13.2_A5.4_T4': [FAIL], |
| 434 'language/expressions/compound-assignment/S11.13.2_A5.4_T5': [FAIL], |
| 435 'language/expressions/compound-assignment/S11.13.2_A5.5_T1': [FAIL], |
| 436 'language/expressions/compound-assignment/S11.13.2_A5.5_T2': [FAIL], |
| 437 'language/expressions/compound-assignment/S11.13.2_A5.5_T3': [FAIL], |
| 438 'language/expressions/compound-assignment/S11.13.2_A5.5_T4': [FAIL], |
| 439 'language/expressions/compound-assignment/S11.13.2_A5.5_T5': [FAIL], |
| 440 'language/expressions/compound-assignment/S11.13.2_A5.6_T1': [FAIL], |
| 441 'language/expressions/compound-assignment/S11.13.2_A5.6_T2': [FAIL], |
| 442 'language/expressions/compound-assignment/S11.13.2_A5.6_T3': [FAIL], |
| 443 'language/expressions/compound-assignment/S11.13.2_A5.6_T4': [FAIL], |
| 444 'language/expressions/compound-assignment/S11.13.2_A5.6_T5': [FAIL], |
| 445 'language/expressions/compound-assignment/S11.13.2_A5.7_T1': [FAIL], |
| 446 'language/expressions/compound-assignment/S11.13.2_A5.7_T2': [FAIL], |
| 447 'language/expressions/compound-assignment/S11.13.2_A5.7_T3': [FAIL], |
| 448 'language/expressions/compound-assignment/S11.13.2_A5.7_T4': [FAIL], |
| 449 'language/expressions/compound-assignment/S11.13.2_A5.7_T5': [FAIL], |
| 450 'language/expressions/compound-assignment/S11.13.2_A5.8_T1': [FAIL], |
| 451 'language/expressions/compound-assignment/S11.13.2_A5.8_T2': [FAIL], |
| 452 'language/expressions/compound-assignment/S11.13.2_A5.8_T3': [FAIL], |
| 453 'language/expressions/compound-assignment/S11.13.2_A5.8_T4': [FAIL], |
| 454 'language/expressions/compound-assignment/S11.13.2_A5.8_T5': [FAIL], |
| 455 'language/expressions/compound-assignment/S11.13.2_A5.9_T1': [FAIL], |
| 456 'language/expressions/compound-assignment/S11.13.2_A5.9_T2': [FAIL], |
| 457 'language/expressions/compound-assignment/S11.13.2_A5.9_T3': [FAIL], |
| 458 'language/expressions/compound-assignment/S11.13.2_A5.9_T4': [FAIL], |
| 459 'language/expressions/compound-assignment/S11.13.2_A5.9_T5': [FAIL], |
| 460 'language/expressions/compound-assignment/S11.13.2_A6.10_T1': [FAIL], |
| 461 'language/expressions/compound-assignment/S11.13.2_A6.11_T1': [FAIL], |
| 462 'language/expressions/compound-assignment/S11.13.2_A6.1_T1': [FAIL], |
| 463 'language/expressions/compound-assignment/S11.13.2_A6.2_T1': [FAIL], |
| 464 'language/expressions/compound-assignment/S11.13.2_A6.3_T1': [FAIL], |
| 465 'language/expressions/compound-assignment/S11.13.2_A6.4_T1': [FAIL], |
| 466 'language/expressions/compound-assignment/S11.13.2_A6.5_T1': [FAIL], |
| 467 'language/expressions/compound-assignment/S11.13.2_A6.6_T1': [FAIL], |
| 468 'language/expressions/compound-assignment/S11.13.2_A6.7_T1': [FAIL], |
| 469 'language/expressions/compound-assignment/S11.13.2_A6.8_T1': [FAIL], |
| 470 'language/expressions/compound-assignment/S11.13.2_A6.9_T1': [FAIL], |
| 471 'language/expressions/postfix-decrement/S11.3.2_A5_T1': [FAIL], |
| 472 'language/expressions/postfix-decrement/S11.3.2_A5_T2': [FAIL], |
| 473 'language/expressions/postfix-decrement/S11.3.2_A5_T3': [FAIL], |
| 474 'language/expressions/postfix-decrement/S11.3.2_A5_T4': [FAIL], |
| 475 'language/expressions/postfix-decrement/S11.3.2_A5_T5': [FAIL], |
| 476 'language/expressions/postfix-increment/S11.3.1_A5_T1': [FAIL], |
| 477 'language/expressions/postfix-increment/S11.3.1_A5_T2': [FAIL], |
| 478 'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL], |
| 479 'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL], |
| 480 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], |
| 481 'language/expressions/prefix-decrement/S11.4.5_A5_T1': [FAIL], |
| 482 'language/expressions/prefix-decrement/S11.4.5_A5_T2': [FAIL], |
| 483 'language/expressions/prefix-decrement/S11.4.5_A5_T3': [FAIL], |
| 484 'language/expressions/prefix-decrement/S11.4.5_A5_T4': [FAIL], |
| 485 'language/expressions/prefix-decrement/S11.4.5_A5_T5': [FAIL], |
| 486 'language/expressions/prefix-increment/S11.4.4_A5_T1': [FAIL], |
| 487 'language/expressions/prefix-increment/S11.4.4_A5_T2': [FAIL], |
| 488 'language/expressions/prefix-increment/S11.4.4_A5_T3': [FAIL], |
| 489 'language/expressions/prefix-increment/S11.4.4_A5_T4': [FAIL], |
| 490 'language/expressions/prefix-increment/S11.4.4_A5_T5': [FAIL], |
| 491 'language/expressions/property-accessors/S11.2.1_A4_T5': [FAIL], |
| 492 'language/generators/generator.declareMethod.argSuperProperty': [FAIL], |
| 493 'language/generators/generator.declareMethod.shadow-parameter-const': [FAIL], |
| 494 'language/generators/generator.expression.implicit-name': [FAIL], |
135 | 495 |
136 ##################### DELIBERATE INCOMPATIBILITIES ##################### | 496 ##################### DELIBERATE INCOMPATIBILITIES ##################### |
137 | 497 |
138 'ch15/15.8/15.8.2/15.8.2.8/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less p
recise with --fast-math) | 498 'built-ins/Math/exp/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise
with --fast-math) |
139 | 499 |
140 # Linux for ia32 (and therefore simulators) default to extended 80 bit | 500 # Linux for ia32 (and therefore simulators) default to extended 80 bit |
141 # floating point formats, so these tests checking 64-bit FP precision fail. | 501 # floating point formats, so these tests checking 64-bit FP precision fail. |
142 # The other platforms/arch's pass these tests. | 502 # The other platforms/arch's pass these tests. |
143 # We follow the other major JS engines by keeping this default. | 503 # We follow the other major JS engines by keeping this default. |
144 'ch08/8.5/S8.5_A2.1': [PASS, FAIL_OK], | 504 'language/types/number/S8.5_A2.1': [PASS, FAIL_OK], |
145 'ch08/8.5/S8.5_A2.2': [PASS, FAIL_OK], | 505 'language/types/number/S8.5_A2.2': [PASS, FAIL_OK], |
146 | 506 |
147 ############################ INVALID TESTS ############################# | 507 ############################ INVALID TESTS ############################# |
148 | 508 |
149 # The reference value calculated by Test262 is incorrect if you run these | 509 # The reference value calculated by Test262 is incorrect if you run these |
150 # tests in PST/PDT between first Sunday in March and first Sunday in April. | 510 # tests in PST/PDT between first Sunday in March and first Sunday in April. |
151 # The DST switch was moved in 2007 whereas Test262 bases the reference value | 511 # The DST switch was moved in 2007 whereas Test262 bases the reference value |
152 # on 2000. Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=293 | 512 # on 2000. Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=293 |
153 'ch15/15.9/15.9.3/S15.9.3.1_A5_T1': [PASS, FAIL_OK], | 513 'built-ins/Date/S15.9.3.1_A5_T1': [PASS, FAIL_OK], |
154 'ch15/15.9/15.9.3/S15.9.3.1_A5_T2': [PASS, FAIL_OK], | 514 'built-ins/Date/S15.9.3.1_A5_T2': [PASS, FAIL_OK], |
155 'ch15/15.9/15.9.3/S15.9.3.1_A5_T3': [PASS, FAIL_OK], | 515 'built-ins/Date/S15.9.3.1_A5_T3': [PASS, FAIL_OK], |
156 'ch15/15.9/15.9.3/S15.9.3.1_A5_T4': [PASS, FAIL_OK], | 516 'built-ins/Date/S15.9.3.1_A5_T4': [PASS, FAIL_OK], |
157 'ch15/15.9/15.9.3/S15.9.3.1_A5_T5': [PASS, FAIL_OK], | 517 'built-ins/Date/S15.9.3.1_A5_T5': [PASS, FAIL_OK], |
158 'ch15/15.9/15.9.3/S15.9.3.1_A5_T6': [PASS, FAIL_OK], | 518 'built-ins/Date/S15.9.3.1_A5_T6': [PASS, FAIL_OK], |
159 | 519 |
160 # Test makes unjustified assumptions about the number of calls to SortCompare. | 520 # Test makes unjustified assumptions about the number of calls to SortCompare. |
161 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596 | 521 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596 |
162 'es6/bug_596_1': [PASS, FAIL_OK], | 522 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK], |
163 | 523 |
164 # Tests do not return boolean. | 524 # Tests do not return boolean. |
165 'ch15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-1': [PASS, FAIL_OK], | 525 'built-ins/Object/keys/15.2.3.14-1-1': [PASS, FAIL_OK], |
166 'ch15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-2': [PASS, FAIL_OK], | 526 'built-ins/Object/keys/15.2.3.14-1-2': [PASS, FAIL_OK], |
167 'ch15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-3': [PASS, FAIL_OK], | 527 'built-ins/Object/keys/15.2.3.14-1-3': [PASS, FAIL_OK], |
168 | 528 |
169 # String.prototype.contains renamed to 'S.p.includes' | 529 # # String.prototype.contains renamed to 'S.p.includes' |
170 'es6/String.prototype.contains/String.prototype.contains_FailBadLocation' : [F
AIL_OK], | 530 # 'es6/String.prototype.contains/String.prototype.contains_FailBadLocation' :
[FAIL_OK], |
171 'es6/String.prototype.contains/String.prototype.contains_FailLocation' : [FAIL
_OK], | 531 # 'es6/String.prototype.contains/String.prototype.contains_FailLocation' : [FA
IL_OK], |
172 'es6/String.prototype.contains/String.prototype.contains_FailMissingLetter' :
[FAIL_OK], | 532 # 'es6/String.prototype.contains/String.prototype.contains_FailMissingLetter'
: [FAIL_OK], |
173 'es6/String.prototype.contains/String.prototype.contains_lengthProp' : [FAIL_O
K], | 533 # 'es6/String.prototype.contains/String.prototype.contains_lengthProp' : [FAIL
_OK], |
174 'es6/String.prototype.contains/String.prototype.contains_Success' : [FAIL_OK], | 534 # 'es6/String.prototype.contains/String.prototype.contains_Success' : [FAIL_OK
], |
175 'es6/String.prototype.contains/String.prototype.contains_SuccessNoLocation' :
[FAIL_OK], | 535 # 'es6/String.prototype.contains/String.prototype.contains_SuccessNoLocation'
: [FAIL_OK], |
176 | |
177 # Function length properties are configurable in ES6 | |
178 'ch11/11.4/11.4.1/11.4.1-5-a-28-s': [FAIL], | |
179 'ch13/13.2/13.2-15-1': [FAIL], | |
180 'ch15/15.1/15.1.2/15.1.2.1/S15.1.2.1_A4.2': [FAIL], | |
181 'ch15/15.1/15.1.2/15.1.2.2/S15.1.2.2_A9.2': [FAIL], | |
182 'ch15/15.1/15.1.2/15.1.2.3/S15.1.2.3_A7.2': [FAIL], | |
183 'ch15/15.1/15.1.2/15.1.2.4/S15.1.2.4_A2.2': [FAIL], | |
184 'ch15/15.1/15.1.2/15.1.2.5/S15.1.2.5_A2.2': [FAIL], | |
185 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A5.2': [FAIL], | |
186 'ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_A5.2': [FAIL], | |
187 'ch15/15.1/15.1.3/15.1.3.3/S15.1.3.3_A5.2': [FAIL], | |
188 'ch15/15.1/15.1.3/15.1.3.4/S15.1.3.4_A5.2': [FAIL], | |
189 'ch15/15.10/15.10.6/15.10.6.2/S15.10.6.2_A9': [FAIL], | |
190 'ch15/15.10/15.10.6/15.10.6.3/S15.10.6.3_A9': [FAIL], | |
191 'ch15/15.10/15.10.6/15.10.6.4/S15.10.6.4_A9': [FAIL], | |
192 'ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-186': [FAIL], | |
193 'ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-187': [FAIL], | |
194 'ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-191': [FAIL], | |
195 'ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-194': [FAIL], | |
196 'ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-201': [FAIL], | |
197 'ch15/15.2/15.2.4/15.2.4.2/S15.2.4.2_A9': [FAIL], | |
198 'ch15/15.2/15.2.4/15.2.4.3/S15.2.4.3_A9': [FAIL], | |
199 'ch15/15.2/15.2.4/15.2.4.4/S15.2.4.4_A9': [FAIL], | |
200 'ch15/15.2/15.2.4/15.2.4.5/S15.2.4.5_A9': [FAIL], | |
201 'ch15/15.2/15.2.4/15.2.4.6/S15.2.4.6_A9': [FAIL], | |
202 'ch15/15.2/15.2.4/15.2.4.7/S15.2.4.7_A9': [FAIL], | |
203 'ch15/15.3/15.3.3/15.3.3.2/15.3.3.2-1': [FAIL], | |
204 'ch15/15.3/15.3.4/15.3.4.2/S15.3.4.2_A9': [FAIL], | |
205 'ch15/15.3/15.3.4/15.3.4.3/S15.3.4.3_A9': [FAIL], | |
206 'ch15/15.3/15.3.4/15.3.4.4/S15.3.4.4_A9': [FAIL], | |
207 'ch15/15.3/15.3.5/S15.3.5.1_A2_T1': [FAIL], | |
208 'ch15/15.3/15.3.5/S15.3.5.1_A2_T2': [FAIL], | |
209 'ch15/15.3/15.3.5/S15.3.5.1_A2_T3': [FAIL], | |
210 'ch15/15.4/15.4.3/S15.4.3_A2.2': [FAIL], | |
211 'ch15/15.4/15.4.4/15.4.4.10/S15.4.4.10_A5.2': [FAIL], | |
212 'ch15/15.4/15.4.4/15.4.4.11/S15.4.4.11_A7.2': [FAIL], | |
213 'ch15/15.4/15.4.4/15.4.4.12/S15.4.4.12_A5.2': [FAIL], | |
214 'ch15/15.4/15.4.4/15.4.4.13/S15.4.4.13_A5.2': [FAIL], | |
215 'ch15/15.4/15.4.4/15.4.4.2/S15.4.4.2_A4.2': [FAIL], | |
216 'ch15/15.4/15.4.4/15.4.4.3/S15.4.4.3_A4.2': [FAIL], | |
217 'ch15/15.4/15.4.4/15.4.4.4/S15.4.4.4_A4.2': [FAIL], | |
218 'ch15/15.4/15.4.4/15.4.4.5/S15.4.4.5_A6.2': [FAIL], | |
219 'ch15/15.4/15.4.4/15.4.4.6/S15.4.4.6_A5.2': [FAIL], | |
220 'ch15/15.4/15.4.4/15.4.4.7/S15.4.4.7_A6.2': [FAIL], | |
221 'ch15/15.4/15.4.4/15.4.4.8/S15.4.4.8_A5.2': [FAIL], | |
222 'ch15/15.4/15.4.4/15.4.4.9/S15.4.4.9_A5.2': [FAIL], | |
223 'ch15/15.5/15.5.4/15.5.4.10/S15.5.4.10_A9': [FAIL], | |
224 'ch15/15.5/15.5.4/15.5.4.11/S15.5.4.11_A9': [FAIL], | |
225 'ch15/15.5/15.5.4/15.5.4.12/S15.5.4.12_A9': [FAIL], | |
226 'ch15/15.5/15.5.4/15.5.4.13/S15.5.4.13_A9': [FAIL], | |
227 'ch15/15.5/15.5.4/15.5.4.14/S15.5.4.14_A9': [FAIL], | |
228 'ch15/15.5/15.5.4/15.5.4.15/S15.5.4.15_A9': [FAIL], | |
229 'ch15/15.5/15.5.4/15.5.4.16/S15.5.4.16_A9': [FAIL], | |
230 'ch15/15.5/15.5.4/15.5.4.17/S15.5.4.17_A9': [FAIL], | |
231 'ch15/15.5/15.5.4/15.5.4.18/S15.5.4.18_A9': [FAIL], | |
232 'ch15/15.5/15.5.4/15.5.4.19/S15.5.4.19_A9': [FAIL], | |
233 'ch15/15.5/15.5.4/15.5.4.4/S15.5.4.4_A9': [FAIL], | |
234 'ch15/15.5/15.5.4/15.5.4.5/S15.5.4.5_A9': [FAIL], | |
235 'ch15/15.5/15.5.4/15.5.4.6/S15.5.4.6_A9': [FAIL], | |
236 'ch15/15.5/15.5.4/15.5.4.7/S15.5.4.7_A9': [FAIL], | |
237 'ch15/15.5/15.5.4/15.5.4.8/S15.5.4.8_A9': [FAIL], | |
238 'ch15/15.5/15.5.4/15.5.4.9/S15.5.4.9_A9': [FAIL], | |
239 'ch15/15.9/15.9.4/15.9.4.2/S15.9.4.2_A3_T2': [FAIL], | |
240 'ch15/15.9/15.9.4/15.9.4.3/S15.9.4.3_A3_T2': [FAIL], | |
241 'ch15/15.9/15.9.5/15.9.5.1/S15.9.5.1_A3_T2': [FAIL], | |
242 'ch15/15.9/15.9.5/15.9.5.10/S15.9.5.10_A3_T2': [FAIL], | |
243 'ch15/15.9/15.9.5/15.9.5.11/S15.9.5.11_A3_T2': [FAIL], | |
244 'ch15/15.9/15.9.5/15.9.5.12/S15.9.5.12_A3_T2': [FAIL], | |
245 'ch15/15.9/15.9.5/15.9.5.13/S15.9.5.13_A3_T2': [FAIL], | |
246 'ch15/15.9/15.9.5/15.9.5.14/S15.9.5.14_A3_T2': [FAIL], | |
247 'ch15/15.9/15.9.5/15.9.5.15/S15.9.5.15_A3_T2': [FAIL], | |
248 'ch15/15.9/15.9.5/15.9.5.16/S15.9.5.16_A3_T2': [FAIL], | |
249 'ch15/15.9/15.9.5/15.9.5.17/S15.9.5.17_A3_T2': [FAIL], | |
250 'ch15/15.9/15.9.5/15.9.5.18/S15.9.5.18_A3_T2': [FAIL], | |
251 'ch15/15.9/15.9.5/15.9.5.19/S15.9.5.19_A3_T2': [FAIL], | |
252 'ch15/15.9/15.9.5/15.9.5.2/S15.9.5.2_A3_T2': [FAIL], | |
253 'ch15/15.9/15.9.5/15.9.5.20/S15.9.5.20_A3_T2': [FAIL], | |
254 'ch15/15.9/15.9.5/15.9.5.21/S15.9.5.21_A3_T2': [FAIL], | |
255 'ch15/15.9/15.9.5/15.9.5.22/S15.9.5.22_A3_T2': [FAIL], | |
256 'ch15/15.9/15.9.5/15.9.5.23/S15.9.5.23_A3_T2': [FAIL], | |
257 'ch15/15.9/15.9.5/15.9.5.24/S15.9.5.24_A3_T2': [FAIL], | |
258 'ch15/15.9/15.9.5/15.9.5.25/S15.9.5.25_A3_T2': [FAIL], | |
259 'ch15/15.9/15.9.5/15.9.5.26/S15.9.5.26_A3_T2': [FAIL], | |
260 'ch15/15.9/15.9.5/15.9.5.27/S15.9.5.27_A3_T2': [FAIL], | |
261 'ch15/15.9/15.9.5/15.9.5.28/S15.9.5.28_A3_T2': [FAIL], | |
262 'ch15/15.9/15.9.5/15.9.5.29/S15.9.5.29_A3_T2': [FAIL], | |
263 'ch15/15.9/15.9.5/15.9.5.3/S15.9.5.3_A3_T2': [FAIL], | |
264 'ch15/15.9/15.9.5/15.9.5.30/S15.9.5.30_A3_T2': [FAIL], | |
265 'ch15/15.9/15.9.5/15.9.5.31/S15.9.5.31_A3_T2': [FAIL], | |
266 'ch15/15.9/15.9.5/15.9.5.32/S15.9.5.32_A3_T2': [FAIL], | |
267 'ch15/15.9/15.9.5/15.9.5.33/S15.9.5.33_A3_T2': [FAIL], | |
268 'ch15/15.9/15.9.5/15.9.5.34/S15.9.5.34_A3_T2': [FAIL], | |
269 'ch15/15.9/15.9.5/15.9.5.35/S15.9.5.35_A3_T2': [FAIL], | |
270 'ch15/15.9/15.9.5/15.9.5.36/S15.9.5.36_A3_T2': [FAIL], | |
271 'ch15/15.9/15.9.5/15.9.5.37/S15.9.5.37_A3_T2': [FAIL], | |
272 'ch15/15.9/15.9.5/15.9.5.38/S15.9.5.38_A3_T2': [FAIL], | |
273 'ch15/15.9/15.9.5/15.9.5.39/S15.9.5.39_A3_T2': [FAIL], | |
274 'ch15/15.9/15.9.5/15.9.5.4/S15.9.5.4_A3_T2': [FAIL], | |
275 'ch15/15.9/15.9.5/15.9.5.40/S15.9.5.40_A3_T2': [FAIL], | |
276 'ch15/15.9/15.9.5/15.9.5.41/S15.9.5.41_A3_T2': [FAIL], | |
277 'ch15/15.9/15.9.5/15.9.5.42/S15.9.5.42_A3_T2': [FAIL], | |
278 'ch15/15.9/15.9.5/15.9.5.5/S15.9.5.5_A3_T2': [FAIL], | |
279 'ch15/15.9/15.9.5/15.9.5.6/S15.9.5.6_A3_T2': [FAIL], | |
280 'ch15/15.9/15.9.5/15.9.5.7/S15.9.5.7_A3_T2': [FAIL], | |
281 'ch15/15.9/15.9.5/15.9.5.8/S15.9.5.8_A3_T2': [FAIL], | |
282 'ch15/15.9/15.9.5/15.9.5.9/S15.9.5.9_A3_T2': [FAIL], | |
283 'intl402/ch10/10.1/10.1_L15': [FAIL], | |
284 'intl402/ch10/10.2/10.2.2_L15': [FAIL], | |
285 'intl402/ch10/10.3/10.3.2_1_a_L15': [FAIL], | |
286 'intl402/ch10/10.3/10.3.2_L15': [FAIL], | |
287 'intl402/ch10/10.3/10.3.3_L15': [FAIL], | |
288 'intl402/ch11/11.1/11.1_L15': [FAIL], | |
289 'intl402/ch11/11.2/11.2.2_L15': [FAIL], | |
290 'intl402/ch11/11.3/11.3.2_1_a_L15': [FAIL], | |
291 'intl402/ch11/11.3/11.3.2_L15': [FAIL], | |
292 'intl402/ch11/11.3/11.3.3_L15': [FAIL], | |
293 'intl402/ch12/12.1/12.1_L15': [FAIL], | |
294 'intl402/ch12/12.2/12.2.2_L15': [FAIL], | |
295 'intl402/ch12/12.3/12.3.2_1_a_L15': [FAIL], | |
296 'intl402/ch12/12.3/12.3.2_L15': [FAIL], | |
297 'intl402/ch12/12.3/12.3.3_L15': [FAIL], | |
298 'intl402/ch13/13.1/13.1.1_L15': [FAIL], | |
299 'intl402/ch13/13.2/13.2.1_L15': [FAIL], | |
300 'intl402/ch13/13.3/13.3.1_L15': [FAIL], | |
301 'intl402/ch13/13.3/13.3.2_L15': [FAIL], | |
302 'intl402/ch13/13.3/13.3.3_L15': [FAIL], | |
303 | 536 |
304 ############################ SKIPPED TESTS ############################# | 537 ############################ SKIPPED TESTS ############################# |
305 | 538 |
306 # These tests take a looong time to run in debug mode. | 539 # These tests take a looong time to run in debug mode. |
307 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]]
, | 540 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]], |
308 'ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKIP]]
, | 541 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKI
P]], |
309 }], # ALWAYS | 542 }], # ALWAYS |
310 | 543 |
311 ['system == macos', { | 544 ['system == macos', { |
312 'intl402/ch11/11.3/11.3.2_TRP': [FAIL], | 545 'intl402/11.3.2_TRP': [FAIL], |
313 'intl402/ch09/9.2/9.2.5_11_g_ii_2': [FAIL], | 546 'intl402/9.2.5_11_g_ii_2': [FAIL], |
314 }], # system == macos | 547 }], # system == macos |
315 | 548 |
316 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips
64el', { | 549 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips
64el', { |
317 | 550 |
318 # TODO(mstarzinger): Causes stack overflow on simulators due to eager | 551 # TODO(mstarzinger): Causes stack overflow on simulators due to eager |
319 # compilation of parenthesized function literals. Needs investigation. | 552 # compilation of parenthesized function literals. Needs investigation. |
320 'ch13/13.2/S13.2.1_A1_T1': [SKIP], | 553 'language/statements/function/S13.2.1_A1_T1': [SKIP], |
321 | 554 |
322 # BUG(3251225): Tests that timeout with --nocrankshaft. | 555 # BUG(3251225): Tests that timeout with --nocrankshaft. |
323 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.4_T1': [SKIP], | 556 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
324 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.5_T1': [SKIP], | 557 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
325 'ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_A2.4_T1': [SKIP], | 558 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
326 'ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_A2.5_T1': [SKIP], | 559 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
327 'ch15/15.1/15.1.3/15.1.3.3/S15.1.3.3_A2.3_T1': [SKIP], | 560 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
328 'ch15/15.1/15.1.3/15.1.3.4/S15.1.3.4_A2.3_T1': [SKIP], | 561 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
329 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 562 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
330 ] | 563 ] |
OLD | NEW |