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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/language/language_dart2js.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/lib.status
diff --git a/tests/lib/lib.status b/tests/lib/lib.status
index e409184a00cb1ce06d3df2e8e67642644d0d01ae..9a65284c2a36469f8ad42ad99db229ce77d507ef 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -357,9 +357,9 @@ mirrors/constructor_kinds_test/none: Crash # (static Iterable<Str... cannot han
mirrors/constructors_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
mirrors/dart2js_mirrors_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
mirrors/declarations_type_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
-mirrors/deferred_mirrors_metadata_test: Crash # (lib1.foo()): deferred access is not implemented
-mirrors/deferred_mirrors_metatarget_test: Crash # (lib.foo()): deferred access is not implemented
-mirrors/deferred_mirrors_update_test: Crash # (l.foo()): deferred access is not implemented
+mirrors/deferred_mirrors_metadata_test: RuntimeError # TypeError: U.loadLibrary is not a function
+mirrors/deferred_mirrors_metatarget_test: RuntimeError # TypeError: X.loadLibrary is not a function
+mirrors/deferred_mirrors_update_test: RuntimeError # TypeError: U.loadLibrary is not a function
mirrors/deferred_type_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
mirrors/delegate_call_through_getter_test: RuntimeError # Please triage this failure.
mirrors/delegate_class_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
« 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