| Index: dart/tests/language/language_dart2js.status
|
| diff --git a/dart/tests/language/language_dart2js.status b/dart/tests/language/language_dart2js.status
|
| index f20ef65a395938f37a700af5d1a4b8e7fe7dcbfa..8d7e9e8f28307a17e613de28f857ce1d72a0434f 100644
|
| --- a/dart/tests/language/language_dart2js.status
|
| +++ b/dart/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 && $checked ]
|
| +compile_time_constant13_test/02: Crash # TODO(ahe): Testing CL to fix this.
|
| +
|
| [ $compiler == dart2js && $csp && $browser ]
|
| deferred_mixin_test: RuntimeError # Issue 21863
|
|
|
|
|