| 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 deferred_not_loaded_check_test: Fail # Issue 27577 | 7 deferred_not_loaded_check_test: Fail # Issue 27577 |
| 8 getter_setter_in_lib_test: Fail # Issue 23288 | 8 getter_setter_in_lib_test: Fail # Issue 23288 |
| 9 method_name_test: Fail # issue 25574 | 9 method_name_test: Fail # issue 25574 |
| 10 setter4_test: CompileTimeError # issue 13639 | 10 setter4_test: CompileTimeError # issue 13639 |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 positional_parameters_type_test/02: MissingRuntimeError, OK | 191 positional_parameters_type_test/02: MissingRuntimeError, OK |
| 192 issue13474_test: RuntimeError, OK | 192 issue13474_test: RuntimeError, OK |
| 193 | 193 |
| 194 [ $compiler == dart2js && $unchecked && $minified ] | 194 [ $compiler == dart2js && $unchecked && $minified ] |
| 195 f_bounded_quantification5_test: Fail, OK # Issue 12605 | 195 f_bounded_quantification5_test: Fail, OK # Issue 12605 |
| 196 | 196 |
| 197 [ $compiler == dart2js && $minified ] | 197 [ $compiler == dart2js && $minified ] |
| 198 cyclic_type_test/0*: Fail # Issue 12605 | 198 cyclic_type_test/0*: Fail # Issue 12605 |
| 199 cyclic_type2_test: Fail # Issue 12605 | 199 cyclic_type2_test: Fail # Issue 12605 |
| 200 f_bounded_quantification4_test: Fail, OK # Issue 12605 | 200 f_bounded_quantification4_test: Fail, OK # Issue 12605 |
| 201 generic_closure_test: Fail # Issue 12605 |
| 201 mixin_generic_test: Fail # Issue 12605 | 202 mixin_generic_test: Fail # Issue 12605 |
| 202 mixin_mixin2_test: Fail # Issue 12605 | 203 mixin_mixin2_test: Fail # Issue 12605 |
| 203 mixin_mixin3_test: Fail # Issue 12605 | 204 mixin_mixin3_test: Fail # Issue 12605 |
| 204 mixin_mixin4_test: Fail # Issue 12605 | 205 mixin_mixin4_test: Fail # Issue 12605 |
| 205 mixin_mixin5_test: Fail # Issue 12605 | 206 mixin_mixin5_test: Fail # Issue 12605 |
| 206 mixin_mixin6_test: Fail # Issue 12605 | 207 mixin_mixin6_test: Fail # Issue 12605 |
| 207 mixin_mixin_bound_test: RuntimeError # Issue 12605 | 208 mixin_mixin_bound_test: RuntimeError # Issue 12605 |
| 208 mixin_mixin_bound2_test: RuntimeError # Issue 12605 | 209 mixin_mixin_bound2_test: RuntimeError # Issue 12605 |
| 209 symbol_conflict_test: RuntimeError # Issue 23857 | 210 symbol_conflict_test: RuntimeError # Issue 23857 |
| 210 | 211 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 225 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 | 226 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 |
| 226 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 | 227 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 |
| 227 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 | 228 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 |
| 228 metadata_test: CompileTimeError # Issue 5841 | 229 metadata_test: CompileTimeError # Issue 5841 |
| 229 infinity_test: RuntimeError # Issue 4984 | 230 infinity_test: RuntimeError # Issue 4984 |
| 230 mixin_mixin2_test: RuntimeError # Issue 13109. | 231 mixin_mixin2_test: RuntimeError # Issue 13109. |
| 231 mixin_mixin3_test: RuntimeError # Issue 13109. | 232 mixin_mixin3_test: RuntimeError # Issue 13109. |
| 232 modulo_test: RuntimeError # Issue 15246 | 233 modulo_test: RuntimeError # Issue 15246 |
| 233 truncdiv_test: RuntimeError # Issue 15246 | 234 truncdiv_test: RuntimeError # Issue 15246 |
| 234 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval). | 235 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval). |
| 235 generic_closure_test: RuntimeError # Issue 12605 | |
| 236 const_switch_test/02: RuntimeError # Issue 17960 | 236 const_switch_test/02: RuntimeError # Issue 17960 |
| 237 const_switch_test/04: RuntimeError # Issue 17960 | 237 const_switch_test/04: RuntimeError # Issue 17960 |
| 238 | 238 |
| 239 const_dynamic_type_literal_test/02: CompileTimeError # Issue 23009 | 239 const_dynamic_type_literal_test/02: CompileTimeError # Issue 23009 |
| 240 const_dynamic_type_literal_test/03: CompileTimeError # Issue 23009 | 240 const_dynamic_type_literal_test/03: CompileTimeError # Issue 23009 |
| 241 | 241 |
| 242 # Compilation errors. | 242 # Compilation errors. |
| 243 external_test/10: CompileTimeError # Issue 12887 | 243 external_test/10: CompileTimeError # Issue 12887 |
| 244 external_test/13: CompileTimeError # Issue 12887 | 244 external_test/13: CompileTimeError # Issue 12887 |
| 245 external_test/20: CompileTimeError # Issue 12887 | 245 external_test/20: CompileTimeError # Issue 12887 |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 *: Skip # `assert` not implemented | 365 *: Skip # `assert` not implemented |
| 366 | 366 |
| 367 [ $compiler == dart2js && $host_checked ] | 367 [ $compiler == dart2js && $host_checked ] |
| 368 regress_26855_test/1: Crash # Issue 26867 | 368 regress_26855_test/1: Crash # Issue 26867 |
| 369 regress_26855_test/2: Crash # Issue 26867 | 369 regress_26855_test/2: Crash # Issue 26867 |
| 370 regress_26855_test/3: Crash # Issue 26867 | 370 regress_26855_test/3: Crash # Issue 26867 |
| 371 regress_26855_test/4: Crash # Issue 26867 | 371 regress_26855_test/4: Crash # Issue 26867 |
| 372 | 372 |
| 373 [ $compiler != dart2analyzer] | 373 [ $compiler != dart2analyzer] |
| 374 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status | 374 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status |
| OLD | NEW |