| 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 ] | 5 [ $compiler == dart2js && $csp ] |
| 6 deferred_mixin_test: RuntimeError # Issue 21863 | 6 deferred_mixin_test: RuntimeError # Issue 21863 |
| 7 | 7 |
| 8 [ $compiler == dart2js || $compiler == dart2dart ] | 8 [ $compiler == dart2js || $compiler == dart2dart ] |
| 9 symbol_literal_test/*: Fail # Issue 21825 | 9 symbol_literal_test/*: Fail # Issue 21825 |
| 10 constructor_duplicate_final_test/01: Fail # Issue 13363 | 10 constructor_duplicate_final_test/01: Fail # Issue 13363 |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 double_to_string_as_precision2_test: RuntimeError # Issue 12749 | 77 double_to_string_as_precision2_test: RuntimeError # Issue 12749 |
| 78 generic_test: RuntimeError, OK | 78 generic_test: RuntimeError, OK |
| 79 map_literal4_test: RuntimeError, OK # Checked mode required. | 79 map_literal4_test: RuntimeError, OK # Checked mode required. |
| 80 named_parameters_type_test/01: MissingRuntimeError, OK | 80 named_parameters_type_test/01: MissingRuntimeError, OK |
| 81 named_parameters_type_test/02: MissingRuntimeError, OK | 81 named_parameters_type_test/02: MissingRuntimeError, OK |
| 82 named_parameters_type_test/03: MissingRuntimeError, OK | 82 named_parameters_type_test/03: MissingRuntimeError, OK |
| 83 positional_parameters_type_test/01: MissingRuntimeError, OK | 83 positional_parameters_type_test/01: MissingRuntimeError, OK |
| 84 positional_parameters_type_test/02: MissingRuntimeError, OK | 84 positional_parameters_type_test/02: MissingRuntimeError, OK |
| 85 issue13474_test: RuntimeError, OK | 85 issue13474_test: RuntimeError, OK |
| 86 generic_field_mixin3_test: Crash # Issue 18651 | 86 generic_field_mixin3_test: Crash # Issue 18651 |
| 87 | 87 generic_instanceof4_test: RuntimeError # Issue 21969 |
| 88 | 88 |
| 89 [ $compiler == dart2js && $minified ] | 89 [ $compiler == dart2js && $minified ] |
| 90 cyclic_type_test/0*: Fail # Issue 12605 | 90 cyclic_type_test/0*: Fail # Issue 12605 |
| 91 cyclic_type2_test: Fail # Issue 12605 | 91 cyclic_type2_test: Fail # Issue 12605 |
| 92 f_bounded_quantification4_test: Fail # Issue 12605 | 92 f_bounded_quantification4_test: Fail # Issue 12605 |
| 93 f_bounded_quantification5_test: Fail # Issue 12605 | 93 f_bounded_quantification5_test: Fail # Issue 12605 |
| 94 mixin_generic_test: Fail # Issue 12605 | 94 mixin_generic_test: Fail # Issue 12605 |
| 95 mixin_mixin2_test: Fail # Issue 12605 | 95 mixin_mixin2_test: Fail # Issue 12605 |
| 96 mixin_mixin3_test: Fail # Issue 12605 | 96 mixin_mixin3_test: Fail # Issue 12605 |
| 97 mixin_mixin4_test: Fail # Issue 12605 | 97 mixin_mixin4_test: Fail # Issue 12605 |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 | 267 |
| 268 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 268 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 269 super_call4_test: Fail, OK # hardcoded names. | 269 super_call4_test: Fail, OK # hardcoded names. |
| 270 | 270 |
| 271 [ $minified ] | 271 [ $minified ] |
| 272 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 272 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 273 | 273 |
| 274 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 274 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 275 *deferred*: Skip # Issue 17458 | 275 *deferred*: Skip # Issue 17458 |
| 276 cha_deopt*: Skip # Issue 17458 | 276 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |