Chromium Code Reviews| Index: tests/language/language_dart2js.status |
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status |
| index 63993817dce29053580be84abf280600fdfa0e5d..caa432d44b93a748a51d9288372b5928c2f0ca60 100644 |
| --- a/tests/language/language_dart2js.status |
| +++ b/tests/language/language_dart2js.status |
| @@ -2,14 +2,12 @@ |
| # 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 && $minified ] |
|
sigurdm
2015/02/09 16:28:47
Thanks!
|
| +[ $compiler == dart2js && $minified ] |
| await_future_test: Timeout # Issue 22328 |
| [ $compiler == dart2js ] |
| sync_generator1_test: RuntimeError # Issue 22323 |
| syncstar_yield_test/copyParameters: RuntimeError # Issue 22322 |
| -async_await_syntax_test/a03b: CompileTimeError # Issue 22234 |
| -async_await_syntax_test/a04c: CompileTimeError # Issue 22234 |
| sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
| sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
| sync_generator2_test/10: MissingCompileTimeError # Issue 22324 |
| @@ -233,8 +231,6 @@ sync_generator2_test/20: MissingCompileTimeError # Issue 22324 |
| sync_generator2_test/30: MissingCompileTimeError # Issue 22324 |
| sync_generator2_test/51: MissingCompileTimeError # Issue 22324 |
| sync_generator2_test/52: MissingCompileTimeError # Issue 22324 |
| -async_await_syntax_test/a03b: CompileTimeError # Issue 22234 |
| -async_await_syntax_test/a04c: CompileTimeError # Issue 22234 |
| await_for_cancel_test: RuntimeError # Issue 21404 |