| 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 multiline_newline_test/03: CompileTimeError # Issue 23888 | 152 multiline_newline_test/03: CompileTimeError # Issue 23888 |
| 153 multiline_newline_test/04: MissingCompileTimeError # Issue 23888 | 153 multiline_newline_test/04: MissingCompileTimeError # Issue 23888 |
| 154 multiline_newline_test/05: MissingCompileTimeError # Issue 23888 | 154 multiline_newline_test/05: MissingCompileTimeError # Issue 23888 |
| 155 multiline_newline_test/06: MissingCompileTimeError # Issue 23888 | 155 multiline_newline_test/06: MissingCompileTimeError # Issue 23888 |
| 156 multiline_newline_test/none: RuntimeError # Issue 23888 | 156 multiline_newline_test/none: RuntimeError # Issue 23888 |
| 157 | 157 |
| 158 [ $compiler == dart2js && $checked ] | 158 [ $compiler == dart2js && $checked ] |
| 159 async_return_types_test/nestedFuture: Fail # Issue 26429 | 159 async_return_types_test/nestedFuture: Fail # Issue 26429 |
| 160 async_return_types_test/wrongTypeParameter: Fail # Issue 26429 | 160 async_return_types_test/wrongTypeParameter: Fail # Issue 26429 |
| 161 regress_26133_test: RuntimeError # Issue 26429 | 161 regress_26133_test: RuntimeError # Issue 26429 |
| 162 regress_29405_test: Fail # Issue 29422 |
| 162 type_variable_bounds_test/02: Fail # Issue 12702 | 163 type_variable_bounds_test/02: Fail # Issue 12702 |
| 163 type_variable_bounds2_test/01: Fail # Issue 12702 | 164 type_variable_bounds2_test/01: Fail # Issue 12702 |
| 164 type_variable_bounds2_test/04: Fail # Issue 12702 | 165 type_variable_bounds2_test/04: Fail # Issue 12702 |
| 165 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). | 166 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). |
| 166 type_variable_bounds3_test/00: Fail # Issue 12702 | 167 type_variable_bounds3_test/00: Fail # Issue 12702 |
| 167 closure_type_test: Fail # Issue 12745 | 168 closure_type_test: Fail # Issue 12745 |
| 168 malbounded_redirecting_factory_test/02: Fail # Issue 12825 | 169 malbounded_redirecting_factory_test/02: Fail # Issue 12825 |
| 169 malbounded_redirecting_factory_test/03: Fail # Issue 12825 | 170 malbounded_redirecting_factory_test/03: Fail # Issue 12825 |
| 170 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 | 171 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 |
| 171 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 | 172 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 |
| (...skipping 758 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 930 factory_redirection_test/02: Crash # Issue 27394 | 931 factory_redirection_test/02: Crash # Issue 27394 |
| 931 factory_redirection_test/03: Crash # Issue 27394 | 932 factory_redirection_test/03: Crash # Issue 27394 |
| 932 mixin_cyclic_test/02: Crash # Issue 27394 | 933 mixin_cyclic_test/02: Crash # Issue 27394 |
| 933 mixin_illegal_cycles_test/01: Crash # Issue 27394 | 934 mixin_illegal_cycles_test/01: Crash # Issue 27394 |
| 934 mixin_illegal_cycles_test/05: Crash # Issue 27394 | 935 mixin_illegal_cycles_test/05: Crash # Issue 27394 |
| 935 named_parameters_test/01: Crash # Issue 27394 | 936 named_parameters_test/01: Crash # Issue 27394 |
| 936 named_parameters_test/03: Crash # Issue 27394 | 937 named_parameters_test/03: Crash # Issue 27394 |
| 937 named_parameters_test/05: Crash # Issue 27394 | 938 named_parameters_test/05: Crash # Issue 27394 |
| 938 named_parameters_test/07: Crash # Issue 27394 | 939 named_parameters_test/07: Crash # Issue 27394 |
| 939 named_parameters_test/09: Crash # Issue 27394 | 940 named_parameters_test/09: Crash # Issue 27394 |
| OLD | NEW |