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

Unified Diff: dart/tests/corelib/corelib.status

Issue 109893004: Attempt to deflake our status files (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years 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: dart/tests/corelib/corelib.status
diff --git a/dart/tests/corelib/corelib.status b/dart/tests/corelib/corelib.status
index 944143f8eeaca03d398edc38e145592649851bb9..b22c42612215925c261befe60a30aecbe5c57dd6 100644
--- a/dart/tests/corelib/corelib.status
+++ b/dart/tests/corelib/corelib.status
@@ -47,8 +47,8 @@ unicode_test: Fail # Bug 6706
compare_to2_test: Fail # Bug 4018
symbol_test/01: Fail, Pass # bug 11669
-symbol_test/02: Fail, Pass # bug 11669
-symbol_test/03: Fail, Pass # bug 11669
+symbol_test/02: MissingCompileTimeError # bug 11669
+symbol_test/03: MissingCompileTimeError # bug 11669
[ $compiler == none || $compiler == dart2dart ]
symbol_test/none: Fail # bug 11669
@@ -122,24 +122,12 @@ list_insert_test: fail
list_removeat_test: fail
symbol_test/01: fail # test issue 13730; It is static type warning if "const" instance creation argument type is not compatible with parameter type
-[ $arch == arm ]
-collection_to_string_test: Pass, Crash # Issue: 11207
-
-[ $arch == simarm && $mode == debug ]
-collection_to_string_test: Pass, Crash # Issue: 11207
-
[ $arch == simmips ]
int_parse_radix_test: Skip # Timeout
-[ $arch == simmips && $checked ]
-collection_length_test: Pass, Timeout
-
[ $arch == simarm && $checked ]
num_parse_test: Pass, Timeout
-[ $arch == simmips && $mode == debug ]
-collection_to_string_test: Pass, Crash # Issue: 11207
-
[ $compiler == dartanalyzer || $compiler == dart2analyzer ]
error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose.
iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.

Powered by Google App Engine
This is Rietveld 408576698