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

Unified Diff: tests/language/language_analyzer.status

Issue 47923014: Issue 14364. Strengthen isDirectSupertypeOf() to check type parameters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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_analyzer.status
diff --git a/tests/language/language_analyzer.status b/tests/language/language_analyzer.status
index 5fb3de748a8c4f6c68a99ef9450998dec8a1e3b6..966c4680dea1d80cf6c8d05261d6b56daa94e496 100644
--- a/tests/language/language_analyzer.status
+++ b/tests/language/language_analyzer.status
@@ -161,11 +161,6 @@ prefix9_test: fail # test issue 14289
# test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no static warning expected
type_promotion_parameter_test/53: Fail
-# test issue 14364, "E<A> << D"
-type_promotion_more_specific_test/09: Fail
-type_promotion_more_specific_test/10: Fail
-type_promotion_more_specific_test/11: Fail
-
# test issue 14406, setter for final field was removed from spec
implicit_setter_test/01: fail
implicit_setter_test/02: fail

Powered by Google App Engine
This is Rietveld 408576698