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

Unified Diff: tests/language/language_dart2js.status

Issue 11229002: Handle type variable in static member. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Test update removed. Created 8 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/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 5aeed23386fd0262efdb48d73e6ed55b7872436b..effb89f5c873d28ec8857fbe28f81c8c2e8257da 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -6,6 +6,7 @@
# VM specific tests that should not be run by dart2js.
*vm_test: Skip
*vm_negative_test: Skip
+type_parameter_test: Skip # Deprecated test of issue 4932
ahe 2012/10/23 16:17:13 Please do not skip tests, also, this test does not
Johnni Winther 2012/10/24 14:28:35 Line removed.
[ $compiler == dart2js && $checked ]
assert_with_type_test_or_cast_test: Fail # Issue 4929
@@ -76,15 +77,6 @@ getter_declaration_negative_test: Fail # This will be fixed when dart2js reject
compile_time_constant8_test: Fail # We don't take the generic type into account yet.
canonical_const_test: Fail # We don't take the generic type into account yet.
-# dart2js fails to reject type variable within static member
-new_expression_type_args_test/02: Fail
-type_variable_scope_test/00: Fail
-type_variable_scope_test/01: Fail
-type_variable_scope_test/02: Fail
-type_variable_scope_test/03: Fail
-type_variable_scope_test/04: Fail
-type_variable_scope_test/05: Fail
-
# Support for optional parameters not conform to latest spec.
function_type_alias_test: Fail
function_type_alias2_test: Fail
« lib/compiler/implementation/resolution/members.dart ('K') | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698