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

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: Status updated 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 1a43554c06d3db9192b574e79217a32a86c4b529..9190cd614ed1392b3cbd0de57ca1c7da17bf80c0 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 11:34:58 Please do not skip tests. If the test is bad, dele
[ $compiler == dart2js && $checked ]
assert_with_type_test_or_cast_test: Fail # Issue 4929
@@ -33,14 +34,8 @@ function_type_test: Fail # does not detect type error in checked mode.
function_malformed_result_type_test: Fail # does not detect type error in checked mode.
void_type_test: Fail # does not detect type error in checked mode.
-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 == dart2js && $unchecked ]
assertion_test: Fail
-new_expression_type_args_test/02: Fail # dart2js fails to reject type variable within static member
# Only checked mode reports an error on type assignment
# problems in compile time constants.

Powered by Google App Engine
This is Rietveld 408576698