| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 [ $compiler == dart2js ] | 5 [ $compiler == dart2js ] |
| 6 enum_test: Fail # Issue 28340 |
| 6 deferred_not_loaded_check_test: Fail # Issue 27577 | 7 deferred_not_loaded_check_test: Fail # Issue 27577 |
| 7 getter_setter_in_lib_test: Fail # Issue 23288 | 8 getter_setter_in_lib_test: Fail # Issue 23288 |
| 8 method_name_test: Fail # issue 25574 | 9 method_name_test: Fail # issue 25574 |
| 9 setter4_test: CompileTimeError # issue 13639 | 10 setter4_test: CompileTimeError # issue 13639 |
| 10 | 11 |
| 11 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 12 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| 12 | 13 |
| 13 try_catch_on_syntax_test/10: Fail # Issue 19823 | 14 try_catch_on_syntax_test/10: Fail # Issue 19823 |
| 14 try_catch_on_syntax_test/11: Fail # Issue 19823 | 15 try_catch_on_syntax_test/11: Fail # Issue 19823 |
| 15 | 16 |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 *: Skip # `assert` not implemented | 359 *: Skip # `assert` not implemented |
| 359 | 360 |
| 360 [ $compiler == dart2js && $host_checked ] | 361 [ $compiler == dart2js && $host_checked ] |
| 361 regress_26855_test/1: Crash # Issue 26867 | 362 regress_26855_test/1: Crash # Issue 26867 |
| 362 regress_26855_test/2: Crash # Issue 26867 | 363 regress_26855_test/2: Crash # Issue 26867 |
| 363 regress_26855_test/3: Crash # Issue 26867 | 364 regress_26855_test/3: Crash # Issue 26867 |
| 364 regress_26855_test/4: Crash # Issue 26867 | 365 regress_26855_test/4: Crash # Issue 26867 |
| 365 | 366 |
| 366 [ $compiler != dart2analyzer] | 367 [ $compiler != dart2analyzer] |
| 367 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status | 368 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status |
| OLD | NEW |