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

Unified Diff: tests/lib/lib.status

Issue 27064004: Support reflection on recursive upper bounds of type variables. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added test. Created 7 years, 2 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 | « sdk/lib/_internal/lib/js_rti.dart ('k') | tests/lib/mirrors/class_mirror_type_variables_test.dart » ('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 daeabfe55a0a0df76471e71df4cf42914cac511c..629f95bf5fb5d1ea43378a9096f03ed3dee22970 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -27,7 +27,7 @@ mirrors/generic_bounded_test/none: RuntimeError # Issue 12087
mirrors/generic_bounded_test/01: RuntimeError # Issue 12087
mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError # Issue 12087
mirrors/generic_bounded_by_type_parameter_test/01: RuntimeError # Issue 12087
-mirrors/generic_f_bounded_test: RuntimeError # Issue 12087
+mirrors/generic_f_bounded_test/01: RuntimeError # Issue 12087
mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087
mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
mirrors/generic_interface_test: RuntimeError # Issue 12087
@@ -173,11 +173,12 @@ 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/generic_f_bounded_test: RuntimeError # Issue 14000
+mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000
mirrors/immutable_collections_test: RuntimeError # Issue 14027
mirrors/symbol_validation_test: RuntimeError # Issue 13596
mirrors/typevariable_mirror_metadata_test/none: RuntimeError # Issue 12282
mirrors/type_variable_owner_test: RuntimeError # Issue 14240
+mirrors/class_mirror_type_variables_test/01: RuntimeError # Issue 14240
async/timer_isolate_test: Skip # See Issue 4997
async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
« no previous file with comments | « sdk/lib/_internal/lib/js_rti.dart ('k') | tests/lib/mirrors/class_mirror_type_variables_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698