Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(358)

Side by Side Diff: test/test262-es6/test262-es6.status

Issue 1136553008: Update Test262 to 5/30 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Arrow functions are now staged Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/test262-es6/README ('k') | test/test262-es6/testcfg.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 30 matching lines...) Expand all
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 'built-ins/Math/sin/S15.8.2.16_A7': [PASS, FAIL_OK], 42 '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], 43 '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], 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 'language/statements/for-in/12.6.4-2': [PASS, FAIL_OK], 49 'language/statements/for-in/12.6.4-2': [PASS, FAIL_OK],
50 50
51 ######################### HARNESS ISSUES ##########################
52 # These are failures due to our harness not working as supposed
53
54 # Uses [onlyStrict]
55 'built-ins/Array/prototype/find/Array.prototype.find_this-undefined': [FAIL],
56
57 ###################### MISSING ES6 FEATURES ####################### 51 ###################### MISSING ES6 FEATURES #######################
58 52
59 # Requires --harmony-sloppy 53 # Class, let, const in sloppy mode.
60 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [FAIL], 54 # https://code.google.com/p/v8/issues/detail?id=3305
61 55 'language/block-scope/*': [PASS, ['sloppy', FAIL]],
62 # --harmony-computed-property-names is not yet enabled
63 'language/computed-property-names/class/accessor/getter': [FAIL],
64 'language/computed-property-names/class/accessor/getter-duplicates': [FAIL],
65 'language/computed-property-names/class/accessor/setter': [FAIL],
66 'language/computed-property-names/class/accessor/setter-duplicates': [FAIL],
67 'language/computed-property-names/class/method/constructor': [FAIL],
68 'language/computed-property-names/class/method/generator': [FAIL],
69 'language/computed-property-names/class/method/number': [FAIL],
70 'language/computed-property-names/class/method/string': [FAIL],
71 'language/computed-property-names/class/method/symbol': [FAIL],
72 'language/computed-property-names/class/static/method-number': [FAIL],
73 'language/computed-property-names/class/static/method-string': [FAIL],
74 'language/computed-property-names/class/static/method-symbol': [FAIL],
75 'language/computed-property-names/to-name-side-effects/class': [FAIL],
76 'language/computed-property-names/to-name-side-effects/numbers-class': [FAIL],
77 56
78 # Number.prototype is a plain object in ES6 57 # Number.prototype is a plain object in ES6
79 'built-ins/Number/15.7.4-1': [FAIL], 58 'built-ins/Number/15.7.4-1': [FAIL],
80 'built-ins/Number/prototype/S15.7.3.1_A2_T1': [FAIL], 59 'built-ins/Number/prototype/S15.7.3.1_A2_*': [FAIL],
81 'built-ins/Number/prototype/S15.7.3.1_A2_T2': [FAIL],
82 'built-ins/Number/prototype/S15.7.3.1_A3': [FAIL], 60 'built-ins/Number/prototype/S15.7.3.1_A3': [FAIL],
83 'built-ins/Number/prototype/S15.7.4_A1': [FAIL], 61 'built-ins/Number/prototype/S15.7.4_A1': [FAIL],
84 'built-ins/Number/prototype/toFixed/S15.7.4.5_A1.1_T01': [FAIL], 62 'built-ins/Number/prototype/toFixed/S15.7.4.5_A1.1_T01': [FAIL],
85 'built-ins/Number/prototype/toString/S15.7.4.2_A1_T01': [FAIL], 63 'built-ins/Number/prototype/toString/S15.7.4.2_A1_*': [FAIL],
86 'built-ins/Number/prototype/toString/S15.7.4.2_A1_T02': [FAIL], 64 'built-ins/Number/prototype/toString/S15.7.4.2_A2_*': [FAIL],
87 'built-ins/Number/prototype/toString/S15.7.4.2_A1_T03': [FAIL], 65 'built-ins/Number/prototype/valueOf/S15.7.4.4_A1_*': [FAIL],
88 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T01': [FAIL],
89 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T02': [FAIL],
90 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T03': [FAIL],
91 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T04': [FAIL],
92 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T05': [FAIL],
93 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T06': [FAIL],
94 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T07': [FAIL],
95 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T08': [FAIL],
96 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T09': [FAIL],
97 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T10': [FAIL],
98 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T11': [FAIL],
99 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T12': [FAIL],
100 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T13': [FAIL],
101 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T14': [FAIL],
102 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T15': [FAIL],
103 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T16': [FAIL],
104 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T17': [FAIL],
105 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T18': [FAIL],
106 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T19': [FAIL],
107 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T20': [FAIL],
108 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T21': [FAIL],
109 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T22': [FAIL],
110 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T23': [FAIL],
111 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T24': [FAIL],
112 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T25': [FAIL],
113 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T26': [FAIL],
114 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T27': [FAIL],
115 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T28': [FAIL],
116 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T29': [FAIL],
117 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T30': [FAIL],
118 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T31': [FAIL],
119 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T32': [FAIL],
120 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T33': [FAIL],
121 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T34': [FAIL],
122 'built-ins/Number/prototype/valueOf/S15.7.4.4_A1_T01': [FAIL],
123 'built-ins/Number/prototype/valueOf/S15.7.4.4_A1_T02': [FAIL],
124 66
125 ######################## OBSOLETED BY ES6 ########################### 67 # https://code.google.com/p/v8/issues/detail?id=4118
68 'built-ins/Object/getOwnPropertyNames/15.2.3.4-4-44': [FAIL],
126 69
127 # ES6 allows duplicate properties 70 # https://code.google.com/p/v8/issues/detail?id=4093
128 'language/expressions/object/11.1.5-4-4-a-1-s': [FAIL],
129 'language/expressions/object/11.1.5_4-4-b-1': [FAIL],
130 'language/expressions/object/11.1.5_4-4-b-2': [FAIL],
131 'language/expressions/object/11.1.5_4-4-c-1': [FAIL],
132 'language/expressions/object/11.1.5_4-4-c-2': [FAIL],
133 'language/expressions/object/11.1.5_4-4-d-1': [FAIL],
134 'language/expressions/object/11.1.5_4-4-d-2': [FAIL],
135 'language/expressions/object/11.1.5_4-4-d-3': [FAIL],
136 'language/expressions/object/11.1.5_4-4-d-4': [FAIL],
137 71
138 ######################## NEEDS INVESTIGATION ########################### 72 ######################## NEEDS INVESTIGATION ###########################
139 73
140 # These test failures are specific to the intl402 suite and need investigation 74 # These test failures are specific to the intl402 suite and need investigation
141 # to be either marked as bugs with issues filed for them or as deliberate 75 # to be either marked as bugs with issues filed for them or as deliberate
142 # incompatibilities if the test cases turn out to be broken or ambiguous. 76 # incompatibilities if the test cases turn out to be broken or ambiguous.
143 'intl402/6.2.3': [FAIL], 77 'intl402/6.2.3': [FAIL],
144 'intl402/9.2.1_2': [FAIL], 78 'intl402/9.2.1_2': [FAIL],
145 'intl402/9.2.6_2': [FAIL], 79 'intl402/9.2.6_2': [FAIL],
146 'intl402/10.1.1_a': [FAIL], 80 'intl402/10.1.1_a': [FAIL],
147 'intl402/10.1.1_19_c': [PASS, FAIL, NO_VARIANTS],
148 'intl402/10.1.2.1_4': [FAIL], 81 'intl402/10.1.2.1_4': [FAIL],
82 'intl402/10.1.2_a': [PASS, FAIL],
149 'intl402/10.2.3_b': [PASS, FAIL], 83 'intl402/10.2.3_b': [PASS, FAIL],
84 'intl402/10.3.2_1_c': [PASS, FAIL],
85 'intl402/10.3.2_CS_b_NN': [PASS, FAIL],
86 'intl402/10.3.2_CS_c_NN': [PASS, FAIL],
87 'intl402/10.3.2_CS_d_NN': [PASS, FAIL],
150 'intl402/10.3_a': [FAIL], 88 'intl402/10.3_a': [FAIL],
151 'intl402/11.1.1_17': [PASS, FAIL],
152 'intl402/11.1.1_19': [PASS, FAIL],
153 'intl402/11.1.1_20_c': [FAIL], 89 'intl402/11.1.1_20_c': [FAIL],
154 'intl402/11.1.1_a': [FAIL], 90 'intl402/11.1.1_a': [FAIL],
91 'intl402/11.1.2': [PASS, FAIL],
155 'intl402/11.1.2.1_4': [FAIL], 92 'intl402/11.1.2.1_4': [FAIL],
156 'intl402/11.3.2_FN_2': [PASS, FAIL],
157 'intl402/11.3.2_TRF': [PASS, FAIL],
158 'intl402/11.3_a': [FAIL], 93 'intl402/11.3_a': [FAIL],
159 'intl402/12.1.1_a': [FAIL], 94 'intl402/12.1.1_a': [FAIL],
95 'intl402/12.1.2': [PASS, FAIL],
160 'intl402/12.1.2.1_4': [FAIL], 96 'intl402/12.1.2.1_4': [FAIL],
161 'intl402/12.3.2_FDT_7_a_iv': [FAIL], 97 'intl402/12.3.2_FDT_7_a_iv': [FAIL],
162 'intl402/12.3.3': [FAIL], 98 'intl402/12.3.3': [FAIL],
163 'intl402/12.3_a': [FAIL], 99 'intl402/12.3_a': [FAIL],
100 'intl402/13.1.1_7': [PASS, FAIL],
101 'intl402/13.2.1_5': [PASS, FAIL],
102 'intl402/13.3.0_7': [PASS, FAIL],
164 103
165 # Test 262 update 2015-03-11 104
166 'built-ins/Array/isArray/15.4.3.2-0-5': [FAIL], 105 # Test 262 update 2015-05-30
167 'built-ins/Array/prototype/S15.4.3.1_A5': [FAIL], 106 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [PASS, [' sloppy', FAIL]],
168 'built-ins/Array/prototype/S15.4.4_A1.1_T2': [FAIL],
169 'built-ins/Array/prototype/S15.4.4_A1.2_T1': [FAIL],
170 'built-ins/Array/prototype/S15.4.4_A1.3_T1': [FAIL],
171 'built-ins/Array/prototype/every/15.4.4.16-3-12': [FAIL], 107 'built-ins/Array/prototype/every/15.4.4.16-3-12': [FAIL],
172 'built-ins/Array/prototype/every/15.4.4.16-3-14': [FAIL], 108 'built-ins/Array/prototype/every/15.4.4.16-3-14': [FAIL],
173 'built-ins/Array/prototype/every/15.4.4.16-3-25': [FAIL], 109 'built-ins/Array/prototype/every/15.4.4.16-3-25': [FAIL],
174 'built-ins/Array/prototype/every/15.4.4.16-3-29': [FAIL], 110 'built-ins/Array/prototype/every/15.4.4.16-3-29': [FAIL],
175 'built-ins/Array/prototype/every/15.4.4.16-3-7': [FAIL], 111 'built-ins/Array/prototype/every/15.4.4.16-3-7': [FAIL],
176 'built-ins/Array/prototype/every/15.4.4.16-3-8': [FAIL], 112 'built-ins/Array/prototype/every/15.4.4.16-3-8': [FAIL],
177 'built-ins/Array/prototype/filter/15.4.4.20-3-12': [FAIL], 113 'built-ins/Array/prototype/filter/15.4.4.20-3-12': [FAIL],
178 'built-ins/Array/prototype/filter/15.4.4.20-3-25': [FAIL], 114 'built-ins/Array/prototype/filter/15.4.4.20-3-25': [FAIL],
179 'built-ins/Array/prototype/filter/15.4.4.20-3-7': [FAIL], 115 'built-ins/Array/prototype/filter/15.4.4.20-3-7': [FAIL],
180 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-1': [FAIL] , 116 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-1': [FAIL] ,
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 'built-ins/Array/prototype/some/15.4.4.17-3-14': [FAIL], 159 'built-ins/Array/prototype/some/15.4.4.17-3-14': [FAIL],
224 'built-ins/Array/prototype/some/15.4.4.17-3-25': [FAIL], 160 'built-ins/Array/prototype/some/15.4.4.17-3-25': [FAIL],
225 'built-ins/Array/prototype/some/15.4.4.17-3-28': [FAIL], 161 'built-ins/Array/prototype/some/15.4.4.17-3-28': [FAIL],
226 'built-ins/Array/prototype/some/15.4.4.17-3-29': [FAIL], 162 'built-ins/Array/prototype/some/15.4.4.17-3-29': [FAIL],
227 'built-ins/Array/prototype/some/15.4.4.17-3-7': [FAIL], 163 'built-ins/Array/prototype/some/15.4.4.17-3-7': [FAIL],
228 'built-ins/Array/prototype/some/15.4.4.17-3-8': [FAIL], 164 'built-ins/Array/prototype/some/15.4.4.17-3-8': [FAIL],
229 'built-ins/Array/prototype/sort/S15.4.4.11_A4_T3': [FAIL], 165 'built-ins/Array/prototype/sort/S15.4.4.11_A4_T3': [FAIL],
230 'built-ins/Array/prototype/splice/S15.4.4.12_A3_T1': [FAIL], 166 'built-ins/Array/prototype/splice/S15.4.4.12_A3_T1': [FAIL],
231 'built-ins/Array/prototype/splice/S15.4.4.12_A3_T3': [FAIL], 167 'built-ins/Array/prototype/splice/S15.4.4.12_A3_T3': [FAIL],
232 'built-ins/Array/prototype/unshift/S15.4.4.13_A3_T2': [FAIL], 168 'built-ins/Array/prototype/unshift/S15.4.4.13_A3_T2': [FAIL],
169 'built-ins/Array/symbol-species': [FAIL],
170
171 'built-ins/ArrayBuffer/symbol-species': [FAIL],
172
233 'built-ins/Boolean/prototype/S15.6.3.1_A1': [FAIL], 173 'built-ins/Boolean/prototype/S15.6.3.1_A1': [FAIL],
234 'built-ins/Boolean/prototype/S15.6.4_A1': [FAIL], 174 'built-ins/Boolean/prototype/S15.6.4_A1': [FAIL],
235 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T1': [FAIL], 175 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T1': [FAIL],
236 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2': [FAIL], 176 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2': [FAIL],
237 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T1': [FAIL], 177 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T1': [FAIL],
238 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T2': [FAIL], 178 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T2': [FAIL],
179
239 'built-ins/Date/15.9.1.15-1': [FAIL], 180 'built-ins/Date/15.9.1.15-1': [FAIL],
240 'built-ins/Date/prototype/setFullYear/15.9.5.40_1': [FAIL], 181 'built-ins/Date/prototype/setFullYear/15.9.5.40_1': [FAIL],
182
241 'built-ins/Error/prototype/S15.11.4_A2': [FAIL], 183 'built-ins/Error/prototype/S15.11.4_A2': [FAIL],
242 'built-ins/Object/defineProperty/15.2.3.6-4-293-4': [FAIL], 184
185 'built-ins/Function/prototype/bind/15.3.4.5-15-2': [FAIL],
186
187 # https://code.google.com/p/v8/issues/detail?id=4163
188 'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL],
189
190 'built-ins/Map/symbol-species': [FAIL],
191 'built-ins/Set/symbol-species': [FAIL],
192
193 # https://code.google.com/p/v8/issues/detail?id=3566
194 'built-ins/Set/set-iterator-close-after-add-failure': [FAIL],
195
196 # Our values are inconsistent across backends
197 'built-ins/Math/E/S15.8.1.1_A1': [PASS, FAIL],
198 'built-ins/Math/LN10/S15.8.1.2_A1': [PASS, FAIL],
199 'built-ins/Math/LN2/S15.8.1.3_A1': [PASS, FAIL],
200 'built-ins/Math/LOG10E/S15.8.1.5_A1': [PASS, FAIL],
201 'built-ins/Math/LOG2E/S15.8.1.4_A1': [PASS, FAIL],
202 'built-ins/Math/PI/S15.8.1.6_A1': [PASS, FAIL],
203 'built-ins/Math/SQRT1_2/S15.8.1.7_A1': [PASS, FAIL],
204 'built-ins/Math/SQRT2/S15.8.1.8_A1': [PASS, FAIL],
205 'built-ins/Math/acos/S15.8.2.2_A5': [PASS, FAIL],
206 'built-ins/Math/asin/S15.8.2.3_A6': [PASS, FAIL],
207 'built-ins/Math/atan/S15.8.2.4_A4': [PASS, FAIL],
208 'built-ins/Math/atan/S15.8.2.4_A5': [PASS, FAIL],
209 'built-ins/Math/atan/S15.8.2.4_A6': [PASS, FAIL],
210 'built-ins/Math/atan2/S15.8.2.5_A10': [PASS, FAIL],
211 'built-ins/Math/atan2/S15.8.2.5_A11': [PASS, FAIL],
212 'built-ins/Math/atan2/S15.8.2.5_A12': [PASS, FAIL],
213 'built-ins/Math/atan2/S15.8.2.5_A13': [PASS, FAIL],
214 'built-ins/Math/atan2/S15.8.2.5_A15': [PASS, FAIL],
215 'built-ins/Math/atan2/S15.8.2.5_A17': [PASS, FAIL],
216 'built-ins/Math/atan2/S15.8.2.5_A18': [PASS, FAIL],
217 'built-ins/Math/atan2/S15.8.2.5_A19': [PASS, FAIL],
218 'built-ins/Math/atan2/S15.8.2.5_A2': [PASS, FAIL],
219 'built-ins/Math/atan2/S15.8.2.5_A20': [PASS, FAIL],
220 'built-ins/Math/atan2/S15.8.2.5_A21': [PASS, FAIL],
221 'built-ins/Math/atan2/S15.8.2.5_A22': [PASS, FAIL],
222 'built-ins/Math/atan2/S15.8.2.5_A23': [PASS, FAIL],
223 'built-ins/Math/atan2/S15.8.2.5_A24': [PASS, FAIL],
224 'built-ins/Math/atan2/S15.8.2.5_A3': [PASS, FAIL],
225 'built-ins/Math/atan2/S15.8.2.5_A6': [PASS, FAIL],
226 'built-ins/Math/atan2/S15.8.2.5_A7': [PASS, FAIL],
227 'built-ins/Math/log/S15.8.2.10_A6': [PASS, FAIL],
228 'built-ins/Math/pow/S15.8.2.13_A24': [PASS, FAIL],
229 'built-ins/Math/sqrt/S15.8.2.17_A6': [PASS, FAIL],
230
231 'built-ins/Number/MAX_VALUE/S15.7.3.2_A1': [PASS, FAIL],
232 'built-ins/Number/MIN_VALUE/S15.7.3.3_A1': [PASS, FAIL],
233
243 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-212': [FAIL], 234 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-212': [FAIL],
244 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-213': [FAIL], 235 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-213': [FAIL],
245 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-214': [FAIL], 236 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-214': [FAIL],
246 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-215': [FAIL], 237 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-215': [FAIL],
247 'built-ins/Promise/S25.4.3.1_A5.1_T2': [FAIL], 238
248 'built-ins/Promise/prototype/then/S25.4.2.1_A3.1_T2': [FAIL],
249 'built-ins/Promise/prototype/then/S25.4.2.1_A3.2_T2': [FAIL],
250 'built-ins/Promise/race/S25.4.4.3_A3.1_T2': [FAIL], 239 'built-ins/Promise/race/S25.4.4.3_A3.1_T2': [FAIL],
251 'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [FAIL], 240 'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [FAIL],
241 'built-ins/Promise/symbol-species': [FAIL],
242
243 'built-ins/RegExp/15.10.4.1-1': [FAIL],
244 'built-ins/RegExp/S15.10.3.1_A2_T1': [FAIL],
245 'built-ins/RegExp/S15.10.3.1_A2_T2': [FAIL],
246 'built-ins/RegExp/S15.10.4.1_A2_T1': [FAIL],
247 'built-ins/RegExp/S15.10.4.1_A2_T2': [FAIL],
252 'built-ins/RegExp/prototype/15.10.6': [FAIL], 248 'built-ins/RegExp/prototype/15.10.6': [FAIL],
249 'built-ins/RegExp/prototype/exec/S15.10.6.2_A5_T3': [FAIL],
253 'built-ins/RegExp/prototype/global/15.10.7.2-1': [FAIL], 250 'built-ins/RegExp/prototype/global/15.10.7.2-1': [FAIL],
254 'built-ins/RegExp/prototype/global/15.10.7.2-2': [FAIL], 251 'built-ins/RegExp/prototype/global/15.10.7.2-2': [FAIL],
255 'built-ins/RegExp/prototype/global/S15.10.7.2_A9': [FAIL], 252 'built-ins/RegExp/prototype/global/S15.10.7.2_A9': [FAIL],
256 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1': [FAIL], 253 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1': [FAIL],
257 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-2': [FAIL], 254 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-2': [FAIL],
258 'built-ins/RegExp/prototype/ignoreCase/S15.10.7.3_A9': [FAIL], 255 'built-ins/RegExp/prototype/ignoreCase/S15.10.7.3_A9': [FAIL],
259 'built-ins/RegExp/prototype/lastIndex/15.10.7.5-1': [FAIL], 256 'built-ins/RegExp/prototype/lastIndex/15.10.7.5-1': [FAIL],
260 'built-ins/RegExp/prototype/lastIndex/15.10.7.5-2': [FAIL], 257 'built-ins/RegExp/prototype/lastIndex/15.10.7.5-2': [FAIL],
261 'built-ins/RegExp/prototype/multiline/15.10.7.4-1': [FAIL], 258 'built-ins/RegExp/prototype/multiline/15.10.7.4-1': [FAIL],
262 'built-ins/RegExp/prototype/multiline/15.10.7.4-2': [FAIL], 259 'built-ins/RegExp/prototype/multiline/15.10.7.4-2': [FAIL],
263 'built-ins/RegExp/prototype/multiline/S15.10.7.4_A9': [FAIL], 260 'built-ins/RegExp/prototype/multiline/S15.10.7.4_A9': [FAIL],
264 'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL], 261 'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL],
265 'built-ins/RegExp/prototype/source/15.10.7.1-2': [FAIL], 262 'built-ins/RegExp/prototype/source/15.10.7.1-2': [FAIL],
266 'built-ins/RegExp/prototype/source/S15.10.7.1_A9': [FAIL], 263 'built-ins/RegExp/prototype/source/S15.10.7.1_A9': [FAIL],
264 'built-ins/RegExp/symbol-species': [FAIL],
265
267 'built-ins/String/prototype/S15.5.4_A1': [FAIL], 266 'built-ins/String/prototype/S15.5.4_A1': [FAIL],
268 'built-ins/String/prototype/S15.5.4_A2': [FAIL], 267 'built-ins/String/prototype/S15.5.4_A2': [FAIL],
269 'built-ins/String/prototype/S15.5.4_A3': [FAIL], 268 'built-ins/String/prototype/S15.5.4_A3': [FAIL],
270 'built-ins/String/prototype/split/S15.5.4.14_A2_T37': [FAIL], 269 'built-ins/String/prototype/split/S15.5.4.14_A2_T37': [FAIL],
271 'intl402/10.1_L15': [FAIL], 270
272 'intl402/10.2.2_L15': [FAIL], 271 'built-ins/Symbol/auto-boxing-strict': [FAIL],
273 'intl402/10.3.2_1_a_L15': [FAIL], 272 'built-ins/Symbol/species/basic': [FAIL],
274 'intl402/10.3.2_L15': [FAIL], 273 'built-ins/Symbol/species/builtin-getter-name': [FAIL],
275 'intl402/10.3.3_L15': [FAIL], 274 'built-ins/Symbol/species/subclassing': [FAIL],
276 'intl402/11.1_L15': [FAIL], 275
277 'intl402/11.2.2_L15': [FAIL], 276
278 'intl402/11.3.2_1_a_L15': [FAIL], 277 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK],
279 'intl402/11.3.2_L15': [FAIL], 278 'language/class/*': [PASS, ['sloppy', FAIL]],
280 'intl402/11.3.3_L15': [FAIL], 279 'language/computed-property-names/class/*': [PASS, ['sloppy', FAIL]],
281 'intl402/12.1_L15': [FAIL], 280 'language/computed-property-names/to-name-side-effects/class': [PASS, ['sloppy ', FAIL]],
282 'intl402/12.2.2_L15': [FAIL], 281 'language/computed-property-names/to-name-side-effects/numbers-class': [PASS, ['sloppy', FAIL]],
283 'intl402/12.3.2_1_a_L15': [FAIL], 282
284 'intl402/12.3.2_L15': [FAIL], 283 # new.target
285 'intl402/12.3.3_L15': [FAIL], 284 'language/expressions/arrow-function/lexical-new.target': [FAIL],
286 'intl402/13.1.1_L15': [FAIL], 285 'language/expressions/arrow-function/lexical-new.target-closure-returned': [FA IL],
287 'intl402/13.2.1_L15': [FAIL], 286
288 'intl402/13.3.1_L15': [FAIL], 287 'language/expressions/arrow-function/lexical-super-call-from-within-constructo r':[PASS, ['sloppy', FAIL]],
289 'intl402/13.3.2_L15': [FAIL], 288 'language/expressions/arrow-function/lexical-super-property': [PASS, ['sloppy' , FAIL]],
290 'intl402/13.3.3_L15': [FAIL], 289 'language/expressions/arrow-function/lexical-super-property-from-within-constr uctor': [PASS, ['sloppy', FAIL]],
291 'language/class/arguments/access': [FAIL], 290 'language/expressions/arrow-function/lexical-supercall-from-immediately-invoke d-arrow': [PASS, ['sloppy', FAIL]],
292 'language/class/arguments/default-constructor': [FAIL], 291
293 'language/class/definition/accessors': [FAIL], 292 # Default params
294 'language/class/definition/basics': [FAIL], 293 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-1 ': [FAIL],
295 'language/class/definition/constructable-but-no-prototype': [FAIL], 294 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-2 ': [FAIL],
296 'language/class/definition/constructor': [FAIL], 295 'language/expressions/arrow-function/syntax/arrowparameters-cover-rest-concise body-functionbody': [FAIL],
297 'language/class/definition/constructor-property': [FAIL], 296 'language/expressions/arrow-function/syntax/arrowparameters-cover-rest-lineter minator-concisebody-functionbody': [FAIL],
298 'language/class/definition/constructor-strict-by-default': [FAIL], 297
299 'language/class/definition/getters': [FAIL], 298 'language/expressions/assignment/S11.13.1_A5*': [FAIL],
300 'language/class/definition/getters-2': [FAIL], 299 'language/expressions/assignment/S11.13.1_A6*': [FAIL],
301 'language/class/definition/implicit-constructor': [FAIL], 300
302 'language/class/definition/invalid-extends': [FAIL], 301 'language/expressions/compound-assignment/S11.13.2_A5.*': [FAIL],
303 'language/class/definition/methods': [FAIL], 302 'language/expressions/compound-assignment/S11.13.2_A6.*': [FAIL],
304 'language/class/definition/methods-named-eval-arguments': [FAIL], 303
305 'language/class/definition/numeric-property-names': [FAIL], 304 'language/expressions/generators/implicit-name': [FAIL],
306 'language/class/definition/prototype-getter': [FAIL], 305 'language/expressions/generators/name-property-descriptor': [FAIL],
307 'language/class/definition/prototype-property': [FAIL], 306 'language/expressions/generators/yield-as-function-expression-binding-identifi er': [FAIL],
308 'language/class/definition/prototype-setter': [FAIL], 307 'language/expressions/generators/yield-as-generator-expression-binding-identif ier': [FAIL],
309 'language/class/definition/prototype-wiring': [FAIL], 308
310 'language/class/definition/setters': [FAIL], 309 'language/expressions/object/method-definition/generator-argSuperProperty': [F AIL],
311 'language/class/definition/setters-2': [FAIL], 310 'language/expressions/object/method-definition/generator-shadow-parameter-cons t': [PASS, ['sloppy', FAIL]],
312 'language/class/definition/side-effects-in-extends': [FAIL], 311 'language/expressions/object/method-definition/yield-as-function-expression-bi nding-identifier': [FAIL],
313 'language/class/definition/side-effects-in-property-define': [FAIL], 312 'language/expressions/object/prop-def-id-eval-error-2': [FAIL],
314 'language/class/definition/this-access-restriction': [FAIL], 313
315 'language/class/definition/this-access-restriction-2': [FAIL], 314 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL],
316 'language/class/definition/this-check-ordering': [FAIL],
317 'language/class/name-binding/basic': [FAIL],
318 'language/class/name-binding/const': [FAIL],
319 'language/class/name-binding/expression': [FAIL],
320 'language/class/strict-mode/arguments-caller': [FAIL],
321 'language/class/subclass/binding': [FAIL],
322 'language/class/subclass/builtins': [FAIL],
323 'language/class/subclass/default-constructor': [FAIL],
324 'language/class/subclass/default-constructor-2': [FAIL],
325 'language/class/subclass/null': [FAIL],
326 'language/class/subclass/superclass-prototype-setter-constructor': [FAIL],
327 'language/class/subclass/superclass-prototype-setter-method-override': [FAIL],
328 'language/class/subclass/superclass-static-method-override': [FAIL],
329 'language/class/super/in-constructor': [FAIL],
330 'language/class/super/in-getter': [FAIL],
331 'language/class/super/in-methods': [FAIL],
332 'language/class/super/in-setter': [FAIL],
333 'language/class/super/in-static-getter': [FAIL],
334 'language/class/super/in-static-methods': [FAIL],
335 'language/class/super/in-static-setter': [FAIL],
336 'language/expressions/assignment/S11.13.1_A5_T1': [FAIL],
337 'language/expressions/assignment/S11.13.1_A5_T2': [FAIL],
338 'language/expressions/assignment/S11.13.1_A5_T3': [FAIL],
339 'language/expressions/assignment/S11.13.1_A5_T4': [FAIL],
340 'language/expressions/assignment/S11.13.1_A5_T5': [FAIL],
341 'language/expressions/assignment/S11.13.1_A6_T1': [FAIL],
342 'language/expressions/assignment/S11.13.1_A6_T2': [FAIL],
343 'language/expressions/assignment/S11.13.1_A6_T3': [FAIL],
344 'language/expressions/compound-assignment/S11.13.2_A5.10_T1': [FAIL],
345 'language/expressions/compound-assignment/S11.13.2_A5.10_T2': [FAIL],
346 'language/expressions/compound-assignment/S11.13.2_A5.10_T3': [FAIL],
347 'language/expressions/compound-assignment/S11.13.2_A5.10_T4': [FAIL],
348 'language/expressions/compound-assignment/S11.13.2_A5.10_T5': [FAIL],
349 'language/expressions/compound-assignment/S11.13.2_A5.11_T1': [FAIL],
350 'language/expressions/compound-assignment/S11.13.2_A5.11_T2': [FAIL],
351 'language/expressions/compound-assignment/S11.13.2_A5.11_T3': [FAIL],
352 'language/expressions/compound-assignment/S11.13.2_A5.11_T4': [FAIL],
353 'language/expressions/compound-assignment/S11.13.2_A5.11_T5': [FAIL],
354 'language/expressions/compound-assignment/S11.13.2_A5.1_T1': [FAIL],
355 'language/expressions/compound-assignment/S11.13.2_A5.1_T2': [FAIL],
356 'language/expressions/compound-assignment/S11.13.2_A5.1_T3': [FAIL],
357 'language/expressions/compound-assignment/S11.13.2_A5.1_T4': [FAIL],
358 'language/expressions/compound-assignment/S11.13.2_A5.1_T5': [FAIL],
359 'language/expressions/compound-assignment/S11.13.2_A5.2_T1': [FAIL],
360 'language/expressions/compound-assignment/S11.13.2_A5.2_T2': [FAIL],
361 'language/expressions/compound-assignment/S11.13.2_A5.2_T3': [FAIL],
362 'language/expressions/compound-assignment/S11.13.2_A5.2_T4': [FAIL],
363 'language/expressions/compound-assignment/S11.13.2_A5.2_T5': [FAIL],
364 'language/expressions/compound-assignment/S11.13.2_A5.3_T1': [FAIL],
365 'language/expressions/compound-assignment/S11.13.2_A5.3_T2': [FAIL],
366 'language/expressions/compound-assignment/S11.13.2_A5.3_T3': [FAIL],
367 'language/expressions/compound-assignment/S11.13.2_A5.3_T4': [FAIL],
368 'language/expressions/compound-assignment/S11.13.2_A5.3_T5': [FAIL],
369 'language/expressions/compound-assignment/S11.13.2_A5.4_T1': [FAIL],
370 'language/expressions/compound-assignment/S11.13.2_A5.4_T2': [FAIL],
371 'language/expressions/compound-assignment/S11.13.2_A5.4_T3': [FAIL],
372 'language/expressions/compound-assignment/S11.13.2_A5.4_T4': [FAIL],
373 'language/expressions/compound-assignment/S11.13.2_A5.4_T5': [FAIL],
374 'language/expressions/compound-assignment/S11.13.2_A5.5_T1': [FAIL],
375 'language/expressions/compound-assignment/S11.13.2_A5.5_T2': [FAIL],
376 'language/expressions/compound-assignment/S11.13.2_A5.5_T3': [FAIL],
377 'language/expressions/compound-assignment/S11.13.2_A5.5_T4': [FAIL],
378 'language/expressions/compound-assignment/S11.13.2_A5.5_T5': [FAIL],
379 'language/expressions/compound-assignment/S11.13.2_A5.6_T1': [FAIL],
380 'language/expressions/compound-assignment/S11.13.2_A5.6_T2': [FAIL],
381 'language/expressions/compound-assignment/S11.13.2_A5.6_T3': [FAIL],
382 'language/expressions/compound-assignment/S11.13.2_A5.6_T4': [FAIL],
383 'language/expressions/compound-assignment/S11.13.2_A5.6_T5': [FAIL],
384 'language/expressions/compound-assignment/S11.13.2_A5.7_T1': [FAIL],
385 'language/expressions/compound-assignment/S11.13.2_A5.7_T2': [FAIL],
386 'language/expressions/compound-assignment/S11.13.2_A5.7_T3': [FAIL],
387 'language/expressions/compound-assignment/S11.13.2_A5.7_T4': [FAIL],
388 'language/expressions/compound-assignment/S11.13.2_A5.7_T5': [FAIL],
389 'language/expressions/compound-assignment/S11.13.2_A5.8_T1': [FAIL],
390 'language/expressions/compound-assignment/S11.13.2_A5.8_T2': [FAIL],
391 'language/expressions/compound-assignment/S11.13.2_A5.8_T3': [FAIL],
392 'language/expressions/compound-assignment/S11.13.2_A5.8_T4': [FAIL],
393 'language/expressions/compound-assignment/S11.13.2_A5.8_T5': [FAIL],
394 'language/expressions/compound-assignment/S11.13.2_A5.9_T1': [FAIL],
395 'language/expressions/compound-assignment/S11.13.2_A5.9_T2': [FAIL],
396 'language/expressions/compound-assignment/S11.13.2_A5.9_T3': [FAIL],
397 'language/expressions/compound-assignment/S11.13.2_A5.9_T4': [FAIL],
398 'language/expressions/compound-assignment/S11.13.2_A5.9_T5': [FAIL],
399 'language/expressions/compound-assignment/S11.13.2_A6.10_T1': [FAIL],
400 'language/expressions/compound-assignment/S11.13.2_A6.11_T1': [FAIL],
401 'language/expressions/compound-assignment/S11.13.2_A6.1_T1': [FAIL],
402 'language/expressions/compound-assignment/S11.13.2_A6.2_T1': [FAIL],
403 'language/expressions/compound-assignment/S11.13.2_A6.3_T1': [FAIL],
404 'language/expressions/compound-assignment/S11.13.2_A6.4_T1': [FAIL],
405 'language/expressions/compound-assignment/S11.13.2_A6.5_T1': [FAIL],
406 'language/expressions/compound-assignment/S11.13.2_A6.6_T1': [FAIL],
407 'language/expressions/compound-assignment/S11.13.2_A6.7_T1': [FAIL],
408 'language/expressions/compound-assignment/S11.13.2_A6.8_T1': [FAIL],
409 'language/expressions/compound-assignment/S11.13.2_A6.9_T1': [FAIL],
410 'language/expressions/postfix-decrement/S11.3.2_A5_T1': [FAIL],
411 'language/expressions/postfix-decrement/S11.3.2_A5_T2': [FAIL],
412 'language/expressions/postfix-decrement/S11.3.2_A5_T3': [FAIL],
413 'language/expressions/postfix-decrement/S11.3.2_A5_T4': [FAIL],
414 'language/expressions/postfix-decrement/S11.3.2_A5_T5': [FAIL],
415 'language/expressions/postfix-increment/S11.3.1_A5_T1': [FAIL], 315 'language/expressions/postfix-increment/S11.3.1_A5_T1': [FAIL],
416 'language/expressions/postfix-increment/S11.3.1_A5_T2': [FAIL], 316 'language/expressions/postfix-increment/S11.3.1_A5_T2': [FAIL],
417 'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL], 317 'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL],
418 'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL], 318 'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL],
419 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], 319 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL],
420 'language/expressions/prefix-decrement/S11.4.5_A5_T1': [FAIL], 320
421 'language/expressions/prefix-decrement/S11.4.5_A5_T2': [FAIL], 321 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL],
422 'language/expressions/prefix-decrement/S11.4.5_A5_T3': [FAIL], 322 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL],
423 'language/expressions/prefix-decrement/S11.4.5_A5_T4': [FAIL], 323
424 'language/expressions/prefix-decrement/S11.4.5_A5_T5': [FAIL],
425 'language/expressions/prefix-increment/S11.4.4_A5_T1': [FAIL],
426 'language/expressions/prefix-increment/S11.4.4_A5_T2': [FAIL],
427 'language/expressions/prefix-increment/S11.4.4_A5_T3': [FAIL],
428 'language/expressions/prefix-increment/S11.4.4_A5_T4': [FAIL],
429 'language/expressions/prefix-increment/S11.4.4_A5_T5': [FAIL],
430 'language/expressions/property-accessors/S11.2.1_A4_T5': [FAIL], 324 'language/expressions/property-accessors/S11.2.1_A4_T5': [FAIL],
431 'language/generators/generator.declareMethod.argSuperProperty': [FAIL],
432 'language/generators/generator.declareMethod.shadow-parameter-const': [FAIL],
433 'language/generators/generator.expression.implicit-name': [FAIL],
434 325
435 # Test 262 update 2015-03-31 326 # Arrow rest params
436 'built-ins/Symbol/species/Symbol.species.builtin-getter-name': [FAIL], 327 'language/expressions/arrow-function/syntax/arrowparameters-cover-includes-res t-concisebody-functionbody': [FAIL],
437 'built-ins/Symbol/species/Symbol.species.exists': [FAIL], 328 'language/rest-parameters/arrow-function': [FAIL],
438 'built-ins/Symbol/species/Symbol.species.in_Array': [FAIL], 329
439 'built-ins/Symbol/species/Symbol.species.in_ArrayBuffer': [FAIL], 330 'language/rest-parameters/with-new-target': [PASS, ['sloppy', FAIL]],
440 'built-ins/Symbol/species/Symbol.species.in_Map': [FAIL], 331
441 'built-ins/Symbol/species/Symbol.species.in_Promise': [FAIL], 332 'language/statements/class/*': [PASS, ['sloppy', FAIL]],
442 'built-ins/Symbol/species/Symbol.species.in_RegExp': [FAIL], 333
443 'built-ins/Symbol/species/Symbol.species.in_Set': [FAIL], 334 'language/statements/continue/labeled-continue': [PASS, ['sloppy', FAIL]],
444 'built-ins/Symbol/species/Symbol.species.notChangedByExtends': [FAIL], 335 'language/statements/continue/nested-let-bound-for-loops-inner-continue': [PAS S, ['sloppy', FAIL]],
445 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], 336 'language/statements/continue/nested-let-bound-for-loops-labeled-continue': [P ASS, ['sloppy', FAIL]],
446 'language/block-scope/leave/finally-block-let-declaration-only-shadows-outer-p arameter-value-1': [FAIL], 337 'language/statements/continue/nested-let-bound-for-loops-outer-continue': [PAS S, ['sloppy', FAIL]],
447 'language/block-scope/leave/finally-block-let-declaration-only-shadows-outer-p arameter-value-2': [FAIL], 338 'language/statements/continue/no-label-continue': [PASS, ['sloppy', FAIL]],
448 'language/block-scope/leave/for-loop-block-let-declaration-only-shadows-outer- parameter-value-1': [FAIL], 339 'language/statements/continue/shadowing-loop-variable-in-same-scope-as-continu e': [PASS, ['sloppy', FAIL]],
449 'language/block-scope/leave/for-loop-block-let-declaration-only-shadows-outer- parameter-value-2': [FAIL], 340 'language/statements/continue/simple-and-labeled': [PASS, ['sloppy', FAIL]],
450 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-1': [FAIL], 341
451 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa rameter-value-2': [FAIL], 342 'language/statements/for-in/const-bound-names-fordecl-tdz-for-in': [PASS, ['sl oppy', FAIL]],
452 'language/block-scope/leave/outermost-binding-updated-in-catch-block-nested-bl ock-let-declaration-unseen-outside-of-block': [FAIL], 343 'language/statements/for-in/const-fresh-binding-per-iteration-for-in': [PASS, ['sloppy', FAIL]],
453 'language/block-scope/leave/try-block-let-declaration-only-shadows-outer-param eter-value-1': [FAIL], 344 'language/statements/for-in/let-bound-names-fordecl-tdz-for-in': [PASS, ['slop py', FAIL]],
454 'language/block-scope/leave/try-block-let-declaration-only-shadows-outer-param eter-value-2': [FAIL], 345 'language/statements/for-in/let-fresh-binding-per-iteration-for-in': [PASS, [' sloppy', FAIL]],
455 'language/block-scope/leave/verify-context-in-finally-block': [FAIL], 346 'language/statements/for-of/const-bound-names-fordecl-tdz-for-of': [PASS, ['sl oppy', FAIL]],
456 'language/block-scope/leave/verify-context-in-for-loop-block': [FAIL], 347 'language/statements/for-of/const-fresh-binding-per-iteration-for-of': [PASS, ['sloppy', FAIL]],
457 'language/block-scope/leave/verify-context-in-labelled-block': [FAIL], 348 'language/statements/for-of/iterator-as-proxy': [FAIL],
458 'language/block-scope/leave/verify-context-in-try-block': [FAIL], 349 'language/statements/for-of/iterator-next-result-type': [FAIL],
459 'language/block-scope/leave/x-after-break-to-label': [FAIL], 350 'language/statements/for-of/let-bound-names-fordecl-tdz-for-of': [PASS, ['slop py', FAIL]],
460 'language/block-scope/leave/x-before-continue': [FAIL], 351 'language/statements/for-of/let-fresh-binding-per-iteration-for-of': [PASS, [' sloppy', FAIL]],
461 'language/block-scope/return-from/block-let': [FAIL], 352 'language/statements/for/const-fresh-binding-per-iteration-for': [PASS, ['slop py', FAIL]],
462 'language/block-scope/semantics/const/block-local-closure-get-before-initializ ation': [FAIL], 353 'language/statements/for/let-fresh-binding-per-iteration-for': [PASS, ['sloppy ', FAIL]],
463 'language/block-scope/semantics/const/block-local-use-before-initialization-in -declaration-statement': [FAIL], 354
464 'language/block-scope/semantics/const/block-local-use-before-initialization-in -prior-statement': [FAIL], 355 'language/statements/generators/yield-as-function-expression-binding-identifie r': [FAIL],
465 'language/block-scope/semantics/const/function-local-closure-get-before-initia lization': [FAIL], 356
466 'language/block-scope/semantics/const/function-local-use-before-initialization -in-declaration-statement': [FAIL], 357 'language/statements/let/syntax/*': [PASS, ['sloppy', FAIL]],
467 'language/block-scope/semantics/const/function-local-use-before-initialization -in-prior-statement': [FAIL], 358
468 'language/block-scope/semantics/const/global-closure-get-before-initialization ': [FAIL], 359 'language/statements/const/syntax/const-invalid-assignment-next-expression-for ': [PASS, 'sloppy', TIMEOUT],
469 'language/block-scope/semantics/const/global-use-before-initialization-in-decl aration-statement': [FAIL], 360
470 'language/block-scope/semantics/const/global-use-before-initialization-in-prio r-statement': [FAIL], 361 'language/statements/const/block-local-closure-get-before-initialization': [PA SS, ['sloppy', FAIL]],
471 'language/block-scope/shadowing/catch-parameter-shadowing-let-declaration': [F AIL], 362 'language/statements/const/block-local-use-before-initialization-in-declaratio n-statement': [PASS, ['sloppy', FAIL]],
472 'language/block-scope/shadowing/const-declaration-shadowing-catch-parameter': [FAIL], 363 'language/statements/const/block-local-use-before-initialization-in-prior-stat ement': [PASS, ['sloppy', FAIL]],
473 'language/block-scope/shadowing/const-declarations-shadowing-parameter-name-le t-const-and-var-variables': [FAIL], 364 'language/statements/const/function-local-closure-get-before-initialization': [PASS, ['sloppy', FAIL]],
474 'language/block-scope/shadowing/dynamic-lookup-from-closure': [FAIL], 365 'language/statements/const/function-local-use-before-initialization-in-declara tion-statement': [PASS, ['sloppy', FAIL]],
475 'language/block-scope/shadowing/dynamic-lookup-in-and-through-block-contexts': [FAIL], 366 'language/statements/const/function-local-use-before-initialization-in-prior-s tatement': [PASS, ['sloppy', FAIL]],
476 'language/block-scope/shadowing/let-declaration-shadowing-catch-parameter': [F AIL], 367 'language/statements/const/global-closure-get-before-initialization': [PASS, [ 'sloppy', FAIL]],
477 'language/block-scope/shadowing/let-declarations-shadowing-parameter-name-let- const-and-var': [FAIL], 368 'language/statements/const/global-use-before-initialization-in-declaration-sta tement': [PASS, ['sloppy', FAIL]],
478 'language/block-scope/shadowing/lookup-from-closure': [FAIL], 369 'language/statements/const/global-use-before-initialization-in-prior-statement ': [PASS, ['sloppy', FAIL]],
479 'language/block-scope/shadowing/lookup-in-and-through-block-contexts': [FAIL], 370 'language/statements/const/syntax/block-scope-syntax-const-declarations-mixed- with-without-initialiser': [PASS, ['sloppy', FAIL]],
480 'language/block-scope/shadowing/parameter-name-shadowing-parameter-name-let-co nst-and-var': [FAIL], 371 'language/statements/const/syntax/block-scope-syntax-const-declarations-mixed- without-with-initialiser': [PASS, ['sloppy', FAIL]],
481 'language/block-scope/syntax/const-declaration/block-scope-syntax-const-declar ations-mixed-with-without-initialiser': [FAIL], 372 'language/statements/const/syntax/block-scope-syntax-const-declarations-withou t-initialiser': [PASS, ['sloppy', FAIL]],
482 'language/block-scope/syntax/const-declaration/block-scope-syntax-const-declar ations-mixed-without-with-initialiser': [FAIL], 373 'language/statements/const/syntax/const': [PASS, ['sloppy', FAIL]],
483 'language/block-scope/syntax/const-declaration/block-scope-syntax-const-declar ations-without-initialiser': [FAIL], 374 'language/statements/const/syntax/const-invalid-assignment-statement-body-for- in': [PASS, ['sloppy', FAIL]],
484 'language/block-scope/syntax/const-declaration/with-initializer-do-statement-w hile-expression': [FAIL], 375 'language/statements/const/syntax/const-invalid-assignment-statement-body-for- of': [PASS, ['sloppy', FAIL]],
485 'language/block-scope/syntax/const-declaration/with-initializer-for-statement' : [FAIL], 376 'language/statements/const/syntax/const-outer-inner-let-bindings': [PASS, ['sl oppy', FAIL]],
486 'language/block-scope/syntax/const-declaration/with-initializer-if-expression- statement': [FAIL], 377 'language/statements/const/syntax/with-initializer-do-statement-while-expressi on': [PASS, ['sloppy', FAIL]],
487 'language/block-scope/syntax/const-declaration/with-initializer-if-expression- statement-else-statement': [FAIL], 378 'language/statements/const/syntax/with-initializer-for-statement': [PASS, ['sl oppy', FAIL]],
488 'language/block-scope/syntax/const-declaration/with-initializer-label-statemen t': [FAIL], 379 'language/statements/const/syntax/with-initializer-if-expression-statement': [ PASS, ['sloppy', FAIL]],
489 'language/block-scope/syntax/const-declaration/with-initializer-while-expressi on-statement': [FAIL], 380 'language/statements/const/syntax/with-initializer-if-expression-statement-els e-statement': [PASS, ['sloppy', FAIL]],
490 'language/block-scope/syntax/const-declaration/without-initializer-case-expres sion-statement-list': [FAIL], 381 'language/statements/const/syntax/with-initializer-label-statement': [PASS, [' sloppy', FAIL]],
491 'language/block-scope/syntax/const-declaration/without-initializer-default-sta tement-list': [FAIL], 382 'language/statements/const/syntax/with-initializer-while-expression-statement' : [PASS, ['sloppy', FAIL]],
492 'language/block-scope/syntax/const-declaration/without-initializer-do-statemen t-while-expression': [FAIL], 383 'language/statements/const/syntax/without-initializer-case-expression-statemen t-list': [PASS, ['sloppy', FAIL]],
493 'language/block-scope/syntax/const-declaration/without-initializer-for-stateme nt': [FAIL], 384 'language/statements/const/syntax/without-initializer-default-statement-list': [PASS, ['sloppy', FAIL]],
494 'language/block-scope/syntax/const-declaration/without-initializer-if-expressi on-statement': [FAIL], 385 'language/statements/const/syntax/without-initializer-do-statement-while-expre ssion': [PASS, ['sloppy', FAIL]],
495 'language/block-scope/syntax/const-declaration/without-initializer-if-expressi on-statement-else-statement': [FAIL], 386 'language/statements/const/syntax/without-initializer-for-statement': [PASS, [ 'sloppy', FAIL]],
496 'language/block-scope/syntax/const-declaration/without-initializer-label-state ment': [FAIL], 387 'language/statements/const/syntax/without-initializer-if-expression-statement' : [PASS, ['sloppy', FAIL]],
497 'language/block-scope/syntax/const-declaration/without-initializer-while-expre ssion-statement': [FAIL], 388 'language/statements/const/syntax/without-initializer-if-expression-statement- else-statement': [PASS, ['sloppy', FAIL]],
498 'language/block-scope/syntax/for-in/acquire-properties-from-array': [FAIL], 389 'language/statements/const/syntax/without-initializer-label-statement': [PASS, ['sloppy', FAIL]],
499 'language/block-scope/syntax/for-in/acquire-properties-from-object': [FAIL], 390 'language/statements/const/syntax/without-initializer-while-expression-stateme nt': [PASS, ['sloppy', FAIL]],
500 'language/block-scope/syntax/for-in/missing-identifier-let-disallowed-as-bound -name': [FAIL],
501 'language/block-scope/syntax/for-loop/const-invalid-assignment-next-expression ': [SKIP], # iloops
502 'language/block-scope/syntax/for-loop/const-outer-inner-let-bindings': [FAIL],
503 'language/block-scope/syntax/for-loop/let-closure-inside-condition': [FAIL],
504 'language/block-scope/syntax/for-loop/let-closure-inside-initialization': [FAI L],
505 'language/block-scope/syntax/for-loop/let-closure-inside-next-expression': [FA IL],
506 'language/block-scope/syntax/for-loop/let-iteration-variable-is-freshly-alloca ted-for-each-iteration-multi-let-binding': [FAIL],
507 'language/block-scope/syntax/for-loop/let-iteration-variable-is-freshly-alloca ted-for-each-iteration-single-let-binding': [FAIL],
508 'language/block-scope/syntax/for-loop/let-outer-inner-let-bindings': [FAIL],
509 'language/block-scope/syntax/function-declarations/in-statement-position-do-st atement-while-expression': [FAIL],
510 'language/block-scope/syntax/function-declarations/in-statement-position-for-s tatement': [FAIL],
511 'language/block-scope/syntax/function-declarations/in-statement-position-if-ex pression-statement': [FAIL],
512 'language/block-scope/syntax/function-declarations/in-statement-position-if-ex pression-statement-else-statement': [FAIL],
513 'language/block-scope/syntax/function-declarations/in-statement-position-while -expression-statement': [FAIL],
514 'language/block-scope/syntax/global-and-block/const': [FAIL],
515 'language/block-scope/syntax/global-and-block/let': [FAIL],
516 'language/block-scope/syntax/let-declarations/with-initialisers-in-statement-p ositions-case-expression-statement-list': [FAIL],
517 'language/block-scope/syntax/let-declarations/with-initialisers-in-statement-p ositions-default-statement-list': [FAIL],
518 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct ion-declaration-with-function-declaration': [FAIL],
519 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct ion-declaration-with-var': [FAIL],
520 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-var-w ith-function-declaration': [FAIL],
521 'language/computed-property-names/class/method/constructor-can-be-generator': [FAIL],
522 'language/computed-property-names/class/method/constructor-can-be-getter': [FA IL],
523 'language/computed-property-names/class/method/constructor-can-be-setter': [FA IL],
524 'language/computed-property-names/class/method/constructor-duplicate-1': [FAIL ],
525 'language/computed-property-names/class/method/constructor-duplicate-2': [FAIL ],
526 'language/computed-property-names/class/method/constructor-duplicate-3': [FAIL ],
527 'language/computed-property-names/class/static/generator-constructor': [FAIL],
528 'language/computed-property-names/class/static/generator-prototype': [FAIL],
529 'language/computed-property-names/class/static/getter-constructor': [FAIL],
530 'language/computed-property-names/class/static/getter-prototype': [FAIL],
531 'language/computed-property-names/class/static/method-constructor': [FAIL],
532 'language/computed-property-names/class/static/method-prototype': [FAIL],
533 'language/computed-property-names/class/static/setter-constructor': [FAIL],
534 'language/computed-property-names/class/static/setter-prototype': [FAIL],
535 'language/for-of/iterator-as-proxy': [FAIL],
536 'language/for-of/iterator-next-result-type': [FAIL],
537 391
538 ##################### DELIBERATE INCOMPATIBILITIES ##################### 392 ##################### DELIBERATE INCOMPATIBILITIES #####################
539 393
540 'built-ins/Math/exp/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise with --fast-math) 394 'built-ins/Math/exp/S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise with --fast-math)
541 395
542 # Linux for ia32 (and therefore simulators) default to extended 80 bit 396 # Linux for ia32 (and therefore simulators) default to extended 80 bit
543 # floating point formats, so these tests checking 64-bit FP precision fail. 397 # floating point formats, so these tests checking 64-bit FP precision fail.
544 # The other platforms/arch's pass these tests. 398 # The other platforms/arch's pass these tests.
545 # We follow the other major JS engines by keeping this default. 399 # We follow the other major JS engines by keeping this default.
546 'language/types/number/S8.5_A2.1': [PASS, FAIL_OK], 400 'language/types/number/S8.5_A2.1': [PASS, FAIL_OK],
(...skipping 14 matching lines...) Expand all
561 415
562 # Test makes unjustified assumptions about the number of calls to SortCompare. 416 # Test makes unjustified assumptions about the number of calls to SortCompare.
563 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596 417 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596
564 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK], 418 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK],
565 419
566 # Tests do not return boolean. 420 # Tests do not return boolean.
567 'built-ins/Object/keys/15.2.3.14-1-1': [PASS, FAIL_OK], 421 'built-ins/Object/keys/15.2.3.14-1-1': [PASS, FAIL_OK],
568 'built-ins/Object/keys/15.2.3.14-1-2': [PASS, FAIL_OK], 422 'built-ins/Object/keys/15.2.3.14-1-2': [PASS, FAIL_OK],
569 'built-ins/Object/keys/15.2.3.14-1-3': [PASS, FAIL_OK], 423 'built-ins/Object/keys/15.2.3.14-1-3': [PASS, FAIL_OK],
570 424
571 # # String.prototype.contains renamed to 'S.p.includes'
572 # 'es6/String.prototype.contains/String.prototype.contains_FailBadLocation' : [FAIL_OK],
573 # 'es6/String.prototype.contains/String.prototype.contains_FailLocation' : [FA IL_OK],
574 # 'es6/String.prototype.contains/String.prototype.contains_FailMissingLetter' : [FAIL_OK],
575 # 'es6/String.prototype.contains/String.prototype.contains_lengthProp' : [FAIL _OK],
576 # 'es6/String.prototype.contains/String.prototype.contains_Success' : [FAIL_OK ],
577 # 'es6/String.prototype.contains/String.prototype.contains_SuccessNoLocation' : [FAIL_OK],
578
579 # Function restricted "caller" and "arguments" properties are defined only on
580 # the intrinsic %FunctionPrototype% (and sloppy functions) in ES6
581 'language/statements/function/13.2-29-s': [FAIL_OK],
582 'language/statements/function/13.2-30-s': [FAIL_OK],
583 'language/statements/function/13.2-31-s': [FAIL_OK],
584 'language/statements/function/13.2-32-s': [FAIL_OK],
585 'language/statements/function/13.2-33-s': [FAIL_OK],
586 'language/statements/function/13.2-34-s': [FAIL_OK],
587 'language/statements/function/13.2-35-s': [FAIL_OK],
588 'language/statements/function/13.2-36-s': [FAIL_OK],
589 'language/statements/function/S13.2.3_A1': [FAIL_OK],
590 'built-ins/Function/prototype/bind/15.3.4.5-20-1': [FAIL_OK],
591 'built-ins/Function/prototype/bind/15.3.4.5-20-4': [FAIL_OK],
592 'built-ins/Function/prototype/bind/15.3.4.5-20-5': [FAIL_OK],
593 'built-ins/Function/prototype/bind/15.3.4.5-21-1': [FAIL_OK],
594 'built-ins/Function/prototype/bind/15.3.4.5-21-4': [FAIL_OK],
595 'built-ins/Function/prototype/bind/15.3.4.5-21-5': [FAIL_OK],
596
597 # This invalid test has been fixed upstream.
598 'built-ins/Array/prototype/find/Array.prototype.find_remove-after-start': [FAI L],
599
600 ############################ SKIPPED TESTS ############################# 425 ############################ SKIPPED TESTS #############################
601 426
602 # These tests take a looong time to run in debug mode. 427 # These tests take a looong time to run in debug mode.
603 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]], 428 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]],
604 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKI P]], 429 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKI P]],
605 }], # ALWAYS 430 }], # ALWAYS
606 431
607 ['system == macos', { 432 ['system == macos', {
608 'intl402/11.3.2_TRP': [FAIL], 433 'intl402/11.3.2_TRP': [FAIL],
609 'intl402/9.2.5_11_g_ii_2': [FAIL], 434 'intl402/9.2.5_11_g_ii_2': [FAIL],
610 }], # system == macos 435 }], # system == macos
611 436
612 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64el', { 437 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64el', {
613 438
614 # TODO(mstarzinger): Causes stack overflow on simulators due to eager 439 # TODO(mstarzinger): Causes stack overflow on simulators due to eager
615 # compilation of parenthesized function literals. Needs investigation. 440 # compilation of parenthesized function literals. Needs investigation.
616 'language/statements/function/S13.2.1_A1_T1': [SKIP], 441 'language/statements/function/S13.2.1_A1_T1': [SKIP],
617 442
618 # BUG(3251225): Tests that timeout with --nocrankshaft. 443 # BUG(3251225): Tests that timeout with --nocrankshaft.
619 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], 444 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP],
620 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], 445 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP],
621 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], 446 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP],
622 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], 447 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP],
623 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], 448 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP],
624 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], 449 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP],
625 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 450 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
626 ] 451 ]
OLDNEW
« no previous file with comments | « test/test262-es6/README ('k') | test/test262-es6/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698