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

Unified Diff: tests/language/language.status

Issue 2068003002: dart2js: allow trailing commas in parameter and argument lists (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: respond to comments 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/language/arg_param_trailing_comma_test.dart ('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 03fd476165f6a284f9c08aae879297d4f7d36bcf..ee3ef143bbd23c30f335a54ae1e9189c1190fd2c 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -7,8 +7,9 @@
# Trailing commas are so far supported by:
# - The VM (vm, dartium, drt, precompiler+dart_precompiled)
+# - dart2js
# Remaining targets still fail on arg_param_trailing_comma_test/none.
-[($compiler != none && $compiler != precompiler) || ($runtime != vm && $runtime != dartium && $runtime != drt && $runtime != dart_precompiled)]
+[ $compiler == dart2analyzer ]
arg_param_trailing_comma_test/none: Fail # Issue 26644
[ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit) ]
« no previous file with comments | « tests/language/arg_param_trailing_comma_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698