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

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: Rebase 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/co19/co19-dart2js.status ('k') | tests/language/larger_implicit_getter_test.dart » ('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 (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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 # Detection of d8 runtime does not work on Windows so the runtime result is 237 # Detection of d8 runtime does not work on Windows so the runtime result is
238 # unreliable; at the time of writing, 32 passed, 31 failed with runtime error. 238 # unreliable; at the time of writing, 32 passed, 31 failed with runtime error.
239 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. 239 # Marked with Pass,RuntimeError to avoid undetected compile-time failures.
240 *deferred*: Pass,RuntimeError # Issue 17458 240 *deferred*: Pass,RuntimeError # Issue 17458
241 cha_deopt*: Pass,RuntimeError # Issue 17458 241 cha_deopt*: Pass,RuntimeError # Issue 17458
242 regress_22443_test: Pass,RuntimeError # Issue 17458 242 regress_22443_test: Pass,RuntimeError # Issue 17458
243 243
244 [ $compiler == dart2js && $cps_ir == false ] 244 [ $compiler == dart2js && $cps_ir == false ]
245 generic_field_mixin4_test: Crash # Issue 18651 245 generic_field_mixin4_test: Crash # Issue 18651
246 generic_field_mixin5_test: Crash # Issue 18651 246 generic_field_mixin5_test: Crash # Issue 18651
247 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat orTree.visitBasicBlockAndSuccessors
247 248
248 [ $compiler == dart2js && $cps_ir ] 249 [ $compiler == dart2js && $cps_ir ]
249 async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot h andle async/sync*/async* functions 250 async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot h andle async/sync*/async* functions
250 async_await_catch_regression_test: Crash # (test()async{var exc... cannot handl e async/sync*/async* functions 251 async_await_catch_regression_test: Crash # (test()async{var exc... cannot handl e async/sync*/async* functions
251 async_await_syntax_test/a01a: Crash # (a01a()async=>null;): cannot handle async/ sync*/async* functions 252 async_await_syntax_test/a01a: Crash # (a01a()async=>null;): cannot handle async/ sync*/async* functions
252 async_await_syntax_test/a02a: Crash # (a02a()async{}): cannot handle async/sync* /async* functions 253 async_await_syntax_test/a02a: Crash # (a02a()async{}): cannot handle async/sync* /async* functions
253 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle async/sync */async* functions 254 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle async/sync */async* functions
254 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle async/sync */async* functions 255 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle async/sync */async* functions
255 async_await_syntax_test/a04a: Crash # (a04a()sync*{}): cannot handle async/sync* /async* functions 256 async_await_syntax_test/a04a: Crash # (a04a()sync*{}): cannot handle async/sync* /async* functions
256 async_await_syntax_test/a04c: Crash # (a04c()sync*{}): cannot handle async/sync* /async* functions 257 async_await_syntax_test/a04c: Crash # (a04c()sync*{}): cannot handle async/sync* /async* functions
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 await_for_use_local_test: Crash # (test()async{var cou... cannot handle async/s ync*/async* functions 354 await_for_use_local_test: Crash # (test()async{var cou... cannot handle async/s ync*/async* functions
354 await_future_test: Crash # (test()async{var res... cannot handle async/sync*/as ync* functions 355 await_future_test: Crash # (test()async{var res... cannot handle async/sync*/as ync* functions
355 await_nonfuture_test: Crash # (foo()async{Expect.equals(X,10);return await 5;}): cannot handle async/sync*/async* functions 356 await_nonfuture_test: Crash # (foo()async{Expect.equals(X,10);return await 5;}): cannot handle async/sync*/async* functions
356 await_not_started_immediately_test: Crash # (foo()async{x++ ;await 1;x++ ;}): ca nnot handle async/sync*/async* functions 357 await_not_started_immediately_test: Crash # (foo()async{x++ ;await 1;x++ ;}): ca nnot handle async/sync*/async* functions
357 await_postfix_expr_test: Crash # (test()async{Expect.... cannot handle async/sy nc*/async* functions 358 await_postfix_expr_test: Crash # (test()async{Expect.... cannot handle async/sy nc*/async* functions
358 await_regression_test: Crash # (main()async{testNes... cannot handle async/sync */async* functions 359 await_regression_test: Crash # (main()async{testNes... cannot handle async/sync */async* functions
359 await_test: Crash # (others()async{var a... cannot handle async/sync*/async* fu nctions 360 await_test: Crash # (others()async{var a... cannot handle async/sync*/async* fu nctions
360 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented 361 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented
361 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented 362 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented
362 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented 363 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented
363 classes_static_method_clash_test: Crash # Stack Overflow
364 closure_in_constructor_test: Crash # Invalid argument(s) 364 closure_in_constructor_test: Crash # Invalid argument(s)
365 closure_type_variables_test: Crash # Invalid argument(s) 365 closure_type_variables_test: Crash # Invalid argument(s)
366 closures_initializer_test: RuntimeError # Please triage this failure. 366 closures_initializer_test: RuntimeError # Please triage this failure.
367 const_evaluation_test/01: Crash # (static Iterable<Str... cannot handle async/s ync*/async* functions 367 const_evaluation_test/01: Crash # (static Iterable<Str... cannot handle async/s ync*/async* functions
368 constructor12_test: RuntimeError # Please triage this failure. 368 constructor12_test: RuntimeError # Please triage this failure.
369 crash_6725_test/01: Crash # The null object does not have a getter '_element'. 369 crash_6725_test/01: Crash # The null object does not have a getter '_element'.
370 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as ync/sync*/async* functions 370 custom_await_stack_trace_test: Crash # (main()async{try {va... cannot handle as ync/sync*/async* functions
371 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i s not implemented 371 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i s not implemented
372 deferred_closurize_load_library_test: Crash # (lib.trueVar): deferred access is not implemented 372 deferred_closurize_load_library_test: Crash # (lib.trueVar): deferred access is not implemented
373 deferred_constant_list_test: Crash # (lib.finalConstList): deferred access is no t implemented 373 deferred_constant_list_test: Crash # (lib.finalConstList): deferred access is no t implemented
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 if_null_assignment_static_test/38: RuntimeError # v0.get$a is not a function 447 if_null_assignment_static_test/38: RuntimeError # v0.get$a is not a function
448 if_null_assignment_static_test/39: RuntimeError # v0.get$b is not a function 448 if_null_assignment_static_test/39: RuntimeError # v0.get$b is not a function
449 if_null_assignment_static_test/40: RuntimeError # v0.get$a is not a function 449 if_null_assignment_static_test/40: RuntimeError # v0.get$a is not a function
450 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label ed switch case 450 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label ed switch case
451 instance_creation_in_function_annotation_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions 451 instance_creation_in_function_annotation_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
452 instanceof2_test: RuntimeError # Please triage this failure. 452 instanceof2_test: RuntimeError # Please triage this failure.
453 instanceof4_test/01: RuntimeError # Please triage this failure. 453 instanceof4_test/01: RuntimeError # Please triage this failure.
454 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. 454 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure.
455 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet 455 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
456 issue_1751477_test: RuntimeError # O.loadLibrary is not a function 456 issue_1751477_test: RuntimeError # O.loadLibrary is not a function
457 large_class_declaration_test: Crash # Stack Overflow
458 list_is_test: RuntimeError # Please triage this failure. 457 list_is_test: RuntimeError # Please triage this failure.
459 list_test: RuntimeError # Please triage this failure. 458 list_test: RuntimeError # Please triage this failure.
460 many_generic_instanceof_test: RuntimeError # Please triage this failure. 459 many_generic_instanceof_test: RuntimeError # Please triage this failure.
461 many_overridden_no_such_method_test: RuntimeError # Please triage this failure. 460 many_overridden_no_such_method_test: RuntimeError # Please triage this failure.
462 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled switch case 461 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled switch case
463 no_such_method_test: RuntimeError # Please triage this failure. 462 no_such_method_test: RuntimeError # Please triage this failure.
464 null_test/none: Crash # (static Iterable<Str... cannot handle async/sync*/async * functions 463 null_test/none: Crash # (static Iterable<Str... cannot handle async/sync*/async * functions
465 overridden_no_such_method_test: RuntimeError # Please triage this failure. 464 overridden_no_such_method_test: RuntimeError # Please triage this failure.
466 redirecting_factory_reflection_test: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions 465 redirecting_factory_reflection_test: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions
467 regress_18535_test: Crash # (static Iterable<Str... cannot handle async/sync*/a sync* functions 466 regress_18535_test: Crash # (static Iterable<Str... cannot handle async/sync*/a sync* functions
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 type_parameter_test/03: Crash # Invalid argument(s) 505 type_parameter_test/03: Crash # Invalid argument(s)
507 type_parameter_test/04: Crash # Invalid argument(s) 506 type_parameter_test/04: Crash # Invalid argument(s)
508 type_parameter_test/05: Crash # Invalid argument(s) 507 type_parameter_test/05: Crash # Invalid argument(s)
509 type_parameter_test/06: Crash # Invalid argument(s) 508 type_parameter_test/06: Crash # Invalid argument(s)
510 type_parameter_test/none: Crash # Invalid argument(s) 509 type_parameter_test/none: Crash # Invalid argument(s)
511 type_variable_closure2_test: RuntimeError # Please triage this failure. 510 type_variable_closure2_test: RuntimeError # Please triage this failure.
512 type_variable_closure_test: Crash # Invalid argument(s) 511 type_variable_closure_test: Crash # Invalid argument(s)
513 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 512 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
514 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 513 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
515 type_variable_nested_test: RuntimeError # Please triage this failure. 514 type_variable_nested_test: RuntimeError # Please triage this failure.
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/language/larger_implicit_getter_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698