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

Unified Diff: tests/language/language.status

Issue 2125563002: Update statuses for failing tests (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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/html/html.status ('k') | 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 67520f990315a27e11e3fbaa21717b68caada6f3..18fd85ee1d9ed05920607a51b983ef1a1e7bb9db 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -5,11 +5,12 @@
# This directory contains tests that are intended to show the
# current state of the language.
-[ $compiler != none || ($runtime != vm && $runtime != dartium && $runtime != drt)]
+[ ($compiler != none && $compiler != precompiler) || ($runtime != vm && $runtime != dartium && $runtime != drt)]
arg_param_trailing_comma_test/none: Fail # Issue 26644
[ $compiler == none || $runtime == dartium && $runtime == drt ]
arg_param_trailing_comma_test/main_with_trailing: Fail, OK # Dartium only looks for main without args.
+arg_param_trailing_comma_test/none: Fail, OK # Dartium only looks for main without args.
[ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit) ]
tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner investigating
« no previous file with comments | « tests/html/html.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698