| 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 multiline_newline_test/04: MissingCompileTimeError # KernelVM bug: Constant eval
uation. | |
| 8 multiline_newline_test/04r: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
| 9 multiline_newline_test/05: MissingCompileTimeError # KernelVM bug: Constant eval
uation. | |
| 10 multiline_newline_test/05r: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
| 11 multiline_newline_test/06: MissingCompileTimeError # KernelVM bug: Constant eval
uation. | |
| 12 multiline_newline_test/06r: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
| 13 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. |
| 14 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. |
| 15 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. |
| 16 | 10 |
| 17 [ $compiler == dartk || $compiler == dartkp ] | 11 [ $compiler == dartk || $compiler == dartkp ] |
| 18 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 | 12 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 |
| 19 method_override_test: RuntimeError # Not triaged. | 13 method_override_test: RuntimeError # Not triaged. |
| 20 runtime_type_function_test: RuntimeError # Not triaged. | 14 runtime_type_function_test: RuntimeError # Not triaged. |
| 21 | 15 |
| 22 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. | 16 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. |
| (...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 mixin_super_bound2_test/01: RuntimeError | 394 mixin_super_bound2_test/01: RuntimeError |
| 401 mixin_super_bound_test: RuntimeError | 395 mixin_super_bound_test: RuntimeError |
| 402 msk_bound_test: RuntimeError | 396 msk_bound_test: RuntimeError |
| 403 redirecting_factory_infinite_steps_test/01: Fail | 397 redirecting_factory_infinite_steps_test/01: Fail |
| 404 redirecting_factory_malbounded_test/01: Fail | 398 redirecting_factory_malbounded_test/01: Fail |
| 405 regress_22728_test: RuntimeError | 399 regress_22728_test: RuntimeError |
| 406 regress_26133_test: RuntimeError | 400 regress_26133_test: RuntimeError |
| 407 type_parameter_test/05: MissingCompileTimeError | 401 type_parameter_test/05: MissingCompileTimeError |
| 408 type_parameter_test/none: RuntimeError | 402 type_parameter_test/none: RuntimeError |
| 409 type_variable_bounds4_test/01: RuntimeError | 403 type_variable_bounds4_test/01: RuntimeError |
| 410 | |
| 411 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ] | |
| 412 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval
uation. | |
| OLD | NEW |