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

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

Issue 1241303003: dart2js cps: Use CPS IR for patched functions and typed data. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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/corelib/corelib.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 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 10
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 await_not_started_immediately_test: Crash # (foo()async{x++ ;await 1;x++ ;}): ca nnot handle async/sync*/async* functions 348 await_not_started_immediately_test: Crash # (foo()async{x++ ;await 1;x++ ;}): ca nnot handle async/sync*/async* functions
349 await_postfix_expr_test: Crash # (test()async{Expect.... cannot handle async/sy nc*/async* functions 349 await_postfix_expr_test: Crash # (test()async{Expect.... cannot handle async/sy nc*/async* functions
350 await_regression_test: Crash # (main()async{testNes... cannot handle async/sync */async* functions 350 await_regression_test: Crash # (main()async{testNes... cannot handle async/sync */async* functions
351 await_test: Crash # (others()async{var a... cannot handle async/sync*/async* fu nctions 351 await_test: Crash # (others()async{var a... cannot handle async/sync*/async* fu nctions
352 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented 352 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented
353 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented 353 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented
354 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented 354 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented
355 classes_static_method_clash_test: Crash # Stack Overflow 355 classes_static_method_clash_test: Crash # Stack Overflow
356 closure_in_constructor_test: Crash # Invalid argument(s) 356 closure_in_constructor_test: Crash # Invalid argument(s)
357 closure_type_variables_test: Crash # Invalid argument(s) 357 closure_type_variables_test: Crash # Invalid argument(s)
358 closures_initializer_test: RuntimeError # Please triage this failure.
358 const_evaluation_test/01: Crash # (static Iterable<Str... cannot handle async/s ync*/async* functions 359 const_evaluation_test/01: Crash # (static Iterable<Str... cannot handle async/s ync*/async* functions
359 constructor12_test: RuntimeError # Please triage this failure. 360 constructor12_test: RuntimeError # Please triage this failure.
360 crash_6725_test/01: Crash # The null object does not have a getter '_element'. 361 crash_6725_test/01: Crash # The null object does not have a getter '_element'.
361 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as ync/sync*/async* functions 362 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as ync/sync*/async* functions
362 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i s not implemented 363 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i s not implemented
363 deferred_closurize_load_library_test: Crash # (lib.trueVar): deferred access is not implemented 364 deferred_closurize_load_library_test: Crash # (lib.trueVar): deferred access is not implemented
364 deferred_constant_list_test: Crash # (lib.finalConstList): deferred access is no t implemented 365 deferred_constant_list_test: Crash # (lib.finalConstList): deferred access is no t implemented
365 deferred_constraints_constants_test/none: Crash # (lib.constantInstance): deferr ed access is not implemented 366 deferred_constraints_constants_test/none: Crash # (lib.constantInstance): deferr ed access is not implemented
366 deferred_constraints_constants_test/reference_after_load: Crash # (lib.constantI nstance): deferred access is not implemented 367 deferred_constraints_constants_test/reference_after_load: Crash # (lib.constantI nstance): deferred access is not implemented
367 deferred_constraints_type_annotation_test/as_operation: Crash # (lib.constantIns tance): deferred access is not implemented 368 deferred_constraints_type_annotation_test/as_operation: Crash # (lib.constantIns tance): deferred access is not implemented
(...skipping 25 matching lines...) Expand all
393 deferred_not_loaded_check_test: Crash # (lib.closure(sideEffect())): deferred ac cess is not implemented 394 deferred_not_loaded_check_test: Crash # (lib.closure(sideEffect())): deferred ac cess is not implemented
394 deferred_only_constant_test: Crash # (lib.constant): deferred access is not impl emented 395 deferred_only_constant_test: Crash # (lib.constant): deferred access is not impl emented
395 deferred_optimized_test: Crash # (lib.foo()): deferred access is not implemented 396 deferred_optimized_test: Crash # (lib.foo()): deferred access is not implemented
396 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl e async/sync*/async* functions 397 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl e async/sync*/async* functions
397 deferred_regression_22995_test: Crash # (lib.foofoo()): deferred access is not i mplemented 398 deferred_regression_22995_test: Crash # (lib.foofoo()): deferred access is not i mplemented
398 deferred_shadow_load_library_test: Crash # (lib.trueVar): deferred access is not implemented 399 deferred_shadow_load_library_test: Crash # (lib.trueVar): deferred access is not implemented
399 deferred_shared_and_unshared_classes_test: Crash # (lib2.foo()): deferred access is not implemented 400 deferred_shared_and_unshared_classes_test: Crash # (lib2.foo()): deferred access is not implemented
400 deferred_static_seperate_test: Crash # (lib1.x): deferred access is not implemen ted 401 deferred_static_seperate_test: Crash # (lib1.x): deferred access is not implemen ted
401 enum_mirror_test: Crash # (static Iterable<Str... cannot handle async/sync*/asy nc* functions 402 enum_mirror_test: Crash # (static Iterable<Str... cannot handle async/sync*/asy nc* functions
402 final_super_field_set_test/01: RuntimeError # Please triage this failure. 403 final_super_field_set_test/01: RuntimeError # Please triage this failure.
404 first_class_types_test: RuntimeError # Please triage this failure.
403 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions 405 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions
404 flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();} ): cannot handle async/sync*/async* functions 406 flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();} ): cannot handle async/sync*/async* functions
405 flatten_test/03: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 407 flatten_test/03: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
406 flatten_test/04: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 408 flatten_test/04: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
407 flatten_test/05: Crash # (test()async{FixedPo... cannot handle async/sync*/asyn c* functions 409 flatten_test/05: Crash # (test()async{FixedPo... cannot handle async/sync*/asyn c* functions
408 flatten_test/06: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 410 flatten_test/06: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
409 flatten_test/07: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 411 flatten_test/07: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
410 flatten_test/08: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 412 flatten_test/08: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
411 flatten_test/09: Crash # (test()async{Diverge... cannot handle async/sync*/asyn c* functions 413 flatten_test/09: Crash # (test()async{Diverge... cannot handle async/sync*/asyn c* functions
412 flatten_test/10: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 414 flatten_test/10: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
413 flatten_test/11: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 415 flatten_test/11: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
414 flatten_test/12: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions 416 flatten_test/12: Crash # (test()async{Future<... cannot handle async/sync*/asyn c* functions
415 flatten_test/none: Crash # (test()async{}): cannot handle async/sync*/async* fun ctions 417 flatten_test/none: Crash # (test()async{}): cannot handle async/sync*/async* fun ctions
416 for2_test: Crash # The null object does not have a getter 'field'. 418 for2_test: Crash # The null object does not have a getter 'field'.
417 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der 419 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der
420 generic2_test: RuntimeError # Please triage this failure.
418 generic_field_mixin3_test: RuntimeError # Please triage this failure. 421 generic_field_mixin3_test: RuntimeError # Please triage this failure.
422 generic_instanceof_test: RuntimeError # Please triage this failure.
423 generic_native_test: RuntimeError # Please triage this failure.
419 if_null_assignment_behavior_test/12: RuntimeError # Please triage this failure. 424 if_null_assignment_behavior_test/12: RuntimeError # Please triage this failure.
420 if_null_assignment_behavior_test/28: RuntimeError # Please triage this failure. 425 if_null_assignment_behavior_test/28: RuntimeError # Please triage this failure.
421 if_null_assignment_static_test/01: RuntimeError # v0.get$a is not a function 426 if_null_assignment_static_test/01: RuntimeError # v0.get$a is not a function
422 if_null_assignment_static_test/03: RuntimeError # v0.get$a is not a function 427 if_null_assignment_static_test/03: RuntimeError # v0.get$a is not a function
423 if_null_assignment_static_test/04: RuntimeError # v0.get$b is not a function 428 if_null_assignment_static_test/04: RuntimeError # v0.get$b is not a function
424 if_null_assignment_static_test/05: RuntimeError # v0.get$a is not a function 429 if_null_assignment_static_test/05: RuntimeError # v0.get$a is not a function
425 if_null_assignment_static_test/29: RuntimeError # v0.get$a is not a function 430 if_null_assignment_static_test/29: RuntimeError # v0.get$a is not a function
426 if_null_assignment_static_test/31: RuntimeError # v0.get$a is not a function 431 if_null_assignment_static_test/31: RuntimeError # v0.get$a is not a function
427 if_null_assignment_static_test/32: RuntimeError # v0.get$b is not a function 432 if_null_assignment_static_test/32: RuntimeError # v0.get$b is not a function
428 if_null_assignment_static_test/33: RuntimeError # v0.get$a is not a function 433 if_null_assignment_static_test/33: RuntimeError # v0.get$a is not a function
429 if_null_assignment_static_test/36: RuntimeError # v0.get$a is not a function 434 if_null_assignment_static_test/36: RuntimeError # v0.get$a is not a function
430 if_null_assignment_static_test/38: RuntimeError # v0.get$a is not a function 435 if_null_assignment_static_test/38: RuntimeError # v0.get$a is not a function
431 if_null_assignment_static_test/39: RuntimeError # v0.get$b is not a function 436 if_null_assignment_static_test/39: RuntimeError # v0.get$b is not a function
432 if_null_assignment_static_test/40: RuntimeError # v0.get$a is not a function 437 if_null_assignment_static_test/40: RuntimeError # v0.get$a is not a function
433 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label ed switch case 438 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label ed switch case
434 instance_creation_in_function_annotation_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions 439 instance_creation_in_function_annotation_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
440 instanceof2_test: RuntimeError # Please triage this failure.
435 instanceof4_test/01: RuntimeError # Please triage this failure. 441 instanceof4_test/01: RuntimeError # Please triage this failure.
436 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. 442 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure.
437 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet 443 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
438 issue_1751477_test: RuntimeError # O.loadLibrary is not a function 444 issue_1751477_test: RuntimeError # O.loadLibrary is not a function
439 large_class_declaration_test: Crash # Stack Overflow 445 large_class_declaration_test: Crash # Stack Overflow
446 list_is_test: RuntimeError # Please triage this failure.
440 list_test: RuntimeError # Please triage this failure. 447 list_test: RuntimeError # Please triage this failure.
448 many_generic_instanceof_test: RuntimeError # Please triage this failure.
441 many_overridden_no_such_method_test: RuntimeError # Please triage this failure. 449 many_overridden_no_such_method_test: RuntimeError # Please triage this failure.
442 mixin_type_parameters_mixin_extends_test: Crash # The null object does not have a getter '_element'. 450 mixin_type_parameters_mixin_extends_test: Crash # The null object does not have a getter '_element'.
443 mixin_type_parameters_mixin_test: Crash # The null object does not have a getter '_element'. 451 mixin_type_parameters_mixin_test: Crash # The null object does not have a getter '_element'.
444 mixin_type_parameters_super_extends_test: Crash # The null object does not have a getter '_element'. 452 mixin_type_parameters_super_extends_test: Crash # The null object does not have a getter '_element'.
445 mixin_type_parameters_super_test: Crash # The null object does not have a getter '_element'. 453 mixin_type_parameters_super_test: Crash # The null object does not have a getter '_element'.
446 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled switch case 454 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled switch case
447 no_such_method_test: RuntimeError # Please triage this failure. 455 no_such_method_test: RuntimeError # Please triage this failure.
448 null_test/none: Crash # (static Iterable<Str... cannot handle async/sync*/async * functions 456 null_test/none: Crash # (static Iterable<Str... cannot handle async/sync*/async * functions
449 overridden_no_such_method_test: RuntimeError # Please triage this failure. 457 overridden_no_such_method_test: RuntimeError # Please triage this failure.
450 redirecting_factory_reflection_test: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions 458 redirecting_factory_reflection_test: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 try_catch_test/none: Crash # The null object does not have a getter '_element'. 498 try_catch_test/none: Crash # The null object does not have a getter '_element'.
491 type_parameter_test/01: Crash # Invalid argument(s) 499 type_parameter_test/01: Crash # Invalid argument(s)
492 type_parameter_test/02: Crash # Invalid argument(s) 500 type_parameter_test/02: Crash # Invalid argument(s)
493 type_parameter_test/03: Crash # Invalid argument(s) 501 type_parameter_test/03: Crash # Invalid argument(s)
494 type_parameter_test/04: Crash # Invalid argument(s) 502 type_parameter_test/04: Crash # Invalid argument(s)
495 type_parameter_test/05: Crash # Invalid argument(s) 503 type_parameter_test/05: Crash # Invalid argument(s)
496 type_parameter_test/06: Crash # Invalid argument(s) 504 type_parameter_test/06: Crash # Invalid argument(s)
497 type_parameter_test/none: Crash # Invalid argument(s) 505 type_parameter_test/none: Crash # Invalid argument(s)
498 type_variable_closure2_test: RuntimeError # Please triage this failure. 506 type_variable_closure2_test: RuntimeError # Please triage this failure.
499 type_variable_closure_test: Crash # Invalid argument(s) 507 type_variable_closure_test: Crash # Invalid argument(s)
508 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
509 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
510 type_variable_nested_test: RuntimeError # Please triage this failure.
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698