| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index ee3ef143bbd23c30f335a54ae1e9189c1190fd2c..ad95c1fdd43c2aa7e58d92b40dd3a806a1be8eea 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -5,13 +5,6 @@
|
| # This directory contains tests that are intended to show the
|
| # current state of the language.
|
|
|
| -# 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 == dart2analyzer ]
|
| -arg_param_trailing_comma_test/none: Fail # Issue 26644
|
| -
|
| [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit) ]
|
| tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner investigating
|
|
|
|
|