| 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 enum_test: Fail # Issue 28340 |
| 7 regress_28341_test: Fail # Issue 28340 | 7 regress_28341_test: Fail # Issue 28340 |
| 8 deferred_not_loaded_check_test: Fail # Issue 27577 | 8 deferred_not_loaded_check_test: Fail # Issue 27577 |
| 9 getter_setter_in_lib_test: Fail # Issue 23288 | 9 getter_setter_in_lib_test: Fail # Issue 23288 |
| 10 method_name_test: Fail # issue 25574 | 10 method_name_test: Fail # issue 25574 |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 library_env_test/has_no_mirror_support: RuntimeError, OK | 30 library_env_test/has_no_mirror_support: RuntimeError, OK |
| 31 | 31 |
| 32 accessor_conflict_import2_test: RuntimeError # Issue 25626 | 32 accessor_conflict_import2_test: RuntimeError # Issue 25626 |
| 33 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 | 33 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 |
| 34 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 | 34 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 |
| 35 accessor_conflict_import_test: RuntimeError # Issue 25626 | 35 accessor_conflict_import_test: RuntimeError # Issue 25626 |
| 36 | 36 |
| 37 duplicate_part_test/01: MissingCompileTimeError # Issue 27517 | 37 duplicate_part_test/01: MissingCompileTimeError # Issue 27517 |
| 38 | 38 |
| 39 bad_typedef_test/00: Crash # Issue 28214 | 39 bad_typedef_test/00: Crash # Issue 28214 |
| 40 generic_function_typedef2_test/00: Crash # Issue 28214 | |
| 41 generic_function_typedef2_test/01: Crash # Issue 28214 | |
| 42 generic_function_typedef2_test/02: Crash # Issue 28214 | |
| 43 generic_function_typedef2_test/03: Crash # Issue 28214 | |
| 44 generic_function_typedef2_test/05: Crash # Issue 28214 | |
| 45 generic_function_typedef2_test/06: Crash # Issue 28214 | |
| 46 | 40 |
| 47 covariant_test/02: MissingCompileTimeError, OK # Accepts `covariant` for statics
/top-level. | 41 covariant_test/02: MissingCompileTimeError, OK # Accepts `covariant` for statics
/top-level. |
| 48 covariant_test/08: MissingCompileTimeError, OK # Accepts `covariant` for statics
/top-level. | 42 covariant_test/08: MissingCompileTimeError, OK # Accepts `covariant` for statics
/top-level. |
| 49 covariant_test/12: MissingCompileTimeError, OK # Accepts `covariant` for statics
/top-level. | 43 covariant_test/12: MissingCompileTimeError, OK # Accepts `covariant` for statics
/top-level. |
| 50 covariant_test/14: MissingCompileTimeError, OK # Accepts `covariant` for statics
/top-level. | 44 covariant_test/14: MissingCompileTimeError, OK # Accepts `covariant` for statics
/top-level. |
| 51 covariant_test/16: MissingCompileTimeError, OK # Accepts `covariant` for statics
/top-level. | 45 covariant_test/16: MissingCompileTimeError, OK # Accepts `covariant` for statics
/top-level. |
| 52 covariant_test/22: MissingCompileTimeError, OK # Accepts `covariant` for statics
/top-level. | 46 covariant_test/22: MissingCompileTimeError, OK # Accepts `covariant` for statics
/top-level. |
| 53 covariant_test/28: MissingCompileTimeError, OK # Accepts `covariant` for statics
/top-level. | 47 covariant_test/28: MissingCompileTimeError, OK # Accepts `covariant` for statics
/top-level. |
| 54 covariant_test/32: MissingCompileTimeError, OK # Accepts `covariant` for statics
/top-level. | 48 covariant_test/32: MissingCompileTimeError, OK # Accepts `covariant` for statics
/top-level. |
| 55 covariant_test/34: MissingCompileTimeError, OK # Accepts `covariant` for statics
/top-level. | 49 covariant_test/34: MissingCompileTimeError, OK # Accepts `covariant` for statics
/top-level. |
| (...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 746 factory_redirection_test/02: Crash # Issue 27394 | 740 factory_redirection_test/02: Crash # Issue 27394 |
| 747 factory_redirection_test/03: Crash # Issue 27394 | 741 factory_redirection_test/03: Crash # Issue 27394 |
| 748 mixin_cyclic_test/02: Crash # Issue 27394 | 742 mixin_cyclic_test/02: Crash # Issue 27394 |
| 749 mixin_illegal_cycles_test/01: Crash # Issue 27394 | 743 mixin_illegal_cycles_test/01: Crash # Issue 27394 |
| 750 mixin_illegal_cycles_test/05: Crash # Issue 27394 | 744 mixin_illegal_cycles_test/05: Crash # Issue 27394 |
| 751 named_parameters_test/01: Crash # Issue 27394 | 745 named_parameters_test/01: Crash # Issue 27394 |
| 752 named_parameters_test/03: Crash # Issue 27394 | 746 named_parameters_test/03: Crash # Issue 27394 |
| 753 named_parameters_test/05: Crash # Issue 27394 | 747 named_parameters_test/05: Crash # Issue 27394 |
| 754 named_parameters_test/07: Crash # Issue 27394 | 748 named_parameters_test/07: Crash # Issue 27394 |
| 755 named_parameters_test/09: Crash # Issue 27394 | 749 named_parameters_test/09: Crash # Issue 27394 |
| OLD | NEW |