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

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
Index: tests/language/language.status
===================================================================
--- tests/language/language.status (revision 11862)
+++ tests/language/language.status (working copy)
@@ -69,6 +69,13 @@
[ $compiler == none && $mode == debug ]
gc_test: Skip # Takes too long.
+[ $compiler == none && $checked ]
+# Issue 4932
+type_parameter_test/01: Fail
floitsch 2012/09/05 13:50:34 put the issue number to the right of the failing t
ngeoffray 2012/09/05 15:36:11 Done.
+type_parameter_test/02: Fail
+type_parameter_test/03: Fail
+type_parameter_test/04: Fail
+
[ $compiler == dartc ]
get_set_syntax_test/none: Fail # does not accept getter/setter with no method body

Powered by Google App Engine
This is Rietveld 408576698