| 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 921 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 932 factory_redirection_test/03: Crash # Issue 27394 | 932 factory_redirection_test/03: Crash # Issue 27394 |
| 933 mixin_cyclic_test/02: Crash # Issue 27394 | 933 mixin_cyclic_test/02: Crash # Issue 27394 |
| 934 mixin_illegal_cycles_test/01: Crash # Issue 27394 | 934 mixin_illegal_cycles_test/01: Crash # Issue 27394 |
| 935 mixin_illegal_cycles_test/05: Crash # Issue 27394 | 935 mixin_illegal_cycles_test/05: Crash # Issue 27394 |
| 936 named_parameters_test/01: Crash # Issue 27394 | 936 named_parameters_test/01: Crash # Issue 27394 |
| 937 named_parameters_test/03: Crash # Issue 27394 | 937 named_parameters_test/03: Crash # Issue 27394 |
| 938 named_parameters_test/05: Crash # Issue 27394 | 938 named_parameters_test/05: Crash # Issue 27394 |
| 939 named_parameters_test/07: Crash # Issue 27394 | 939 named_parameters_test/07: Crash # Issue 27394 |
| 940 named_parameters_test/09: Crash # Issue 27394 | 940 named_parameters_test/09: Crash # Issue 27394 |
| 941 | 941 |
| 942 [ $compiler == dart2js && $runtime == d8 && $host_checked ] | 942 [ $compiler == dart2js && $runtime == d8 && $host_checked == false && $checked ] |
| 943 mixin_type_parameter6_test: RuntimeError #29441 |
| 944 |
| 945 [ $compiler == dart2js && $runtime == d8 && $host_checked && $checked ] |
| 943 mixin_type_parameter6_test: Crash #29441 | 946 mixin_type_parameter6_test: Crash #29441 |
| OLD | NEW |