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

Unified Diff: tests/language/language.status

Issue 10828250: Support for generic type variables and unresolved types added. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | « tests/compiler/dart2js/unparser_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 4fd214b3f9f041fc3b122a89bc68c7428c9d23eb..b839ec8985871db980a68878dd6203bf0bda8a21 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -251,10 +251,10 @@ super_first_constructor_test: Fail
method_override2_test/00: Fail # Must provide compiler errors, not currently supported by framework.
method_override2_test/02: Fail # Must provide compiler errors, not currently supported by framework.
method_override2_test/03: Fail # Must provide compiler errors, not currently supported by framework.
+type_variable_bounds2_test/00: Fail # See above
+type_variable_bounds2_test/03: Fail # See above
+type_variable_bounds2_test/05: Fail # See above
try_catch_test: Fail # New catch syntax is not supported by dart2js yet.
-dynamic_test: Fail # Apparently dart2js cannot resolve T in typedef Dynamic F1<T>(Dynamic x, T y) and hence failure.
-# That might be a bug in dart2dart though.
-method_override_test: Fail # See above.
# Should be triaged.
const_test: Fail
empty_body_member_negative_test: Fail
@@ -289,7 +289,6 @@ number_identifier_negative_test: Fail
operator1_negative_test: Fail
prefix14_test: Fail
prefix15_test: Fail
-prefix16_test: Fail # Cannot resolve class only used in typedef.
prefix18_negative_test: Fail
prefix20_negative_test: Fail
static_final_field_negative_test: Fail
@@ -302,7 +301,6 @@ static_top_level_test/05: Fail
string_interpolation7_test: Fail
switch_label_test: Fail
syntax_test/none: Fail
-try_catch_syntax_test/09: Fail
typed_message_test: Fail
type_variable_bounds2_test/02: Fail
type_variable_bounds2_test/06: Fail
« no previous file with comments | « tests/compiler/dart2js/unparser_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698