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

Unified Diff: tests/language/language.status

Issue 10913081: Fix resolution of type parameters in static context, and the use of type parameters in closures. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 | « lib/compiler/implementation/ssa/builder.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
===================================================================
--- tests/language/language.status (revision 11862)
+++ tests/language/language.status (working copy)
@@ -69,6 +69,12 @@
[ $compiler == none && $mode == debug ]
gc_test: Skip # Takes too long.
+[ $compiler == none && $checked ]
+type_parameter_test/01: Fail # Issue 4932
+type_parameter_test/02: Fail # Issue 4932
+type_parameter_test/03: Fail # Issue 4932
+type_parameter_test/04: Fail # Issue 4932
+
[ $compiler == dartc ]
get_set_syntax_test/none: Fail # does not accept getter/setter with no method body
« no previous file with comments | « lib/compiler/implementation/ssa/builder.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698