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 ] | 5 [ $compiler == dart2js ] |
6 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 | 6 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 |
7 enum_test: Fail # Issue 28340 | 7 enum_test: Fail # Issue 28340 |
8 regress_28341_test: Fail # Issue 28340 | 8 regress_28341_test: Fail # Issue 28340 |
9 regress_29349_test: CompileTimeError # Issue 29745 | 9 regress_29349_test: CompileTimeError # Issue 29745 |
10 regress_29481_test: Crash # Issue 29754 | 10 regress_29481_test: Crash # Issue 29754 |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 assertion_initializer_const_error2_test/cc04: Crash | 57 assertion_initializer_const_error2_test/cc04: Crash |
58 assertion_initializer_const_error2_test/cc05: Crash | 58 assertion_initializer_const_error2_test/cc05: Crash |
59 assertion_initializer_const_error2_test/cc06: Crash | 59 assertion_initializer_const_error2_test/cc06: Crash |
60 assertion_initializer_const_error2_test/cc07: Crash | 60 assertion_initializer_const_error2_test/cc07: Crash |
61 assertion_initializer_const_error2_test/cc08: Crash | 61 assertion_initializer_const_error2_test/cc08: Crash |
62 assertion_initializer_const_error2_test/cc09: Crash | 62 assertion_initializer_const_error2_test/cc09: Crash |
63 assertion_initializer_const_function_error_test/01: Crash | 63 assertion_initializer_const_function_error_test/01: Crash |
64 assertion_initializer_const_function_test/01: CompileTimeError | 64 assertion_initializer_const_function_test/01: CompileTimeError |
65 assertion_initializer_test: Crash | 65 assertion_initializer_test: Crash |
66 | 66 |
67 [$compiler == dart2js && $runtime == d8 && $checked] | 67 [$compiler == dart2js && $checked] |
68 assertion_initializer_const_function_test/none: RuntimeError | 68 assertion_initializer_const_function_test/none: RuntimeError |
69 | 69 |
70 [ $compiler == dart2js && $fast_startup ] | 70 [ $compiler == dart2js && $fast_startup ] |
71 const_evaluation_test/*: Fail # mirrors not supported | 71 const_evaluation_test/*: Fail # mirrors not supported |
72 deferred_constraints_constants_test/none: Fail # mirrors not supported | 72 deferred_constraints_constants_test/none: Fail # mirrors not supported |
73 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup
ported | 73 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup
ported |
74 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th
e wrong reason | 74 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th
e wrong reason |
75 enum_mirror_test: Fail # mirrors not supported | 75 enum_mirror_test: Fail # mirrors not supported |
76 field_increment_bailout_test: Fail # mirrors not supported | 76 field_increment_bailout_test: Fail # mirrors not supported |
77 instance_creation_in_function_annotation_test: Fail # mirrors not supported | 77 instance_creation_in_function_annotation_test: Fail # mirrors not supported |
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
314 | 314 |
315 [ $compiler != dart2analyzer] | 315 [ $compiler != dart2analyzer] |
316 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status | 316 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status |
317 | 317 |
318 [ $compiler == dart2js && $dart2js_with_kernel ] | 318 [ $compiler == dart2js && $dart2js_with_kernel ] |
319 constants_test/01: Crash | 319 constants_test/01: Crash |
320 abstract_beats_arguments_test: RuntimeError # Issue 27394 | 320 abstract_beats_arguments_test: RuntimeError # Issue 27394 |
321 abstract_runtime_error_test/01: RuntimeError # Issue 27394 | 321 abstract_runtime_error_test/01: RuntimeError # Issue 27394 |
322 abstract_runtime_error_test/02: RuntimeError # Issue 27394 | 322 abstract_runtime_error_test/02: RuntimeError # Issue 27394 |
323 arithmetic_canonicalization_test: RuntimeError # Issue 27394 | 323 arithmetic_canonicalization_test: RuntimeError # Issue 27394 |
| 324 assertion_initializer_const_error_test/01: Crash |
| 325 assertion_initializer_const_function_test/01: Crash |
324 assign_top_method_test/01: Crash # Issue 27394 | 326 assign_top_method_test/01: Crash # Issue 27394 |
325 async_await_syntax_test/a04b: Crash # Issue 27394 | 327 async_await_syntax_test/a04b: Crash # Issue 27394 |
326 async_await_syntax_test/a06a: RuntimeError # Issue 27394 | 328 async_await_syntax_test/a06a: RuntimeError # Issue 27394 |
327 async_await_syntax_test/a07b: Crash # Issue 27394 | 329 async_await_syntax_test/a07b: Crash # Issue 27394 |
328 async_await_syntax_test/a08b: Crash # Issue 27394 | 330 async_await_syntax_test/a08b: Crash # Issue 27394 |
329 async_await_syntax_test/b06a: RuntimeError # Issue 27394 | 331 async_await_syntax_test/b06a: RuntimeError # Issue 27394 |
330 async_await_syntax_test/c06a: RuntimeError # Issue 27394 | 332 async_await_syntax_test/c06a: RuntimeError # Issue 27394 |
331 async_await_syntax_test/d06a: RuntimeError # Issue 27394 | 333 async_await_syntax_test/d06a: RuntimeError # Issue 27394 |
332 async_await_test: RuntimeError # Issue 27394 | 334 async_await_test: RuntimeError # Issue 27394 |
333 async_star_pause_test: RuntimeError # Issue 27394 | 335 async_star_pause_test: RuntimeError # Issue 27394 |
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
562 function_type/function_type55_test: Crash # Issue 27394 | 564 function_type/function_type55_test: Crash # Issue 27394 |
563 function_type/function_type62_test: Crash # Issue 27394 | 565 function_type/function_type62_test: Crash # Issue 27394 |
564 function_type/function_type63_test: Crash # Issue 27394 | 566 function_type/function_type63_test: Crash # Issue 27394 |
565 function_type/function_type6_test: Crash # Issue 27394 | 567 function_type/function_type6_test: Crash # Issue 27394 |
566 function_type/function_type7_test: Crash # Issue 27394 | 568 function_type/function_type7_test: Crash # Issue 27394 |
567 function_type/function_type98_test: Crash # Issue 27394 | 569 function_type/function_type98_test: Crash # Issue 27394 |
568 function_type/function_type99_test: Crash # Issue 27394 | 570 function_type/function_type99_test: Crash # Issue 27394 |
569 generic_function_typedef_test: Crash # Issue 27394 | 571 generic_function_typedef_test: Crash # Issue 27394 |
570 getter_setter_in_lib_test: Crash # Issue 27394 | 572 getter_setter_in_lib_test: Crash # Issue 27394 |
571 | 573 |
| 574 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel ] |
| 575 assertion_initializer_const_function_error_test/none: RuntimeError |
| 576 |
572 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] | 577 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
573 conditional_method_invocation_test/02: Crash # Issue 27394 | 578 conditional_method_invocation_test/02: Crash # Issue 27394 |
574 conditional_method_invocation_test/04: Crash # Issue 27394 | 579 conditional_method_invocation_test/04: Crash # Issue 27394 |
575 conditional_method_invocation_test/06: Crash # Issue 27394 | 580 conditional_method_invocation_test/06: Crash # Issue 27394 |
576 const_types_test/23: Crash # Issue 27394 | 581 const_types_test/23: Crash # Issue 27394 |
577 const_types_test/24: Crash # Issue 27394 | 582 const_types_test/24: Crash # Issue 27394 |
578 const_types_test/25: Crash # Issue 27394 | 583 const_types_test/25: Crash # Issue 27394 |
579 const_types_test/26: Crash # Issue 27394 | 584 const_types_test/26: Crash # Issue 27394 |
580 const_types_test/27: Crash # Issue 27394 | 585 const_types_test/27: Crash # Issue 27394 |
581 const_types_test/28: Crash # Issue 27394 | 586 const_types_test/28: Crash # Issue 27394 |
582 const_types_test/29: Crash # Issue 27394 | 587 const_types_test/29: Crash # Issue 27394 |
583 const_types_test/30: Crash # Issue 27394 | 588 const_types_test/30: Crash # Issue 27394 |
584 const_types_test/41: Crash # Issue 27394 | 589 const_types_test/41: Crash # Issue 27394 |
585 deferred_global_test: Crash # Issue 27394 | 590 deferred_global_test: Crash # Issue 27394 |
586 factory6_test/00: Crash # Issue 27394 | 591 factory6_test/00: Crash # Issue 27394 |
587 factory_redirection_test/01: Crash # Issue 27394 | 592 factory_redirection_test/01: Crash # Issue 27394 |
588 factory_redirection_test/02: Crash # Issue 27394 | 593 factory_redirection_test/02: Crash # Issue 27394 |
589 factory_redirection_test/03: Crash # Issue 27394 | 594 factory_redirection_test/03: Crash # Issue 27394 |
590 named_parameters_test/01: Crash # Issue 27394 | 595 named_parameters_test/01: Crash # Issue 27394 |
591 named_parameters_test/03: Crash # Issue 27394 | 596 named_parameters_test/03: Crash # Issue 27394 |
592 named_parameters_test/05: Crash # Issue 27394 | 597 named_parameters_test/05: Crash # Issue 27394 |
593 named_parameters_test/07: Crash # Issue 27394 | 598 named_parameters_test/07: Crash # Issue 27394 |
594 named_parameters_test/09: Crash # Issue 27394 | 599 named_parameters_test/09: Crash # Issue 27394 |
OLD | NEW |