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

Unified Diff: tests/lib/lib.status

Issue 26768005: Add mirror test for f-bounded mixin applications and generic mixins. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
Index: tests/lib/lib.status
diff --git a/tests/lib/lib.status b/tests/lib/lib.status
index 8be001125d48425de3b5564072f22b3b79f08680..099ec92ca817d65874b69630343f9e0875bb2d4e 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -28,7 +28,9 @@ 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_mixin_application_test: RuntimeError # Issue 12087
mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
+mirrors/generic_mixin_test: RuntimeError # Issue 12333
mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
mirrors/generics_substitution_test: RuntimeError # Issue 12087
mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863
@@ -176,6 +178,8 @@ mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
mirrors/generic_f_bounded_test: RuntimeError # Issue 14000
mirrors/immutable_collections_test: RuntimeError # Issue 14027
mirrors/symbol_validation_test: RuntimeError # Issue 13596
+mirrors/generic_mixin_test/01: RuntimeError
+mirrors/generic_mixin_test/02: RuntimeError
regis 2013/10/15 00:31:18 No reference to existing issue?
rmacnak 2013/10/15 17:22:39 Filed bugs.
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)
@@ -210,6 +214,7 @@ mirrors/generics_test/none: Fail # Issue 13432
mirrors/generic_bounded_test/none: Fail # Issue 13432
mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
+mirrors/generic_f_bounded_mixin_application_test: Fail # Restriction on recursive typedefs won't apply when mixin application syntax change is completed
# test issue 14016
mirrors/typevariable_mirror_metadata_test: fail
@@ -220,6 +225,7 @@ mirrors/generics_test/none: Fail # Issue 13432
mirrors/generic_bounded_test/none: Fail # Issue 13432
mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
+mirrors/generic_f_bounded_mixin_application_test: Fail # Restriction on recursive typedefs won't apply when mixin application syntax change is completed
[ $compiler == none && $runtime == dartium ]
async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.

Powered by Google App Engine
This is Rietveld 408576698