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

Unified Diff: tests/language/language.status

Issue 999633005: More status file updates for async tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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
« no previous file with comments | « no previous file | tests/language/language_dart2js.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 13dd7d75557ab0501198dc501fdd97eb2a52c7a1..3f6c8b6dc5004755b074de69a155d149c24bb645 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -33,8 +33,6 @@ enum_mirror_test: Skip # Issue 11511.
override_inheritance_mixed_test/08: Fail # Issue 18124
override_inheritance_mixed_test/09: Fail # Issue 18124
-async_await_test/03: RuntimeError
-
[ $compiler == none || $compiler == dart2dart ]
# Non-contractive types are not supported in the vm.
cyclic_type_test/02: Fail, OK
@@ -43,6 +41,12 @@ cyclic_type2_test: Fail, OK
least_upper_bound_expansive_test/*: Fail, OK
async_throw_in_catch_test: Crash, RuntimeError # Issue 21404 or it could be a test error
+async_star_test/01: CompileTimeError, RuntimeError # drt only runtime-errs.
+async_star_test/02: RuntimeError
+async_star_test/03: RuntimeError
+async_star_test/04: RuntimeError
+async_star_test/05: Timeout
+
[ $compiler == none && ($runtime == drt || $runtime == dartium|| $runtime == ContentShellOnAndroid) ]
async_throw_in_catch_test: Timeout, Fail # Issue 21404 or it could be a test error
@@ -60,13 +64,6 @@ dynamic_prefix_core_test/01: RuntimeError # Issue 12478
dynamic_prefix_core_test/none: Fail # Issue 12478
export_ambiguous_main_negative_test: Fail # Issue 14763
-[ $runtime == vm || $runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid ]
-async_star_test/01: CompileTimeError
-async_star_test/02: RuntimeError
-async_star_test/03: RuntimeError
-async_star_test/04: RuntimeError
-async_star_test/05: Timeout
-
[ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid) && $unchecked ]
assertion_test: Fail # Issue 13719: Please triage this failure.
generic_test: Fail # Issue 13719: Please triage this failure.
« no previous file with comments | « no previous file | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698