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 generalized_void_syntax_test: CompileTimeError # Issue #30176. |
| 68 |
67 [ $compiler == dart2js && $fast_startup ] | 69 [ $compiler == dart2js && $fast_startup ] |
68 const_evaluation_test/*: Fail # mirrors not supported | 70 const_evaluation_test/*: Fail # mirrors not supported |
69 deferred_constraints_constants_test/none: Fail # mirrors not supported | 71 deferred_constraints_constants_test/none: Fail # mirrors not supported |
70 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup
ported | 72 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup
ported |
71 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th
e wrong reason | 73 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th
e wrong reason |
72 enum_mirror_test: Fail # mirrors not supported | 74 enum_mirror_test: Fail # mirrors not supported |
73 field_increment_bailout_test: Fail # mirrors not supported | 75 field_increment_bailout_test: Fail # mirrors not supported |
74 instance_creation_in_function_annotation_test: Fail # mirrors not supported | 76 instance_creation_in_function_annotation_test: Fail # mirrors not supported |
75 invocation_mirror2_test: Fail # mirrors not supported | 77 invocation_mirror2_test: Fail # mirrors not supported |
76 invocation_mirror_invoke_on2_test: Fail # mirrors not supported | 78 invocation_mirror_invoke_on2_test: Fail # mirrors not supported |
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
572 deferred_global_test: Crash # Issue 27394 | 574 deferred_global_test: Crash # Issue 27394 |
573 factory6_test/00: Crash # Issue 27394 | 575 factory6_test/00: Crash # Issue 27394 |
574 factory_redirection_test/01: Crash # Issue 27394 | 576 factory_redirection_test/01: Crash # Issue 27394 |
575 factory_redirection_test/02: Crash # Issue 27394 | 577 factory_redirection_test/02: Crash # Issue 27394 |
576 factory_redirection_test/03: Crash # Issue 27394 | 578 factory_redirection_test/03: Crash # Issue 27394 |
577 named_parameters_test/01: Crash # Issue 27394 | 579 named_parameters_test/01: Crash # Issue 27394 |
578 named_parameters_test/03: Crash # Issue 27394 | 580 named_parameters_test/03: Crash # Issue 27394 |
579 named_parameters_test/05: Crash # Issue 27394 | 581 named_parameters_test/05: Crash # Issue 27394 |
580 named_parameters_test/07: Crash # Issue 27394 | 582 named_parameters_test/07: Crash # Issue 27394 |
581 named_parameters_test/09: Crash # Issue 27394 | 583 named_parameters_test/09: Crash # Issue 27394 |
OLD | NEW |