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

Unified Diff: tests/corelib/corelib.status

Issue 1214723009: Make List constructor give better error messages for non-int arguments (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Fix test to also pass on dart2js. Created 5 years, 5 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 e03d0fb5b7c273cfcbc959d221684debb552ca8e..cf74f990f9c9c243cec8192b4e846627a45ba63f 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -99,7 +99,6 @@ null_nosuchmethod_test: Fail # Issue: 7413
unicode_test: Fail # Issue 14694
[ $compiler == dart2js ]
-growable_list_test: RuntimeError # Fails to detect concurrent modification in addAll.
error_stack_trace1_test: RuntimeError # Issue 12399
hash_set_test/01: RuntimeError # Issue 11551
integer_to_string_test/01: RuntimeError # Issue 1533
@@ -231,7 +230,7 @@ regexp/pcre_test: Crash # Stack Overflow
shuffle_test: RuntimeError # Please triage this failure.
stacktrace_fromstring_test: RuntimeError # receiver.get$_collection$_nums is not a function
string_fromcharcodes_test: RuntimeError # Please triage this failure.
-symbol_operator_test/03 : RuntimeError #
+symbol_operator_test/03 : RuntimeError #
symbol_reserved_word_test/03: Pass # Please triage this failure.
symbol_reserved_word_test/06: RuntimeError # Please triage this failure.
symbol_reserved_word_test/09: RuntimeError # Please triage this failure.

Powered by Google App Engine
This is Rietveld 408576698