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

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

Issue 1251083002: dart2js cps: Avoid deep recursion using trampolines and basic blocks. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Change type propagation + minor fixes 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
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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 await_for_use_local_test: Crash # (test()async{var cou... cannot handle async/s ync*/async* functions 345 await_for_use_local_test: Crash # (test()async{var cou... cannot handle async/s ync*/async* functions
346 await_future_test: Crash # (test()async{var res... cannot handle async/sync*/as ync* functions 346 await_future_test: Crash # (test()async{var res... cannot handle async/sync*/as ync* functions
347 await_nonfuture_test: Crash # (foo()async{Expect.equals(X,10);return await 5;}): cannot handle async/sync*/async* functions 347 await_nonfuture_test: Crash # (foo()async{Expect.equals(X,10);return await 5;}): cannot 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 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
356 closure_in_constructor_test: Crash # Invalid argument(s) 355 closure_in_constructor_test: Crash # Invalid argument(s)
357 closure_type_variables_test: Crash # Invalid argument(s) 356 closure_type_variables_test: Crash # Invalid argument(s)
358 const_evaluation_test/01: Crash # (static Iterable<Str... cannot handle async/s ync*/async* functions 357 const_evaluation_test/01: Crash # (static Iterable<Str... cannot handle async/s ync*/async* functions
359 constructor12_test: RuntimeError # Please triage this failure. 358 constructor12_test: RuntimeError # Please triage this failure.
360 crash_6725_test/01: Crash # The null object does not have a getter '_element'. 359 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 360 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 361 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 362 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 363 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 364 deferred_constraints_constants_test/none: Crash # (lib.constantInstance): deferr ed access is not implemented
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 if_null_assignment_static_test/36: RuntimeError # v0.get$a is not a function 428 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 429 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 430 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 431 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 432 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 433 instance_creation_in_function_annotation_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
435 instanceof4_test/01: RuntimeError # Please triage this failure. 434 instanceof4_test/01: RuntimeError # Please triage this failure.
436 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. 435 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure.
437 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet 436 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
438 issue_1751477_test: RuntimeError # O.loadLibrary is not a function 437 issue_1751477_test: RuntimeError # O.loadLibrary is not a function
439 large_class_declaration_test: Crash # Stack Overflow
440 list_test: RuntimeError # Please triage this failure. 438 list_test: RuntimeError # Please triage this failure.
441 many_overridden_no_such_method_test: RuntimeError # Please triage this failure. 439 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'. 440 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'. 441 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'. 442 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'. 443 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 444 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled switch case
447 no_such_method_test: RuntimeError # Please triage this failure. 445 no_such_method_test: RuntimeError # Please triage this failure.
448 null_test/none: Crash # (static Iterable<Str... cannot handle async/sync*/async * functions 446 null_test/none: Crash # (static Iterable<Str... cannot handle async/sync*/async * functions
449 overridden_no_such_method_test: RuntimeError # Please triage this failure. 447 overridden_no_such_method_test: RuntimeError # Please triage this failure.
(...skipping 40 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'. 488 try_catch_test/none: Crash # The null object does not have a getter '_element'.
491 type_parameter_test/01: Crash # Invalid argument(s) 489 type_parameter_test/01: Crash # Invalid argument(s)
492 type_parameter_test/02: Crash # Invalid argument(s) 490 type_parameter_test/02: Crash # Invalid argument(s)
493 type_parameter_test/03: Crash # Invalid argument(s) 491 type_parameter_test/03: Crash # Invalid argument(s)
494 type_parameter_test/04: Crash # Invalid argument(s) 492 type_parameter_test/04: Crash # Invalid argument(s)
495 type_parameter_test/05: Crash # Invalid argument(s) 493 type_parameter_test/05: Crash # Invalid argument(s)
496 type_parameter_test/06: Crash # Invalid argument(s) 494 type_parameter_test/06: Crash # Invalid argument(s)
497 type_parameter_test/none: Crash # Invalid argument(s) 495 type_parameter_test/none: Crash # Invalid argument(s)
498 type_variable_closure2_test: RuntimeError # Please triage this failure. 496 type_variable_closure2_test: RuntimeError # Please triage this failure.
499 type_variable_closure_test: Crash # Invalid argument(s) 497 type_variable_closure_test: Crash # Invalid argument(s)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698