Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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 [ !$checked && ($compiler == dartk || $compiler == dartkp) ] | 5 [ !$checked && ($compiler == dartk || $compiler == dartkp) ] |
| 6 | 6 |
| 7 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # F asta/KernelVM bug: Deferred loading kernel issue 28335. | 7 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # F asta/KernelVM bug: Deferred loading kernel issue 28335. |
| 8 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. | 8 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. |
| 9 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. | 9 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. |
| 10 | 10 |
| (...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 268 mixin_invalid_bound_test/07: Fail | 268 mixin_invalid_bound_test/07: Fail |
| 269 mixin_super_bound2_test/01: RuntimeError | 269 mixin_super_bound2_test/01: RuntimeError |
| 270 mixin_super_bound_test: RuntimeError | 270 mixin_super_bound_test: RuntimeError |
| 271 msk_bound_test: RuntimeError | 271 msk_bound_test: RuntimeError |
| 272 redirecting_factory_infinite_steps_test/01: Fail | 272 redirecting_factory_infinite_steps_test/01: Fail |
| 273 redirecting_factory_malbounded_test/01: Fail | 273 redirecting_factory_malbounded_test/01: Fail |
| 274 regress_22728_test: RuntimeError | 274 regress_22728_test: RuntimeError |
| 275 regress_26133_test: RuntimeError | 275 regress_26133_test: RuntimeError |
| 276 type_parameter_test/05: MissingCompileTimeError | 276 type_parameter_test/05: MissingCompileTimeError |
| 277 type_parameter_test/none: RuntimeError | 277 type_parameter_test/none: RuntimeError |
| 278 type_variable_bounds4_test/01: RuntimeError | |
|
eernst
2017/09/04 17:04:59
Lost coverage: don't delete.
| |
| OLD | NEW |