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

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

Issue 993073002: [es6] Function length property should be configurable (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix status file again Created 5 years, 9 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/mozilla/mozilla.status ('k') | test/test262/test262.status » ('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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'ch15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-3': [PASS, FAIL_OK], 167 'ch15/15.2/15.2.3/15.2.3.14/15.2.3.14-1-3': [PASS, FAIL_OK],
168 168
169 # String.prototype.contains renamed to 'S.p.includes' 169 # String.prototype.contains renamed to 'S.p.includes'
170 'es6/String.prototype.contains/String.prototype.contains_FailBadLocation' : [F AIL_OK], 170 'es6/String.prototype.contains/String.prototype.contains_FailBadLocation' : [F AIL_OK],
171 'es6/String.prototype.contains/String.prototype.contains_FailLocation' : [FAIL _OK], 171 'es6/String.prototype.contains/String.prototype.contains_FailLocation' : [FAIL _OK],
172 'es6/String.prototype.contains/String.prototype.contains_FailMissingLetter' : [FAIL_OK], 172 'es6/String.prototype.contains/String.prototype.contains_FailMissingLetter' : [FAIL_OK],
173 'es6/String.prototype.contains/String.prototype.contains_lengthProp' : [FAIL_O K], 173 'es6/String.prototype.contains/String.prototype.contains_lengthProp' : [FAIL_O K],
174 'es6/String.prototype.contains/String.prototype.contains_Success' : [FAIL_OK], 174 'es6/String.prototype.contains/String.prototype.contains_Success' : [FAIL_OK],
175 'es6/String.prototype.contains/String.prototype.contains_SuccessNoLocation' : [FAIL_OK], 175 'es6/String.prototype.contains/String.prototype.contains_SuccessNoLocation' : [FAIL_OK],
176 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],
177 303
178 ############################ SKIPPED TESTS ############################# 304 ############################ SKIPPED TESTS #############################
179 305
180 # These tests take a looong time to run in debug mode. 306 # These tests take a looong time to run in debug mode.
181 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]] , 307 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]] ,
182 'ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_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]] ,
183 }], # ALWAYS 309 }], # ALWAYS
184 310
185 ['system == macos', { 311 ['system == macos', {
186 'intl402/ch11/11.3/11.3.2_TRP': [FAIL], 312 'intl402/ch11/11.3/11.3.2_TRP': [FAIL],
187 'intl402/ch09/9.2/9.2.5_11_g_ii_2': [FAIL], 313 'intl402/ch09/9.2/9.2.5_11_g_ii_2': [FAIL],
188 }], # system == macos 314 }], # system == macos
189 315
190 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64el', { 316 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64el', {
191 317
192 # TODO(mstarzinger): Causes stack overflow on simulators due to eager 318 # TODO(mstarzinger): Causes stack overflow on simulators due to eager
193 # compilation of parenthesized function literals. Needs investigation. 319 # compilation of parenthesized function literals. Needs investigation.
194 'ch13/13.2/S13.2.1_A1_T1': [SKIP], 320 'ch13/13.2/S13.2.1_A1_T1': [SKIP],
195 321
196 # BUG(3251225): Tests that timeout with --nocrankshaft. 322 # BUG(3251225): Tests that timeout with --nocrankshaft.
197 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.4_T1': [SKIP], 323 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.4_T1': [SKIP],
198 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.5_T1': [SKIP], 324 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.5_T1': [SKIP],
199 'ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_A2.4_T1': [SKIP], 325 'ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_A2.4_T1': [SKIP],
200 'ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_A2.5_T1': [SKIP], 326 'ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_A2.5_T1': [SKIP],
201 'ch15/15.1/15.1.3/15.1.3.3/S15.1.3.3_A2.3_T1': [SKIP], 327 'ch15/15.1/15.1.3/15.1.3.3/S15.1.3.3_A2.3_T1': [SKIP],
202 'ch15/15.1/15.1.3/15.1.3.4/S15.1.3.4_A2.3_T1': [SKIP], 328 'ch15/15.1/15.1.3/15.1.3.4/S15.1.3.4_A2.3_T1': [SKIP],
203 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 329 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
204 ] 330 ]
OLDNEW
« no previous file with comments | « test/mozilla/mozilla.status ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698