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

Side by Side Diff: tests/lib/lib.status

Issue 1335273003: dart2js cps: Remove code after calls that cannot return. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Merge Created 5 years, 3 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/language/language_dart2js.status ('k') | tests/standalone/standalone.status » ('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 [ $unchecked ] 5 [ $unchecked ]
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958
10 10
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 mirrors/class_declarations_test/none: Crash # (static Iterable<Str... cannot ha ndle sync*/async* functions 350 mirrors/class_declarations_test/none: Crash # (static Iterable<Str... cannot ha ndle sync*/async* functions
351 mirrors/class_mirror_location_test: Crash # (static Iterable<Str... cannot hand le sync*/async* functions 351 mirrors/class_mirror_location_test: Crash # (static Iterable<Str... cannot hand le sync*/async* functions
352 mirrors/class_mirror_type_variables_test: Crash # (static Iterable<Str... canno t handle sync*/async* functions 352 mirrors/class_mirror_type_variables_test: Crash # (static Iterable<Str... canno t handle sync*/async* functions
353 mirrors/closures_test: Crash # (static Iterable<Str... cannot handle sync*/asyn c* functions 353 mirrors/closures_test: Crash # (static Iterable<Str... cannot handle sync*/asyn c* functions
354 mirrors/closurization_equivalence_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions 354 mirrors/closurization_equivalence_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
355 mirrors/constructor_kinds_test/01: Crash # (static Iterable<Str... cannot handl e sync*/async* functions 355 mirrors/constructor_kinds_test/01: Crash # (static Iterable<Str... cannot handl e sync*/async* functions
356 mirrors/constructor_kinds_test/none: Crash # (static Iterable<Str... cannot han dle sync*/async* functions 356 mirrors/constructor_kinds_test/none: Crash # (static Iterable<Str... cannot han dle sync*/async* functions
357 mirrors/constructors_test: Crash # (static Iterable<Str... cannot handle sync*/ async* functions 357 mirrors/constructors_test: Crash # (static Iterable<Str... cannot handle sync*/ async* functions
358 mirrors/dart2js_mirrors_test: Crash # (static Iterable<Str... cannot handle syn c*/async* functions 358 mirrors/dart2js_mirrors_test: Crash # (static Iterable<Str... cannot handle syn c*/async* functions
359 mirrors/declarations_type_test: Crash # (static Iterable<Str... cannot handle s ync*/async* functions 359 mirrors/declarations_type_test: Crash # (static Iterable<Str... cannot handle s ync*/async* functions
360 mirrors/deferred_mirrors_metadata_test: Crash # (lib1.foo()): deferred access is not implemented 360 mirrors/deferred_mirrors_metadata_test: RuntimeError # TypeError: U.loadLibrary is not a function
361 mirrors/deferred_mirrors_metatarget_test: Crash # (lib.foo()): deferred access i s not implemented 361 mirrors/deferred_mirrors_metatarget_test: RuntimeError # TypeError: X.loadLibrar y is not a function
362 mirrors/deferred_mirrors_update_test: Crash # (l.foo()): deferred access is not implemented 362 mirrors/deferred_mirrors_update_test: RuntimeError # TypeError: U.loadLibrary is not a function
363 mirrors/deferred_type_test: Crash # (static Iterable<Str... cannot handle sync* /async* functions 363 mirrors/deferred_type_test: Crash # (static Iterable<Str... cannot handle sync* /async* functions
364 mirrors/delegate_call_through_getter_test: RuntimeError # Please triage this fai lure. 364 mirrors/delegate_call_through_getter_test: RuntimeError # Please triage this fai lure.
365 mirrors/delegate_class_test: Crash # (static Iterable<Str... cannot handle sync */async* functions 365 mirrors/delegate_class_test: Crash # (static Iterable<Str... cannot handle sync */async* functions
366 mirrors/delegate_library_test: Crash # (static Iterable<Str... cannot handle sy nc*/async* functions 366 mirrors/delegate_library_test: Crash # (static Iterable<Str... cannot handle sy nc*/async* functions
367 mirrors/delegate_test: RuntimeError # Please triage this failure. 367 mirrors/delegate_test: RuntimeError # Please triage this failure.
368 mirrors/disable_tree_shaking_test: Crash # (static Iterable<Str... cannot handl e sync*/async* functions 368 mirrors/disable_tree_shaking_test: Crash # (static Iterable<Str... cannot handl e sync*/async* functions
369 mirrors/empty_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions 369 mirrors/empty_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
370 mirrors/enum_test: Crash # (static Iterable<Str... cannot handle sync*/async* f unctions 370 mirrors/enum_test: Crash # (static Iterable<Str... cannot handle sync*/async* f unctions
371 mirrors/equality_test: Crash # (static Iterable<Str... cannot handle sync*/asyn c* functions 371 mirrors/equality_test: Crash # (static Iterable<Str... cannot handle sync*/asyn c* functions
372 mirrors/fake_function_with_call_test: Crash # (static Iterable<Str... cannot ha ndle sync*/async* functions 372 mirrors/fake_function_with_call_test: Crash # (static Iterable<Str... cannot ha ndle sync*/async* functions
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 mirrors/type_variable_is_static_test: Crash # (static Iterable<Str... cannot ha ndle sync*/async* functions 555 mirrors/type_variable_is_static_test: Crash # (static Iterable<Str... cannot ha ndle sync*/async* functions
556 mirrors/type_variable_owner_test/01: Crash # (static Iterable<Str... cannot han dle sync*/async* functions 556 mirrors/type_variable_owner_test/01: Crash # (static Iterable<Str... cannot han dle sync*/async* functions
557 mirrors/type_variable_owner_test/none: Crash # (static Iterable<Str... cannot h andle sync*/async* functions 557 mirrors/type_variable_owner_test/none: Crash # (static Iterable<Str... cannot h andle sync*/async* functions
558 mirrors/typearguments_mirror_test: Crash # (static Iterable<Str... cannot handl e sync*/async* functions 558 mirrors/typearguments_mirror_test: Crash # (static Iterable<Str... cannot handl e sync*/async* functions
559 mirrors/typedef_deferred_library_test: RuntimeError # G.loadLibrary is not a fun ction 559 mirrors/typedef_deferred_library_test: RuntimeError # G.loadLibrary is not a fun ction
560 mirrors/typedef_metadata_test: Crash # (static Iterable<Str... cannot handle sy nc*/async* functions 560 mirrors/typedef_metadata_test: Crash # (static Iterable<Str... cannot handle sy nc*/async* functions
561 mirrors/typedef_reflected_type_test/01: Crash # (static Iterable<Str... cannot handle sync*/async* functions 561 mirrors/typedef_reflected_type_test/01: Crash # (static Iterable<Str... cannot handle sync*/async* functions
562 mirrors/typedef_reflected_type_test/none: Crash # (static Iterable<Str... canno t handle sync*/async* functions 562 mirrors/typedef_reflected_type_test/none: Crash # (static Iterable<Str... canno t handle sync*/async* functions
563 mirrors/unnamed_library_test: Crash # (static Iterable<Str... cannot handle syn c*/async* functions 563 mirrors/unnamed_library_test: Crash # (static Iterable<Str... cannot handle syn c*/async* functions
564 mirrors/variable_is_const_test/none: Crash # (static Iterable<Str... cannot han dle sync*/async* functions 564 mirrors/variable_is_const_test/none: Crash # (static Iterable<Str... cannot han dle sync*/async* functions
OLDNEW
« no previous file with comments | « tests/language/language_dart2js.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698