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

Unified Diff: tests/language/language.status

Issue 23012003: Add Null class to dart:core. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments. Marked test failing due to new dart2js mirror bug. 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
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 97d31b4bd5e59924c67fcdf62062ab5d9b62ce0a..0763f1473a599f680708642e1481d4f2eb7101a3 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -299,3 +299,9 @@ import_core_prefix_test: Pass
prefix22_test: Pass
invocation_mirror_test: Fail, OK # hardcoded names.
super_call4_test: Fail, OK # hardcoded names.
+
+[ $compiler == dart2js || $compiler == dart2dart]
+null_test/03: Fail # Issue 12445.
+
+[$ compiler == dart2js]
+null_test/none: Fail # Issue 12482
ahe 2013/08/15 11:16:46 This really means that this test isn't passing on
Lasse Reichstein Nielsen 2013/08/15 13:06:10 The mirror part has been moved. Most of it was alr

Powered by Google App Engine
This is Rietveld 408576698