| 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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 const_locals_test: RuntimeError | 192 const_locals_test: RuntimeError |
| 193 const_string_test: RuntimeError | 193 const_string_test: RuntimeError |
| 194 const_syntax_test/08: MissingCompileTimeError | 194 const_syntax_test/08: MissingCompileTimeError |
| 195 ct_const2_test: Pass, Crash # Flaky | 195 ct_const2_test: Pass, Crash # Flaky |
| 196 hello_dart_test: Crash | 196 hello_dart_test: Crash |
| 197 library_env_test/has_no_mirror_support: RuntimeError | 197 library_env_test/has_no_mirror_support: RuntimeError |
| 198 redirecting_factory_reflection_test: Crash | 198 redirecting_factory_reflection_test: Crash |
| 199 redirecting_factory_reflection_test: RuntimeError | 199 redirecting_factory_reflection_test: RuntimeError |
| 200 setter_declaration2_negative_test: DartkCrash | 200 setter_declaration2_negative_test: DartkCrash |
| 201 setter_declaration_negative_test: Fail | 201 setter_declaration_negative_test: Fail |
| 202 vm/lazy_deopt_vm_test: Pass, Slow, Timeout | |
| 203 vm/optimized_stacktrace_test: Skip # Issue 28788 | |
| 204 | 202 |
| 205 # dartk: JIT failures (debug) | 203 # dartk: JIT failures (debug) |
| 206 [ $compiler == dartk && $mode == debug ] | 204 [ $compiler == dartk && $mode == debug ] |
| 207 deopt_inlined_function_lazy_test: Skip | 205 deopt_inlined_function_lazy_test: Skip |
| 208 hello_dart_test: Crash # error: expected: cls.is_type_finalized() | 206 hello_dart_test: Crash # error: expected: cls.is_type_finalized() |
| 209 vm/lazy_deopt_vm_test: Crash | |
| 210 | 207 |
| 211 # dartk: precompilation failures | 208 # dartk: precompilation failures |
| 212 [ $compiler == dartkp ] | 209 [ $compiler == dartkp ] |
| 213 const_syntax_test/08: Crash | 210 const_syntax_test/08: Crash |
| 214 final_syntax_test/09: MissingCompileTimeError | 211 final_syntax_test/09: MissingCompileTimeError |
| 215 ref_before_declaration_test/none: Crash | 212 ref_before_declaration_test/none: Crash |
| 216 setter_declaration2_negative_test: Crash | 213 setter_declaration2_negative_test: Crash |
| 217 setter_declaration_negative_test: Crash | 214 setter_declaration_negative_test: Crash |
| 218 | 215 |
| 219 # dartk: precompilation failures (debug) | 216 # dartk: precompilation failures (debug) |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 mixin_super_bound2_test/01: RuntimeError | 255 mixin_super_bound2_test/01: RuntimeError |
| 259 mixin_super_bound_test: RuntimeError | 256 mixin_super_bound_test: RuntimeError |
| 260 msk_bound_test: RuntimeError | 257 msk_bound_test: RuntimeError |
| 261 redirecting_factory_infinite_steps_test/01: Fail | 258 redirecting_factory_infinite_steps_test/01: Fail |
| 262 redirecting_factory_malbounded_test/01: Fail | 259 redirecting_factory_malbounded_test/01: Fail |
| 263 regress_22728_test: RuntimeError | 260 regress_22728_test: RuntimeError |
| 264 regress_26133_test: RuntimeError | 261 regress_26133_test: RuntimeError |
| 265 type_parameter_test/05: MissingCompileTimeError | 262 type_parameter_test/05: MissingCompileTimeError |
| 266 type_parameter_test/none: RuntimeError | 263 type_parameter_test/none: RuntimeError |
| 267 type_variable_bounds4_test/01: RuntimeError | 264 type_variable_bounds4_test/01: RuntimeError |
| OLD | NEW |