| 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 getter_setter_in_lib_test: Fail # Issue 23288 | 6 getter_setter_in_lib_test: Fail # Issue 23288 |
| 7 method_name_test: Fail # issue 25574 | 7 method_name_test: Fail # issue 25574 |
| 8 setter4_test: CompileTimeError # issue 13639 | 8 setter4_test: CompileTimeError # issue 13639 |
| 9 | 9 |
| 10 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 10 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 # uses '--categories=all'). | 29 # uses '--categories=all'). |
| 30 library_env_test/has_no_html_support: RuntimeError, OK | 30 library_env_test/has_no_html_support: RuntimeError, OK |
| 31 library_env_test/has_no_io_support: RuntimeError, OK | 31 library_env_test/has_no_io_support: RuntimeError, OK |
| 32 library_env_test/has_no_mirror_support: RuntimeError, OK | 32 library_env_test/has_no_mirror_support: RuntimeError, OK |
| 33 | 33 |
| 34 accessor_conflict_import2_test: RuntimeError # Issue 25626 | 34 accessor_conflict_import2_test: RuntimeError # Issue 25626 |
| 35 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 | 35 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 |
| 36 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 | 36 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 |
| 37 accessor_conflict_import_test: RuntimeError # Issue 25626 | 37 accessor_conflict_import_test: RuntimeError # Issue 25626 |
| 38 | 38 |
| 39 duplicate_part_test/01: MissingCompileTimeError # Issue 27517 |
| 40 |
| 39 [ $compiler == dart2js && $fast_startup ] | 41 [ $compiler == dart2js && $fast_startup ] |
| 40 const_evaluation_test/*: Fail # mirrors not supported | 42 const_evaluation_test/*: Fail # mirrors not supported |
| 41 deferred_constraints_constants_test/none: Fail # mirrors not supported | 43 deferred_constraints_constants_test/none: Fail # mirrors not supported |
| 42 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup
ported | 44 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup
ported |
| 43 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th
e wrong reason | 45 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th
e wrong reason |
| 44 enum_mirror_test: Fail # mirrors not supported | 46 enum_mirror_test: Fail # mirrors not supported |
| 45 field_increment_bailout_test: Fail # mirrors not supported | 47 field_increment_bailout_test: Fail # mirrors not supported |
| 46 instance_creation_in_function_annotation_test: Fail # mirrors not supported | 48 instance_creation_in_function_annotation_test: Fail # mirrors not supported |
| 47 invocation_mirror2_test: Fail # mirrors not supported | 49 invocation_mirror2_test: Fail # mirrors not supported |
| 48 invocation_mirror_invoke_on2_test: Fail # mirrors not supported | 50 invocation_mirror_invoke_on2_test: Fail # mirrors not supported |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 try_finally_regress_25333_test: Crash # Issue 24485 | 361 try_finally_regress_25333_test: Crash # Issue 24485 |
| 360 | 362 |
| 361 [ $compiler == dart2js && $cps_ir && $checked ] | 363 [ $compiler == dart2js && $cps_ir && $checked ] |
| 362 *: Skip # `assert` not implemented | 364 *: Skip # `assert` not implemented |
| 363 | 365 |
| 364 [ $compiler == dart2js && $host_checked ] | 366 [ $compiler == dart2js && $host_checked ] |
| 365 regress_26855_test/1: Crash # Issue 26867 | 367 regress_26855_test/1: Crash # Issue 26867 |
| 366 regress_26855_test/2: Crash # Issue 26867 | 368 regress_26855_test/2: Crash # Issue 26867 |
| 367 regress_26855_test/3: Crash # Issue 26867 | 369 regress_26855_test/3: Crash # Issue 26867 |
| 368 regress_26855_test/4: Crash # Issue 26867 | 370 regress_26855_test/4: Crash # Issue 26867 |
| OLD | NEW |