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

Unified Diff: tests/corelib/corelib.status

Issue 11415028: Remove NullPointerException. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed VM bugs. Created 8 years, 1 month 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 356cedf6df48826ce4994159bec46303ec8e9d2c..44f7ec427d3772cb61a12962201f98344a691805 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -7,7 +7,6 @@ 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
apply_test: Fail # Bug 5670
apply2_test: Fail # Bug 5670
@@ -40,12 +39,12 @@ reg_exp_all_matches_test: Fail, OK # NoSuchMethodError : method not found: 'forE
reg_exp4_test: Fail, OK # Expects exception from const constructor.
+null_nosuchmethod_test: Fail # Fails to read noSuchMethod from null.
+
big_integer_vm_test: Fail, OK # VM specific test.
compare_to2_test: Fail, OK # Requires bigint support.
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.
@@ -61,7 +60,6 @@ string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out?
apply_test: Fail # inherited from VM
apply2_test: Fail # inherited from VM
compare_to2_test: Fail # inherited from VM
-null_nosuchmethod_test: Fail # inherited from VM
null_test: Fail # inherited from VM
unicode_test: Fail # inherited from VM

Powered by Google App Engine
This is Rietveld 408576698