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

Unified Diff: tests/lib/lib.status

Issue 217543004: VM: Evaluate metadata on a class in the scope of its library not the scope of the class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix status for dart2js and analyzer Created 6 years, 9 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
Index: tests/lib/lib.status
diff --git a/tests/lib/lib.status b/tests/lib/lib.status
index 2307c011dd7c3fbe662205d2d77cfb831328b98b..0bb725a5f9e0666979bc8e1a03a3c19efd7046f1 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -180,6 +180,7 @@ async/stream_asyncmap_test: RuntimeError # Timer interface not supported: dartbu
[ $compiler == dart2js && $checked ]
convert/utf85_test: Pass, Slow # Issue 12029.
mirrors/metadata_nested_constructor_call_test/none: RuntimeError # Issue 17187
+mirrors/metadata_scope_test/none: RuntimeError # Issue 17187
[ $compiler == dart2js ]
convert/chunked_conversion_utf88_test: Slow, Pass
@@ -320,6 +321,7 @@ mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li
mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522
+mirrors/metadata_scope_test/01: MissingCompileTimeError # Issue 17894
[ $compiler == dart2js && $runtime == d8 && $system == windows ]
async/*deferred*: Skip # Issue 17458

Powered by Google App Engine
This is Rietveld 408576698