| 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 && $csp && $browser ] | 5 [ $compiler == dart2js && $csp && $browser ] |
| 6 deferred_mixin_test: RuntimeError # Issue 21863 | 6 deferred_mixin_test: RuntimeError # Issue 21863 |
| 7 | 7 |
| 8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
| 9 async_control_structures_test: CompileTimeError # Issue 21411 | 9 async_control_structures_test: CompileTimeError # Issue 21411 |
| 10 async_test/none: CompileTimeError # Issue 21411 | 10 async_test/none: CompileTimeError # Issue 21411 |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 assertion_test: RuntimeError # Issue 12748 | 91 assertion_test: RuntimeError # Issue 12748 |
| 92 generic_test: RuntimeError, OK | 92 generic_test: RuntimeError, OK |
| 93 map_literal4_test: RuntimeError, OK # Checked mode required. | 93 map_literal4_test: RuntimeError, OK # Checked mode required. |
| 94 named_parameters_type_test/01: MissingRuntimeError, OK | 94 named_parameters_type_test/01: MissingRuntimeError, OK |
| 95 named_parameters_type_test/02: MissingRuntimeError, OK | 95 named_parameters_type_test/02: MissingRuntimeError, OK |
| 96 named_parameters_type_test/03: MissingRuntimeError, OK | 96 named_parameters_type_test/03: MissingRuntimeError, OK |
| 97 positional_parameters_type_test/01: MissingRuntimeError, OK | 97 positional_parameters_type_test/01: MissingRuntimeError, OK |
| 98 positional_parameters_type_test/02: MissingRuntimeError, OK | 98 positional_parameters_type_test/02: MissingRuntimeError, OK |
| 99 issue13474_test: RuntimeError, OK | 99 issue13474_test: RuntimeError, OK |
| 100 generic_field_mixin3_test: Crash # Issue 18651 | 100 generic_field_mixin3_test: Crash # Issue 18651 |
| 101 generic_instanceof4_test: RuntimeError # Issue 21969 | |
| 102 | 101 |
| 103 [ $compiler == dart2js && $minified ] | 102 [ $compiler == dart2js && $minified ] |
| 104 cyclic_type_test/0*: Fail # Issue 12605 | 103 cyclic_type_test/0*: Fail # Issue 12605 |
| 105 cyclic_type2_test: Fail # Issue 12605 | 104 cyclic_type2_test: Fail # Issue 12605 |
| 106 f_bounded_quantification4_test: Fail # Issue 12605 | 105 f_bounded_quantification4_test: Fail # Issue 12605 |
| 107 f_bounded_quantification5_test: Fail # Issue 12605 | 106 f_bounded_quantification5_test: Fail # Issue 12605 |
| 108 mixin_generic_test: Fail # Issue 12605 | 107 mixin_generic_test: Fail # Issue 12605 |
| 109 mixin_mixin2_test: Fail # Issue 12605 | 108 mixin_mixin2_test: Fail # Issue 12605 |
| 110 mixin_mixin3_test: Fail # Issue 12605 | 109 mixin_mixin3_test: Fail # Issue 12605 |
| 111 mixin_mixin4_test: Fail # Issue 12605 | 110 mixin_mixin4_test: Fail # Issue 12605 |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 272 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 274 super_call4_test: Fail, OK # hardcoded names. | 273 super_call4_test: Fail, OK # hardcoded names. |
| 275 | 274 |
| 276 [ $minified ] | 275 [ $minified ] |
| 277 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 276 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 278 regress_21795_test: RuntimeError # Issue 12605 | 277 regress_21795_test: RuntimeError # Issue 12605 |
| 279 | 278 |
| 280 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 279 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 281 *deferred*: Skip # Issue 17458 | 280 *deferred*: Skip # Issue 17458 |
| 282 cha_deopt*: Skip # Issue 17458 | 281 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |