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

Unified Diff: tests/language/language.status

Issue 2919603003: Fix .status again. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | no next file » | 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 ecfa7d6de361e503805c26c76e7ec41da19ac338..6eb2eff95a23690abb37651b184715f4524df857 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -14,9 +14,6 @@ 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
-[ $compiler == dartk ]
-const_native_factory_test/01: MissingCompileTimeError # Issue 29763
-
# 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)
@@ -49,6 +46,9 @@ least_upper_bound_expansive_test/*: Fail, OK
# Skipped temporarily until fixed
vm/regress_29145_test: Skip # Issue 29145
+[ $compiler == dartk ]
+const_native_factory_test/01: MissingCompileTimeError # Issue 29763
+
[ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
dynamic_prefix_core_test/01: RuntimeError # Issue 12478
multiline_strings_test: Fail # Issue 23020
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698