| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index 796cb15f230cc85efe519c7b56f6c05c56014630..7eedc76c876fdb7ff4ea8369b22c53de842a0934 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -2,6 +2,9 @@
|
| # for details. All rights reserved. Use of this source code is governed by a
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| +[ $compiler == dart2js && $csp ]
|
| +deferred_mixin_test: RuntimeError # Issue 21863
|
| +
|
| [ $compiler == dart2js || $compiler == dart2dart ]
|
| symbol_literal_test/*: Fail # Issue 21825
|
| constructor_duplicate_final_test/01: Fail # Issue 13363
|
|
|