| 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 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
| 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
| 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 | 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 |
| 9 | 9 |
| 10 async_star_test/02: RuntimeError # 22853 | 10 async_star_test/02: RuntimeError # 22853 |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 generic_test: RuntimeError, OK | 102 generic_test: RuntimeError, OK |
| 103 map_literal4_test: RuntimeError, OK # Checked mode required. | 103 map_literal4_test: RuntimeError, OK # Checked mode required. |
| 104 named_parameters_type_test/01: MissingRuntimeError, OK | 104 named_parameters_type_test/01: MissingRuntimeError, OK |
| 105 named_parameters_type_test/02: MissingRuntimeError, OK | 105 named_parameters_type_test/02: MissingRuntimeError, OK |
| 106 named_parameters_type_test/03: MissingRuntimeError, OK | 106 named_parameters_type_test/03: MissingRuntimeError, OK |
| 107 positional_parameters_type_test/01: MissingRuntimeError, OK | 107 positional_parameters_type_test/01: MissingRuntimeError, OK |
| 108 positional_parameters_type_test/02: MissingRuntimeError, OK | 108 positional_parameters_type_test/02: MissingRuntimeError, OK |
| 109 issue13474_test: RuntimeError, OK | 109 issue13474_test: RuntimeError, OK |
| 110 generic_field_mixin3_test: Crash # Issue 18651 | 110 generic_field_mixin3_test: Crash # Issue 18651 |
| 111 | 111 |
| 112 [ $compiler == dart2js && $unchecked && $minified ] |
| 113 f_bounded_quantification5_test: Fail, OK # Issue 12605 |
| 114 |
| 112 [ $compiler == dart2js && $minified ] | 115 [ $compiler == dart2js && $minified ] |
| 113 cyclic_type_test/0*: Fail # Issue 12605 | 116 cyclic_type_test/0*: Fail # Issue 12605 |
| 114 cyclic_type2_test: Fail # Issue 12605 | 117 cyclic_type2_test: Fail # Issue 12605 |
| 115 f_bounded_quantification4_test: Fail # Issue 12605 | 118 f_bounded_quantification4_test: Fail, OK # Issue 12605 |
| 116 f_bounded_quantification5_test: Fail # Issue 12605 | |
| 117 mixin_generic_test: Fail # Issue 12605 | 119 mixin_generic_test: Fail # Issue 12605 |
| 118 mixin_mixin2_test: Fail # Issue 12605 | 120 mixin_mixin2_test: Fail # Issue 12605 |
| 119 mixin_mixin3_test: Fail # Issue 12605 | 121 mixin_mixin3_test: Fail # Issue 12605 |
| 120 mixin_mixin4_test: Fail # Issue 12605 | 122 mixin_mixin4_test: Fail # Issue 12605 |
| 121 mixin_mixin5_test: Fail # Issue 12605 | 123 mixin_mixin5_test: Fail # Issue 12605 |
| 122 mixin_mixin6_test: Fail # Issue 12605 | 124 mixin_mixin6_test: Fail # Issue 12605 |
| 123 mixin_mixin_bound_test: RuntimeError # Issue 12605 | 125 mixin_mixin_bound_test: RuntimeError # Issue 12605 |
| 124 mixin_mixin_bound2_test: RuntimeError # Issue 12605 | 126 mixin_mixin_bound2_test: RuntimeError # Issue 12605 |
| 125 | 127 |
| 126 [ $compiler == dart2js ] | 128 [ $compiler == dart2js ] |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 287 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 286 regress_21795_test: RuntimeError # Issue 12605 | 288 regress_21795_test: RuntimeError # Issue 12605 |
| 287 | 289 |
| 288 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 290 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 289 # Detection of d8 runtime does not work on Windows so the runtime result is | 291 # Detection of d8 runtime does not work on Windows so the runtime result is |
| 290 # unreliable; at the time of writing, 32 passed, 31 failed with runtime error. | 292 # unreliable; at the time of writing, 32 passed, 31 failed with runtime error. |
| 291 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. | 293 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. |
| 292 *deferred*: Pass,RuntimeError # Issue 17458 | 294 *deferred*: Pass,RuntimeError # Issue 17458 |
| 293 cha_deopt*: Pass,RuntimeError # Issue 17458 | 295 cha_deopt*: Pass,RuntimeError # Issue 17458 |
| 294 regress_22443_test: Pass,RuntimeError # Issue 17458 | 296 regress_22443_test: Pass,RuntimeError # Issue 17458 |
| OLD | NEW |