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

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

Issue 1652923002: dart2js cps: Update status file. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: 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/co19/co19-dart2js.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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sy nc*/async* functions 281 asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sy nc*/async* functions
282 asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async * functions 282 asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async * functions
283 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream ;}): cannot handle sync*/async* functions 283 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream ;}): cannot handle sync*/async* functions
284 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 284 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
285 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break ;t4.record(x);}): await for 285 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break ;t4.record(x);}): await for
286 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for 286 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for
287 call_closurization_test: RuntimeError # Bad type inference for ".call" tear-off. 287 call_closurization_test: RuntimeError # Bad type inference for ".call" tear-off.
288 deferred_super_dependency_test/01: Crash # Class 'PartialMethodElement' has no i nstance getter 'initializer'. 288 deferred_super_dependency_test/01: Crash # Class 'PartialMethodElement' has no i nstance getter 'initializer'.
289 field3a_negative_test: Fail # Bogus result from type inference in case of invali d program. 289 field3a_negative_test: Fail # Bogus result from type inference in case of invali d program.
290 gc_test: Crash # Internal Error: Pending statics (see above). 290 gc_test: Crash # Internal Error: Pending statics (see above).
291 if_null_assignment_static_test/29: Crash # Pending statics: JSArray
292 if_null_assignment_static_test/31: Crash # Pending statics: JSArray
293 if_null_assignment_static_test/32: Crash # Pending statics: JSArray
294 if_null_assignment_static_test/33: Crash # Pending statics: JSArray
295 if_null_assignment_static_test/35: Crash # Pending statics: JSArray
291 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet 296 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
292 regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] )) {}): await for 297 regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] )) {}): await for
293 savannah_test: RuntimeError # Success depends on the variable hints. 298 savannah_test: RuntimeError # Success depends on the variable hints.
294 super_call4_test: RuntimeError # Please triage this failure. 299 super_call4_test: RuntimeError # Please triage this failure.
295 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'. 300 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'.
296 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 301 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
297 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 302 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
298 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et 303 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et
299 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 304 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
300 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 305 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
301 switch8_test: Crash # Pending statics: JSArray 306 switch8_test: Crash # Pending statics: JSArray
302 307
303 [ $compiler == dart2js && $cps_ir && $host_checked == false ] 308 [ $compiler == dart2js && $cps_ir && $host_checked == false ]
304 regress_21795_test: Pass, RuntimeError # Due to inlining? 309 regress_21795_test: Pass, RuntimeError # Due to inlining?
305 310
306 [ $compiler == dart2js && $cps_ir && $host_checked ] 311 [ $compiler == dart2js && $cps_ir && $host_checked ]
307 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 312 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
308 async_throw_in_catch_test/none: Crash # Issue 24485 313 async_throw_in_catch_test/none: Crash # Issue 24485
309 execute_finally9_test: Crash # Issue 24485 314 execute_finally9_test: Crash # Issue 24485
310 regress_21795_test: Crash # Issue 24485 315 regress_21795_test: Crash # Issue 24485
311 regress_23537_test: Crash # Issue 24485 316 regress_23537_test: Crash # Issue 24485
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698