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

Unified Diff: tests/corelib/corelib.status

Issue 10979050: Ensure that hashCode and runtimeType work on null. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: And Nicolas' comments too. Created 8 years, 3 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/corelib/corelib.status
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
index 8fa15182680425f3055d9cfa192716bd6b8a7ca9..0b044d66434aa9813154d718a98f119223282223 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -6,6 +6,7 @@
unicode_test: Fail # Bug 5163868
*dartc_test: Skip
compare_to2_test: Fail # Bug 4018
+null_test: Fail # Bug 5511
[ $compiler == dartc ]
*vm_test: Skip
@@ -47,6 +48,8 @@ growable_object_array2_vm_test: Fail, OK # VM specific test.
growable_object_array_vm_test: Fail, OK # VM specific test.
string_base_vm_test: Fail, OK # VM specific test.
+null_test: Fail # Bug 5513
ahe 2012/09/27 11:00:24 If dart2js is not passing this test, we need a sep
+
[ $compiler == dart2js && $runtime == none ]
*: Fail, Pass # TODO(ahe): Triage these tests.

Powered by Google App Engine
This is Rietveld 408576698