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

Unified Diff: tests/language/language.status

Issue 2627873002: VM: [Kernel] Fix remaining issues with kernel-based async/await implementation (Closed)
Patch Set: Run dartfmt Created 3 years, 11 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 | « tests/co19/co19-kernel.status ('k') | tests/language/language_kernel.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 5c8fcb504e86c3b05a4c085ba23dd44150c63785..7afb6f738b8ba05f162a16609ce167e23530779c 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -5,13 +5,15 @@
# This directory contains tests that are intended to show the
# current state of the language.
+[ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
+async_star_cancel_while_paused_test: RuntimeError
+# This is OK for now, but we may want to change the semantics to match the test.
+async_star_pause_test: Fail, OK
kustermann 2017/01/11 10:15:04 These 2 tests were failed before by the VM and sin
+
[ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
# Other issues:
generic_methods_type_expression_test: RuntimeError # Issue 25869
-# This is OK for now, but we may want to change the semantics to match the test.
-async_star_pause_test: Fail, OK
-
# These tests are skipped in the VM because it has "--supermixin"
# functionality enabled unconditionally. The tests should be removed
# once the same is true for analyzer (#24478) and dart2js (#23773)
@@ -46,7 +48,6 @@ cyclic_type2_test: Fail, OK
least_upper_bound_expansive_test/*: Fail, OK
async_star_regression_2238_test: CompileTimeError, RuntimeError # drt only runtime-errs.
-async_star_cancel_while_paused_test: RuntimeError
# Fails because `as T` is an error rather than being treated like `as dynamic`.
generic_methods_type_expression_test: RuntimeError # Issue 27460
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698