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 [$compiler == dartk && $runtime == vm] | |
6 assertion_initializer_const_error2_test/none: CompileTimeError | |
7 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | |
8 assertion_initializer_test: CompileTimeError | |
9 | |
10 [$compiler == dartk && $runtime == vm && !$checked] | |
11 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | |
12 | |
13 [$compiler == dartk && $runtime == vm && $checked] | |
14 assertion_initializer_const_function_test/01: RuntimeError | |
15 | |
16 [$compiler == dartkp && $runtime == dart_precompiled] | |
17 assertion_initializer_const_error2_test/none: CompileTimeError | |
18 | |
19 [$compiler == dartkp && $runtime == dart_precompiled && !$checked] | |
20 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | |
21 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | |
22 assertion_initializer_test: CompileTimeError | |
23 | |
24 [$compiler == dartkp && $runtime == dart_precompiled && $checked] | |
25 assertion_initializer_const_error2_test/cc02: Crash | |
26 assertion_initializer_const_error_test/none: Crash | |
27 assertion_initializer_const_function_error_test/01: Crash | |
28 assertion_initializer_const_function_error_test/none: Crash | |
29 assertion_initializer_const_function_test/01: Crash | |
30 assertion_initializer_const_function_test/none: Crash | |
31 assertion_initializer_test: CompileTimeError | |
32 | |
33 [ !$checked && ($compiler == dartk || $compiler == dartkp) ] | 5 [ !$checked && ($compiler == dartk || $compiler == dartkp) ] |
34 | 6 |
35 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. |
36 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. |
37 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. |
38 | 10 |
39 [ $compiler == dartk || $compiler == dartkp ] | 11 [ $compiler == dartk || $compiler == dartkp ] |
40 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 | |
41 method_override_test: RuntimeError # Not triaged. | 12 method_override_test: RuntimeError # Not triaged. |
42 | 13 |
43 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. | 14 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. |
44 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. | 15 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. |
45 cha_deopt3_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. | 16 cha_deopt3_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel
issue 28335. |
46 conditional_import_string_test: CompileTimeError # Fasta/KernelVM bug: Deferred
loading kernel issue 28335. | 17 conditional_import_string_test: CompileTimeError # Fasta/KernelVM bug: Deferred
loading kernel issue 28335. |
47 conditional_import_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading
kernel issue 28335. | 18 conditional_import_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading
kernel issue 28335. |
48 deferred_call_empty_before_load_test: RuntimeError # Fasta/KernelVM bug: Deferre
d loading kernel issue 28335. | 19 deferred_call_empty_before_load_test: RuntimeError # Fasta/KernelVM bug: Deferre
d loading kernel issue 28335. |
49 deferred_closurize_load_library_test: CompileTimeError # Fasta/KernelVM bug: Def
erred loading kernel issue 28335. | 20 deferred_closurize_load_library_test: CompileTimeError # Fasta/KernelVM bug: Def
erred loading kernel issue 28335. |
50 deferred_constant_list_test: CompileTimeError # Fasta/KernelVM bug: Deferred loa
ding kernel issue 28335. | 21 deferred_constant_list_test: CompileTimeError # Fasta/KernelVM bug: Deferred loa
ding kernel issue 28335. |
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 | 221 |
251 # dartk: precompilation failures (debug) | 222 # dartk: precompilation failures (debug) |
252 [ $compiler == dartkp && $mode == debug ] | 223 [ $compiler == dartkp && $mode == debug ] |
253 external_test/13: Crash | 224 external_test/13: Crash |
254 final_syntax_test/09: Crash | 225 final_syntax_test/09: Crash |
255 regress_22445_test: Crash | 226 regress_22445_test: Crash |
256 regress_23498_test: Crash | 227 regress_23498_test: Crash |
257 | 228 |
258 # dartk: checked mode failures | 229 # dartk: checked mode failures |
259 [ $checked && ($compiler == dartk || $compiler == dartkp) ] | 230 [ $checked && ($compiler == dartk || $compiler == dartkp) ] |
260 assert_initializer_test/31: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
261 assert_initializer_test/32: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
262 assert_initializer_test/33: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
263 assert_initializer_test/34: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
264 assert_initializer_test/35: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
265 assert_initializer_test/36: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
266 assert_initializer_test/37: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
267 assert_initializer_test/38: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
268 assert_initializer_test/41: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
269 assert_initializer_test/42: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
270 assert_initializer_test/43: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
271 assert_initializer_test/44: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
272 assert_initializer_test/45: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
273 assert_initializer_test/46: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
274 assert_initializer_test/47: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
275 assert_initializer_test/48: MissingCompileTimeError # KernelVM bug: Constant eva
luation. | |
276 assert_initializer_test/none: RuntimeError # KernelVM bug: Constant evaluation. | |
277 assign_static_type_test/02: MissingCompileTimeError | |
278 async_await_test: RuntimeError | 231 async_await_test: RuntimeError |
279 async_return_types_test/nestedFuture: Fail | 232 async_return_types_test/nestedFuture: Fail |
280 async_return_types_test/wrongTypeParameter: Fail | 233 async_return_types_test/wrongTypeParameter: Fail |
281 compile_time_constant_checked_test/02: MissingCompileTimeError | 234 compile_time_constant_checked_test/02: MissingCompileTimeError |
282 const_constructor2_test/20: MissingCompileTimeError | 235 const_constructor2_test/20: MissingCompileTimeError |
283 const_constructor2_test/22: MissingCompileTimeError | 236 const_constructor2_test/22: MissingCompileTimeError |
284 const_constructor2_test/24: MissingCompileTimeError | 237 const_constructor2_test/24: MissingCompileTimeError |
285 const_init2_test/02: MissingCompileTimeError | 238 const_init2_test/02: MissingCompileTimeError |
286 default_factory2_test/01: Fail | 239 default_factory2_test/01: Fail |
287 factory_redirection_test/08: Fail | 240 factory_redirection_test/08: Fail |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
410 mixin_super_bound2_test/01: RuntimeError | 363 mixin_super_bound2_test/01: RuntimeError |
411 mixin_super_bound_test: RuntimeError | 364 mixin_super_bound_test: RuntimeError |
412 msk_bound_test: RuntimeError | 365 msk_bound_test: RuntimeError |
413 redirecting_factory_infinite_steps_test/01: Fail | 366 redirecting_factory_infinite_steps_test/01: Fail |
414 redirecting_factory_malbounded_test/01: Fail | 367 redirecting_factory_malbounded_test/01: Fail |
415 regress_22728_test: RuntimeError | 368 regress_22728_test: RuntimeError |
416 regress_26133_test: RuntimeError | 369 regress_26133_test: RuntimeError |
417 type_parameter_test/05: MissingCompileTimeError | 370 type_parameter_test/05: MissingCompileTimeError |
418 type_parameter_test/none: RuntimeError | 371 type_parameter_test/none: RuntimeError |
419 type_variable_bounds4_test/01: RuntimeError | 372 type_variable_bounds4_test/01: RuntimeError |
OLD | NEW |