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

Unified Diff: tests/language/language.status

Issue 10939037: Issue 5232. Type variables are in static scope, but using them is error (Closed) Base URL: https://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 | « tests/co19/co19-compiler.status ('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 f14d6db59db8d1f33616e9cc21faa16faa66bd8a..00fa376d7da846033070f3690c70fc74da47d2b9 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -178,8 +178,6 @@ library6_negative_test: Fail # still a valid test? Issue 3650
list_literal4_test: Fail # Issue 1343
map_literal4_test: Fail # Issue 1343
named_parameters_with_object_property_names_test: Fail # Issue 2137
-new_expression_type_args_test/01: Fail # language change 1031
-new_expression_type_args_test/02: Fail # language change 1031
no_such_method_negative_test: Fail # Runtime only test, rewrite as multiteste
override_field_test/03: Fail # still a valid test? Issue 3894
override_field_test/04: Fail # still a valid test? Issue 3656
@@ -204,7 +202,14 @@ syntax_test/none: Fail # Bug 2107 Static type warnings in none case (INSTANTIAT
throw7_negative_test: Fail # Issue 3654
type_variable_bounds_test/00: Fail # issue 3079
type_variable_bounds_test/07: Fail # language change 1031
-type_variable_static_context_negative_test: Fail # language change 1031
+
+# test issue 5291
+type_parameter_test/01: Fail, OK
+type_parameter_test/02: Fail, OK
+type_parameter_test/03: Fail, OK
+type_parameter_test/04: Fail, OK
+type_variable_scope2_test: Fail, OK
+
#
# Add new dartc annotations above in alphabetical order
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698