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

Unified Diff: tests/language/language.status

Issue 22978011: Fix static type warnings in language/null_test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « no previous file | tests/language/null_test.dart » ('j') | 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 0763f1473a599f680708642e1481d4f2eb7101a3..9ce4b4fc80ed3de3dc6014ad09f20071d1f6d359 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -303,5 +303,9 @@ super_call4_test: Fail, OK # hardcoded names.
[ $compiler == dart2js || $compiler == dart2dart]
null_test/03: Fail # Issue 12445.
-[$ compiler == dart2js]
+[ $compiler == dart2js ]
null_test/none: Fail # Issue 12482
+
+[ $compiler == dartanalyzer ]
+null_test/02: Fail # Issue 12484
+null_test/03: Fail # Issue 12484
« no previous file with comments | « no previous file | tests/language/null_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698