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

Unified Diff: tests/lib/lib.status

Issue 67203002: Implement topLevelMembers, staticMembers, instanceMembers in the VM. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: null source for synthetics, todo on isSynthetic Created 7 years 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 d80210377904b0e741239343f9ccb9cf3fb6b1ad..046878fb595f99a39bff6fa5ce892331ff9679b3 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -72,9 +72,10 @@ mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490
mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
mirrors/reflected_type_test: RuntimeError # Issue 12607
mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670
-mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164
mirrors/symbol_validation_test: RuntimeError # Issue 13597
-mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164
+mirrors/static_members_test: RuntimeError # Issue 14633, Issue 12164
+mirrors/synthetic_accessor_properties_test: RuntimeError # Issue 14633
+mirrors/toplevel_members_test: RuntimeError # Issue 14633, Issue 12164
mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490
mirrors/typedef_metadata_test: RuntimeError # Issue 12785
mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
@@ -196,17 +197,11 @@ mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e
mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ensure test coverage on dart2js.
mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
-mirrors/generics_double_substitution_test/01: RuntimeError # Issue 14869
-
mirrors/generic_local_function_test: RuntimeError # Issue 14913
-
+mirrors/generics_double_substitution_test/01: RuntimeError # Issue 14869
mirrors/symbol_validation_test: RuntimeError # Issue 13596
-
-mirrors/static_members_test: RuntimeError # Issue 14632
+mirrors/synthetic_accessor_properties_test/none: RuntimeError # Issue 14632
mirrors/toplevel_members_test: RuntimeError # Issue 14632
-mirrors/instance_members_test: RuntimeError # Issue 14632
-mirrors/instance_members_with_override_test: RuntimeError # Issue 14632
-mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 14632
async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)

Powered by Google App Engine
This is Rietveld 408576698