OLD | NEW |
1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 # The VM and dart2js do not implement the Dart 2.0 static type errors yet. | 5 # The VM and dart2js do not implement the Dart 2.0 static type errors yet. |
6 # Analyzer does, but only when "--strong" is used. | 6 # Analyzer does, but only when "--strong" is used. |
7 [ $runtime == vm || $compiler == dart2js || $runtime == dart_precompiled || ($co
mpiler == dart2analyzer && ! $strong) ] | 7 [ $runtime == vm || $compiler == dart2js || $runtime == dart_precompiled || ($co
mpiler == dart2analyzer && ! $strong) ] |
8 abstract_beats_arguments_test: MissingCompileTimeError | 8 abstract_beats_arguments_test: MissingCompileTimeError |
9 abstract_exact_selector_test/01: MissingCompileTimeError | 9 abstract_exact_selector_test/01: MissingCompileTimeError |
10 abstract_factory_constructor_test/00: MissingCompileTimeError | 10 abstract_factory_constructor_test/00: MissingCompileTimeError |
11 abstract_getter_test/01: MissingCompileTimeError | 11 abstract_getter_test/01: MissingCompileTimeError |
12 abstract_syntax_test/00: MissingCompileTimeError | 12 abstract_syntax_test/00: MissingCompileTimeError |
| 13 async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError |
| 14 async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError |
| 15 async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError |
| 16 async_return_types_test/wrongTypeParameter: MissingCompileTimeError |
| 17 async_return_types_test/tooManyTypeParameters: MissingCompileTimeError |
| 18 async_return_types_test/wrongReturnType: MissingCompileTimeError |
| 19 async_return_types_test/nestedFuture: MissingCompileTimeError |
13 | 20 |
14 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 21 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
15 accessor_conflict_export2_test: Crash # Issue 25626 | 22 accessor_conflict_export2_test: Crash # Issue 25626 |
16 accessor_conflict_export_test: Crash # Issue 25626 | 23 accessor_conflict_export_test: Crash # Issue 25626 |
17 | 24 |
18 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] | 25 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] |
19 accessor_conflict_import2_test: RuntimeError # Issue 25626 | 26 accessor_conflict_import2_test: RuntimeError # Issue 25626 |
20 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 | 27 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 |
21 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 | 28 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 |
22 accessor_conflict_import_test: RuntimeError # Issue 25626 | 29 accessor_conflict_import_test: RuntimeError # Issue 25626 |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 ackermann_test: Crash | 80 ackermann_test: Crash |
74 adjacent_const_string_literals_test: Crash | 81 adjacent_const_string_literals_test: Crash |
75 adjacent_string_literals_test: Crash | 82 adjacent_string_literals_test: Crash |
76 allocate_large_object_test: Crash | 83 allocate_large_object_test: Crash |
77 allocate_test: Crash | 84 allocate_test: Crash |
78 allocation_sinking_inlining_test: Crash | 85 allocation_sinking_inlining_test: Crash |
79 and_operation_on_non_integer_operand_test: Crash | 86 and_operation_on_non_integer_operand_test: Crash |
80 arithmetic_canonicalization_test: Crash | 87 arithmetic_canonicalization_test: Crash |
81 arithmetic_smi_overflow_test: Crash | 88 arithmetic_smi_overflow_test: Crash |
82 | 89 |
| 90 [ $compiler == dartdevc && $runtime != none ] |
| 91 async_star_cancel_while_paused_test: RuntimeError # Issue 29920 |
| 92 async_star_pause_test: RuntimeError |
| 93 |
83 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] | 94 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] |
84 *: Skip # Issue 29626 | 95 *: Skip # Issue 29626 |
| 96 |
| 97 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] |
| 98 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| 99 |
| 100 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] |
| 101 async_star_no_cancel_test: RuntimeError # Need triage |
| 102 async_star_no_cancel2_test: RuntimeError # Need triage |
| 103 |
| 104 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] |
| 105 async_return_types_test/nestedFuture: Fail # Issue 26429 |
| 106 async_return_types_test/wrongTypeParameter: Fail # Issue 26429 |
| 107 |
| 108 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] |
| 109 async_star_pause_test: RuntimeError # Issue 27394 |
| 110 async_star_regression_fisk_test: RuntimeError # Issue 27394 |
| 111 async_star_stream_take_test: RuntimeError # Issue 27394 |
| 112 async_star_take_reyield_test: RuntimeError # Issue 27394 |
| 113 |
| 114 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ] |
| 115 async_break_in_finally_test: Crash |
| 116 async_continue_label_test/await_in_body: Crash |
| 117 async_continue_label_test/await_in_condition: Crash |
| 118 async_continue_label_test/await_in_init: Crash |
| 119 async_continue_label_test/await_in_update: Crash |
| 120 async_continue_label_test/none: Crash |
| 121 async_control_structures_test: Crash |
| 122 async_finally_rethrow_test: Crash |
| 123 async_or_generator_return_type_stacktrace_test/01: Crash |
| 124 async_or_generator_return_type_stacktrace_test/02: Crash |
| 125 async_or_generator_return_type_stacktrace_test/03: Crash |
| 126 async_or_generator_return_type_stacktrace_test/none: Crash |
| 127 async_regression_23058_test: Crash |
| 128 async_rethrow_test: Crash |
| 129 async_return_types_test/nestedFuture: Crash |
| 130 async_return_types_test/none: Crash |
| 131 async_return_types_test/tooManyTypeParameters: Crash |
| 132 async_return_types_test/wrongReturnType: Crash |
| 133 async_return_types_test/wrongTypeParameter: Crash |
| 134 async_star_cancel_and_throw_in_finally_test: Crash |
| 135 async_star_cancel_while_paused_test: Crash |
| 136 async_star_no_cancel2_test: Crash |
| 137 async_star_no_cancel_test: Crash |
| 138 async_star_pause_test: Crash |
| 139 async_star_regression_2238_test: Crash |
| 140 async_star_regression_23116_test: Crash |
| 141 async_star_regression_fisk_test: Crash |
| 142 async_star_stream_take_test: Crash |
| 143 async_star_take_reyield_test: Crash |
| 144 |
| 145 [ $checked && ($compiler == dartk || $compiler == dartkp) ] |
| 146 async_return_types_test/nestedFuture: Fail |
| 147 async_return_types_test/wrongTypeParameter: Fail |
| 148 |
| 149 # These test entries will be valid for vm (with and without kernel). |
| 150 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime ==
dart_precompiled ] |
| 151 async_star_cancel_while_paused_test: RuntimeError |
| 152 # This is OK for now, but we may want to change the semantics to match the test. |
| 153 async_star_pause_test: Fail, OK |
| 154 |
| 155 [ $compiler == dartk && $runtime == vm ] |
| 156 async_star_cancel_and_throw_in_finally_test: RuntimeError |
| 157 async_star_cancel_while_paused_test: RuntimeError |
| 158 async_star_regression_fisk_test: Timeout |
| 159 async_star_stream_take_test: Timeout |
| 160 async_star_take_reyield_test: Timeout |
| 161 |
| 162 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
| 163 async_star_regression_2238_test: CompileTimeError, RuntimeError |
| 164 |
| 165 [ $runtime == flutter ] |
| 166 |
| 167 # flutter uses --error_on_bad_type, --error_on_bad_override |
| 168 # and --await_is_keyword so # the following tests fail with |
| 169 # a Compilation Error |
| 170 async_return_types_test/tooManyTypeParameters: CompileTimeError |
| 171 |
| 172 # Look like bugs. |
| 173 async_return_types_test/nestedFuture: Skip # Flutter Issue 9110 |
| 174 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 |
| 175 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 |
| 176 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 |
| 177 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 |
| 178 async_star_no_cancel_test: Skip # Flutter Issue 9110 |
OLD | NEW |