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

Side by Side Diff: tests/language/language_dart2js.status

Issue 1686973002: Dart2js CPS: Implement 'await for'. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Not all for-in local variables are declared in the for-in. Created 4 years, 10 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 | « tests/html/html.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 getter_setter_in_lib_test: Fail # Issue 23288 6 getter_setter_in_lib_test: Fail # Issue 23288
7 method_name_test: Fail # issue 25574 7 method_name_test: Fail # issue 25574
8 8
9 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 9 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
10 async_star_await_pauses_test: Fail, Timeout # Issue 22853 10 async_star_await_pauses_test: Fail, Timeout # Issue 22853
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 generic_field_mixin5_test: Crash # Issue 18651 242 generic_field_mixin5_test: Crash # Issue 18651
243 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat orTree.visitBasicBlockAndSuccessors 243 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat orTree.visitBasicBlockAndSuccessors
244 method_override5_test: RuntimeError # Issue 12809 244 method_override5_test: RuntimeError # Issue 12809
245 super_no_such_method4_test/01: RuntimeError # Issue 25716 245 super_no_such_method4_test/01: RuntimeError # Issue 25716
246 super_no_such_method5_test/01: RuntimeError # Issue 25716 246 super_no_such_method5_test/01: RuntimeError # Issue 25716
247 247
248 [ $compiler == dart2js && $runtime != drt && $runtime != dartium ] 248 [ $compiler == dart2js && $runtime != drt && $runtime != dartium ]
249 issue23244_test: RuntimeError # 23244 249 issue23244_test: RuntimeError # 23244
250 250
251 [ $compiler == dart2js && $cps_ir ] 251 [ $compiler == dart2js && $cps_ir ]
252 accessor_conflict_export_test: CompileTimeError # Issue 25747
252 accessor_conflict_export2_test: CompileTimeError # Issue 25747 253 accessor_conflict_export2_test: CompileTimeError # Issue 25747
253 accessor_conflict_export_test: CompileTimeError # Issue 25747
254 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn c* functions 254 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn c* functions
255 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn c* functions 255 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn c* functions
256 async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for
257 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sy nc*/async* functions 256 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sy nc*/async* functions
258 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle sync*/async* functions 257 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle sync*/async* functions
259 async_await_syntax_test/a11d: Crash # (get async async*{}): cannot handle sync*/ async* functions 258 async_await_syntax_test/a11d: Crash # (get async async*{}): cannot handle sync*/ async* functions
260 async_await_syntax_test/b03a: Crash # (b03a()async*{}): cannot handle sync*/asyn c* functions 259 async_await_syntax_test/b03a: Crash # (b03a()async*{}): cannot handle sync*/asyn c* functions
261 async_await_syntax_test/b06a: Crash # (await for(var o in st){}): await for
262 async_await_syntax_test/b09a: Crash # (b09a()async*{yield 0;}): cannot handle sy nc*/async* functions 260 async_await_syntax_test/b09a: Crash # (b09a()async*{yield 0;}): cannot handle sy nc*/async* functions
263 async_await_syntax_test/b10a: Crash # (b10a()async*{yield* [] ;}): cannot handle sync*/async* functions 261 async_await_syntax_test/b10a: Crash # (b10a()async*{yield* [] ;}): cannot handle sync*/async* functions
264 async_await_syntax_test/b11d: Crash # (get async async*{}): cannot handle sync*/ async* functions 262 async_await_syntax_test/b11d: Crash # (get async async*{}): cannot handle sync*/ async* functions
265 async_await_syntax_test/c03a: Crash # (c03a()async*{}): cannot handle sync*/asyn c* functions 263 async_await_syntax_test/c03a: Crash # (c03a()async*{}): cannot handle sync*/asyn c* functions
266 async_await_syntax_test/c06a: Crash # (await for(var o in st){}): await for
267 async_await_syntax_test/c09a: Crash # (c09a()async*{yield 0;}): cannot handle sy nc*/async* functions 264 async_await_syntax_test/c09a: Crash # (c09a()async*{yield 0;}): cannot handle sy nc*/async* functions
268 async_await_syntax_test/c10a: Crash # (c10a()async*{yield* [] ;}): cannot handle sync*/async* functions 265 async_await_syntax_test/c10a: Crash # (c10a()async*{yield* [] ;}): cannot handle sync*/async* functions
269 async_await_syntax_test/d03a: Crash # (()async*{}): cannot handle sync*/async* f unctions 266 async_await_syntax_test/d03a: Crash # (()async*{}): cannot handle sync*/async* f unctions
270 async_await_syntax_test/d06a: Crash # (await for(var o in st){}): await for
271 async_await_syntax_test/d09a: Crash # (()async*{yield 0;}): cannot handle sync*/ async* functions 267 async_await_syntax_test/d09a: Crash # (()async*{yield 0;}): cannot handle sync*/ async* functions
272 async_await_syntax_test/d10a: Crash # (()async*{yield* [] ;}): cannot handle syn c*/async* functions 268 async_await_syntax_test/d10a: Crash # (()async*{yield* [] ;}): cannot handle syn c*/async* functions
273 async_await_test/02: Crash # bailout: (await for
274 async_await_test/03: Crash # bailout: (await for
275 async_await_test/none: Crash # bailout: (await for
276 async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAs yncStar()async*{}): cannot handle sync*/async* functions 269 async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAs yncStar()async*{}): cannot handle sync*/async* functions
277 async_return_types_test/nestedFuture: Crash # cannot handle sync*/async* functi ons 270 async_return_types_test/nestedFuture: Crash # cannot handle sync*/async* functi ons
278 async_return_types_test/none: Crash # cannot handle sync*/async* functions 271 async_return_types_test/none: Crash # cannot handle sync*/async* functions
279 async_return_types_test/tooManyTypeParameters: Crash # cannot handle sync*/async * functions 272 async_return_types_test/tooManyTypeParameters: Crash # cannot handle sync*/async * functions
280 async_return_types_test/wrongReturnType: Crash # cannot handle sync*/async* func tions 273 async_return_types_test/wrongReturnType: Crash # cannot handle sync*/async* func tions
281 async_return_types_test/wrongTypeParameter: Crash # cannot handle sync*/async* f unctions 274 async_return_types_test/wrongTypeParameter: Crash # cannot handle sync*/async* f unctions
282 async_star_await_pauses_test: Crash # (await for(var i in ... await for
283 async_star_cancel_and_throw_in_finally_test: Crash # (foo()async*{try {in... ca nnot handle sync*/async* functions 275 async_star_cancel_and_throw_in_finally_test: Crash # (foo()async*{try {in... ca nnot handle sync*/async* functions
284 async_star_cancel_while_paused_test: Crash # (f()async*{list.add(... cannot han dle sync*/async* functions 276 async_star_cancel_while_paused_test: Crash # (f()async*{list.add(... cannot han dle sync*/async* functions
285 async_star_regression_2238_test: Crash # (f()async*{label1:label2:yield 0;}): ca nnot handle sync*/async* functions 277 async_star_regression_2238_test: Crash # (f()async*{label1:label2:yield 0;}): ca nnot handle sync*/async* functions
286 async_star_regression_23116_test: Crash # (Stream<int> foo(Com... cannot handle sync*/async* functions 278 async_star_regression_23116_test: Crash # (Stream<int> foo(Com... cannot handle sync*/async* functions
287 async_star_regression_fisk_test: Crash # (fisk()async*{res.ad... cannot handle sync*/async* functions 279 async_star_regression_fisk_test: Crash # (fisk()async*{res.ad... cannot handle sync*/async* functions
288 async_star_stream_take_test: Crash # (Stream makeStream(i... cannot handle sync */async* functions 280 async_star_stream_take_test: Crash # (Stream makeStream(i... cannot handle sync */async* functions
289 async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle syn c*/async* functions 281 async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle syn c*/async* functions
290 async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions 282 async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions
291 asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot h andle sync*/async* functions 283 asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot h andle sync*/async* functions
292 asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sy nc*/async* functions 284 asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sy nc*/async* functions
293 asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async * functions 285 asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async * functions
294 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream ;}): cannot handle sync*/async* functions 286 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream ;}): cannot handle sync*/async* functions
295 await_for_cancel_test: Crash # (await for(var x in controller.stream){for(int j= 0;j<10;j++ ){if(j==5)continue outer;}}): await for
296 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break ;t4.record(x);}): await for
297 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for
298 call_closurization_test: RuntimeError # Bad type inference for ".call" tear-off. 287 call_closurization_test: RuntimeError # Bad type inference for ".call" tear-off.
299 field3a_negative_test: Fail # Bogus result from type inference in case of invali d program. 288 field3a_negative_test: Fail # Bogus result from type inference in case of invali d program.
300 gc_test: Crash # Internal Error: Pending statics (see above). 289 gc_test: Crash # Internal Error: Pending statics (see above).
301 if_null_assignment_static_test/29: Crash # Pending statics: JSArray 290 if_null_assignment_static_test/29: Crash # Pending statics: JSArray
302 if_null_assignment_static_test/31: Crash # Pending statics: JSArray 291 if_null_assignment_static_test/31: Crash # Pending statics: JSArray
303 if_null_assignment_static_test/32: Crash # Pending statics: JSArray 292 if_null_assignment_static_test/32: Crash # Pending statics: JSArray
304 if_null_assignment_static_test/33: Crash # Pending statics: JSArray 293 if_null_assignment_static_test/33: Crash # Pending statics: JSArray
305 if_null_assignment_static_test/35: Crash # Pending statics: JSArray 294 if_null_assignment_static_test/35: Crash # Pending statics: JSArray
306 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet 295 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
307 regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] )) {}): await for
308 regress_24935_test/01: Crash # bailout: (await for(var s1 in S()){await for(var s2 in S()){continue L;}}): await for
309 regress_24935_test/none: Crash # bailout: (await for(var s1 in S()){await for(va r s2 in S()){continue L;}}): await for
310 savannah_test: RuntimeError # Success depends on the variable hints. 296 savannah_test: RuntimeError # Success depends on the variable hints.
311 super_call4_test: RuntimeError # Please triage this failure. 297 super_call4_test: RuntimeError # Please triage this failure.
312 super_getter_setter_test: RuntimeError # Expect.equals(expected: <42>, actual: < null>) fails. 298 super_getter_setter_test: RuntimeError # Expect.equals(expected: <42>, actual: < null>) fails.
313 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 299 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
314 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 300 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
315 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et 301 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et
316 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 302 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
317 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 303 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
318 switch8_test: Crash # Pending statics: JSArray 304 switch8_test: Crash # Pending statics: JSArray
319 305
320 [ $compiler == dart2js && $cps_ir && $host_checked == false ] 306 [ $compiler == dart2js && $cps_ir && $host_checked == false ]
321 regress_21795_test: Pass, RuntimeError # Due to inlining? 307 regress_21795_test: Pass, RuntimeError # Due to inlining?
322 308
323 [ $compiler == dart2js && $cps_ir && $host_checked ] 309 [ $compiler == dart2js && $cps_ir && $host_checked ]
324 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 310 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
325 async_throw_in_catch_test/none: Crash # Issue 24485 311 async_throw_in_catch_test/none: Crash # Issue 24485
326 execute_finally9_test: Crash # Issue 24485 312 execute_finally9_test: Crash # Issue 24485
327 regress_21795_test: Crash # Issue 24485 313 regress_21795_test: Crash # Issue 24485
328 regress_23537_test: Crash # Issue 24485 314 regress_23537_test: Crash # Issue 24485
OLDNEW
« no previous file with comments | « tests/html/html.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698