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

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: Addressed review comments. 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..a51474113cacd5e0243c831553fbde0bbca63e21 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -6,6 +6,8 @@
unicode_test: Fail # Bug 5163868
*dartc_test: Skip
compare_to2_test: Fail # Bug 4018
+null_test: Fail # Bug 5511
+null_nosuchmethod_test: Fail # BUg 5518
[ $compiler == dartc ]
*vm_test: Skip
@@ -47,6 +49,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_nosuchmethod_test: Fail # Bug 5513
+
[ $compiler == dart2js && $runtime == none ]
*: Fail, Pass # TODO(ahe): Triage these tests.

Powered by Google App Engine
This is Rietveld 408576698