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

Unified Diff: tests/corelib/corelib.status

Issue 292323006: Remove uses of IterableMixinWorkaround outside of VM and dart2js lists. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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 71bd37c70cd1d7ae58c20551e7413f061ac45c53..24289db02415e98aba4999233ba789b39ba717eb 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -56,6 +56,8 @@ symbol_test/03: MissingCompileTimeError # bug 11669
symbol_test/none: Fail # bug 11669
symbol_operator_test/03: Fail # bug 11669
string_case_test/01: Fail # Bug 18061
+collection_to_string_test/none: Pass,Fail # bug 13647 (test is random, and might not encounter the error on every run)
+collection_to_string_test/01: Pass # Should be Pass,Fail,OK when the test above stops failing.
[ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
main_test: Fail # Dartium needs to check for both main() and main(args).
@@ -81,6 +83,8 @@ unicode_test: Fail # Issue 14694
error_stack_trace1_test: RuntimeError # Issue 12399
hash_set_test/01: RuntimeError # Issue 11551
integer_to_string_test/01: RuntimeError # Issue 1533
+collection_to_string_test/none: Pass, Fail # Issue 13648 (test is random, and might not encounter the error on every run)
+collection_to_string_test/01: Pass # Should be Pass,Fail,OK when the test above stops failing.
big_integer_vm_test: RuntimeError, OK # VM specific test.
bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
« tests/corelib/collection_to_string_test.dart ('K') | « tests/corelib/collection_to_string_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698