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 [ $strong ] | 5 [ $strong ] |
6 *: SkipByDesign # tests/lib_strong has the strong mode versions of these tests. | 6 *: SkipByDesign # tests/lib_strong has the strong mode versions of these tests. |
7 | 7 |
8 [ ! $checked ] | 8 [ ! $checked ] |
9 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. | 9 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. |
10 | 10 |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. | 156 typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. |
157 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. | 157 typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage thi
s failure. |
158 | 158 |
159 [ $compiler == dart2js && ($runtime == drt || $runtime == ie11) ] | 159 [ $compiler == dart2js && ($runtime == drt || $runtime == ie11) ] |
160 math/math_test: RuntimeError | 160 math/math_test: RuntimeError |
161 math/math2_test: RuntimeError | 161 math/math2_test: RuntimeError |
162 | 162 |
163 [ $compiler == dart2js && $runtime == jsshell ] | 163 [ $compiler == dart2js && $runtime == jsshell ] |
164 async/timer_regress22626_test: RuntimeError # Non-zero timers not supported; Iss
ue 7728. | 164 async/timer_regress22626_test: RuntimeError # Non-zero timers not supported; Iss
ue 7728. |
165 async/future_test: RuntimeError # Timer interface not supported; Issue 7728. | 165 async/future_test: RuntimeError # Timer interface not supported; Issue 7728. |
166 async/slow_consumer2_test: RuntimeError # Timer interface not supported; Issue 7
728. | |
167 async/slow_consumer3_test: RuntimeError # Timer interface not supported; Issue 7
728. | |
168 async/slow_consumer_test: RuntimeError # Timer interface not supported; Issue 77
28. | |
169 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; I
ssue 7728. | 166 async/stream_from_iterable_test: RuntimeError # Timer interface not supported; I
ssue 7728. |
170 async/stream_state_nonzero_timer_test: RuntimeError # Timer interface not suppor
ted; Issue 7728. | 167 async/stream_state_nonzero_timer_test: RuntimeError # Timer interface not suppor
ted; Issue 7728. |
171 async/multiple_timer_test: RuntimeError,OK # Needs Timer to run. | 168 async/multiple_timer_test: RuntimeError,OK # Needs Timer to run. |
172 async/timer_cancel_test: RuntimeError,OK # Needs Timer to run. | 169 async/timer_cancel_test: RuntimeError,OK # Needs Timer to run. |
173 async/timer_cancel1_test: RuntimeError,OK # Needs Timer to run. | 170 async/timer_cancel1_test: RuntimeError,OK # Needs Timer to run. |
174 async/timer_cancel2_test: RuntimeError,OK # Needs Timer to run. | 171 async/timer_cancel2_test: RuntimeError,OK # Needs Timer to run. |
175 async/timer_repeat_test: RuntimeError,OK # Needs Timer to run. | 172 async/timer_repeat_test: RuntimeError,OK # Needs Timer to run. |
176 async/timer_test: RuntimeError,OK # Needs Timer to run. | 173 async/timer_test: RuntimeError,OK # Needs Timer to run. |
177 async/stream_controller_async_test: RuntimeError # Timer interface not supported
; Issue 7728. | 174 async/stream_controller_async_test: RuntimeError # Timer interface not supported
; Issue 7728. |
178 async/stream_periodic_test: RuntimeError # Timer interface not supported; Issue
7728. | 175 async/stream_periodic_test: RuntimeError # Timer interface not supported; Issue
7728. |
179 async/stream_periodic2_test: RuntimeError # Timer interface not supported; Issue
7728. | 176 async/stream_periodic2_test: RuntimeError # Timer interface not supported; Issue
7728. |
180 async/stream_periodic3_test: RuntimeError # Timer interface not supported; Issue
7728. | 177 async/stream_periodic3_test: RuntimeError # Timer interface not supported; Issue
7728. |
181 async/stream_periodic4_test: RuntimeError # Timer interface not supported; Issue
7728. | 178 async/stream_periodic4_test: RuntimeError # Timer interface not supported; Issue
7728. |
182 async/stream_periodic5_test: RuntimeError # Timer interface not supported; Issue
7728. | 179 async/stream_periodic5_test: RuntimeError # Timer interface not supported; Issue
7728. |
183 async/stream_periodic6_test: RuntimeError # Timer interface not supported; Issue
7728. | 180 async/stream_periodic6_test: RuntimeError # Timer interface not supported; Issue
7728. |
184 async/run_zoned7_test: RuntimeError # Timer interface not supported: Issue 7728. | |
185 async/catch_errors22_test: RuntimeError # Timer interface not supported: Issue 7
728. | 181 async/catch_errors22_test: RuntimeError # Timer interface not supported: Issue 7
728. |
186 async/timer_isActive_test: RuntimeError # Timer interface not supported: Issue 7
728. | 182 async/timer_isActive_test: RuntimeError # Timer interface not supported: Issue 7
728. |
187 async/zone_empty_description2_test: RuntimeError # Timer interface not supported
: Issue 7728. | 183 async/zone_empty_description2_test: RuntimeError # Timer interface not supported
: Issue 7728. |
188 async/zone_create_timer2_test: RuntimeError # Timer interface not supported: Iss
ue 7728. | 184 async/zone_create_timer2_test: RuntimeError # Timer interface not supported: Iss
ue 7728. |
189 async/zone_create_periodic_timer_test: RuntimeError # Timer interface not suppor
ted: Issue 7728. | 185 async/zone_create_periodic_timer_test: RuntimeError # Timer interface not suppor
ted: Issue 7728. |
190 async/catch_errors12_test: Fail # Timer interface not supported: Issue 7728. | 186 async/catch_errors12_test: Fail # Timer interface not supported: Issue 7728. |
191 async/catch_errors13_test: Fail # Timer interface not supported: Issue 7728. | 187 async/catch_errors13_test: Fail # Timer interface not supported: Issue 7728. |
192 async/catch_errors14_test: Fail # Timer interface not supported: Issue 7728. | 188 async/catch_errors14_test: Fail # Timer interface not supported: Issue 7728. |
193 async/catch_errors15_test: Fail # Timer interface not supported: Issue 7728. | 189 async/catch_errors15_test: Fail # Timer interface not supported: Issue 7728. |
194 async/catch_errors18_test: Fail # Timer interface not supported: Issue 7728. | 190 async/catch_errors18_test: Fail # Timer interface not supported: Issue 7728. |
195 async/catch_errors19_test: Fail # Timer interface not supported: Issue 7728. | 191 async/catch_errors19_test: Fail # Timer interface not supported: Issue 7728. |
196 async/catch_errors20_test: Fail # Timer interface not supported: Issue 7728. | 192 async/catch_errors20_test: Fail # Timer interface not supported: Issue 7728. |
197 async/catch_errors28_test: Fail # Timer interface not supported: Issue 7728. | 193 async/catch_errors28_test: Fail # Timer interface not supported: Issue 7728. |
198 async/catch_errors8_test: Fail # Timer interface not supported: Issue 7728. | 194 async/catch_errors8_test: Fail # Timer interface not supported: Issue 7728. |
199 async/run_zoned8_test: Fail # Timer interface not supported: Issue 7728. | |
200 async/zone_bind_test: Fail # Timer interface not supported: Issue 7728. | 195 async/zone_bind_test: Fail # Timer interface not supported: Issue 7728. |
201 async/future_timeout_test: Fail # Timer interface not supported: Issue 7728. | 196 async/future_timeout_test: Fail # Timer interface not supported: Issue 7728. |
202 async/stream_timeout_test: Fail # Timer interface not supported: Issue 7728. | 197 async/stream_timeout_test: Fail # Timer interface not supported: Issue 7728. |
203 async/stream_asyncexpand_test: RuntimeError # Timer interface not supported: Iss
ue 7728. | 198 async/stream_asyncexpand_test: RuntimeError # Timer interface not supported: Iss
ue 7728. |
204 async/stream_asyncmap_test: RuntimeError # Timer interface not supported: Issue
7728. | 199 async/stream_asyncmap_test: RuntimeError # Timer interface not supported: Issue
7728. |
205 async/stream_transformation_broadcast_test: RuntimeError # Timer interface not s
upported: Issue 7728. | 200 async/stream_transformation_broadcast_test: RuntimeError # Timer interface not s
upported: Issue 7728. |
206 async/stream_controller_test: Fail # Timer interface not supported: Issue 7728. | 201 async/stream_controller_test: Fail # Timer interface not supported: Issue 7728. |
207 async/stream_subscription_cancel_test: Fail # Timer interface not supported: Iss
ue 7728. | 202 async/stream_subscription_cancel_test: Fail # Timer interface not supported: Iss
ue 7728. |
208 async/future_constructor2_test: Fail # Timer interface not supported: Issue 7728
. | 203 async/future_constructor2_test: Fail # Timer interface not supported: Issue 7728
. |
209 async/stream_take_test: Fail # Timer interface not supported: Issue 7728. | 204 async/stream_take_test: Fail # Timer interface not supported: Issue 7728. |
(...skipping 19 matching lines...) Expand all Loading... |
229 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] | 224 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] |
230 js/*: Skip | 225 js/*: Skip |
231 | 226 |
232 [ $compiler == app_jit ] | 227 [ $compiler == app_jit ] |
233 mirrors/*: Skip # Issue 27929: Triage | 228 mirrors/*: Skip # Issue 27929: Triage |
234 | 229 |
235 [ $runtime == flutter ] | 230 [ $runtime == flutter ] |
236 mirrors/*: Skip # Flutter does not support mirrors. | 231 mirrors/*: Skip # Flutter does not support mirrors. |
237 async/catch_errors11_test: Skip # Flutter Issue 9113 | 232 async/catch_errors11_test: Skip # Flutter Issue 9113 |
238 async/intercept_schedule_microtask2_test: Skip # Flutter Issue 9113 | 233 async/intercept_schedule_microtask2_test: Skip # Flutter Issue 9113 |
239 async/run_zoned6_test/01: Skip # Flutter Issue 9113 | |
240 async/schedule_microtask_test: Skip # Flutter Issue 9113 | |
241 async/intercept_schedule_microtask6_test: Skip # Flutter Issue 9113 | 234 async/intercept_schedule_microtask6_test: Skip # Flutter Issue 9113 |
242 async/stream_empty_test: Skip # Flutter Issue 9113 | 235 async/stream_empty_test: Skip # Flutter Issue 9113 |
243 async/run_zoned9_test/01: Skip # Flutter Issue 9113 | |
244 async/intercept_schedule_microtask5_test: Skip # Flutter Issue 9113 | 236 async/intercept_schedule_microtask5_test: Skip # Flutter Issue 9113 |
245 async/stream_event_transformed_test: Skip # Flutter Issue 9113 | 237 async/stream_event_transformed_test: Skip # Flutter Issue 9113 |
246 math/random_secure_test: RuntimeError # Flutter Issue 9113 | 238 math/random_secure_test: RuntimeError # Flutter Issue 9113 |
247 | 239 |
248 [ $compiler == dart2js && $minified ] | 240 [ $compiler == dart2js && $minified ] |
249 mirrors/mirrors_used_get_name_test: RuntimeError | 241 mirrors/mirrors_used_get_name_test: RuntimeError |
250 mirrors/mirrors_used_get_name2_test: RuntimeError | 242 mirrors/mirrors_used_get_name2_test: RuntimeError |
251 | 243 |
252 [ $runtime == ff ] | 244 [ $runtime == ff ] |
253 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 245 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
254 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 | 246 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 |
255 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 | 247 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 |
256 | 248 |
257 [ $runtime == chrome && $system == macos ] | 249 [ $runtime == chrome && $system == macos ] |
258 async/timer_isActive_test: Fail, Pass, Timeout # Issue 22696 | 250 async/timer_isActive_test: Fail, Pass, Timeout # Issue 22696 |
259 async/slow_consumer_test: Pass, Timeout # Issue 22696 | |
260 async/catch_errors11_test: Pass, Timeout # Issue 22696 | 251 async/catch_errors11_test: Pass, Timeout # Issue 22696 |
261 | 252 |
262 [ $runtime == chrome && $system == linux ] | 253 [ $runtime == chrome && $system == linux ] |
263 mirrors/native_class_test: Pass, Slow | 254 mirrors/native_class_test: Pass, Slow |
264 | 255 |
265 [ $runtime == chrome || $runtime == ff ] | 256 [ $runtime == chrome || $runtime == ff ] |
266 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out. Issue 22050 | 257 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out. Issue 22050 |
267 convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out. Issue 22050 | 258 convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out. Issue 22050 |
268 convert/streamed_conversion_json_utf8_encode_test: SkipSlow # Times out. Issue 2
2050 | 259 convert/streamed_conversion_json_utf8_encode_test: SkipSlow # Times out. Issue 2
2050 |
269 convert/streamed_conversion_json_utf8_decode_test: SkipSlow # Times out. Issue 2
2050 | 260 convert/streamed_conversion_json_utf8_decode_test: SkipSlow # Times out. Issue 2
2050 |
270 async/slow_consumer2_test: SkipSlow # Times out. Issue 22050 | |
271 async/stream_timeout_test: SkipSlow # Times out. Issue 22050 | 261 async/stream_timeout_test: SkipSlow # Times out. Issue 22050 |
272 | 262 |
273 [ $compiler == dart2js ] | 263 [ $compiler == dart2js ] |
274 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 | 264 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 |
275 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 | 265 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 |
276 typed_data/int64_list_load_store_test: RuntimeError # Issue 10275 | 266 typed_data/int64_list_load_store_test: RuntimeError # Issue 10275 |
277 | 267 |
278 [ $runtime == vm ] | 268 [ $runtime == vm ] |
279 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow # Infrequent timeo
uts. | 269 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow # Infrequent timeo
uts. |
280 | 270 |
(...skipping 12 matching lines...) Expand all Loading... |
293 | 283 |
294 mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a
specification, and dart:mirrors is not required to hide declarations that are n
ot covered by any MirrorsUsed annotation. | 284 mirrors/mirrors_used*: SkipByDesign # Invalid tests. MirrorsUsed does not have a
specification, and dart:mirrors is not required to hide declarations that are n
ot covered by any MirrorsUsed annotation. |
295 | 285 |
296 async/future_or_strong_test: RuntimeError, OK | 286 async/future_or_strong_test: RuntimeError, OK |
297 | 287 |
298 [ $runtime == vm && $system == fuchsia ] | 288 [ $runtime == vm && $system == fuchsia ] |
299 # These use package:unittest | 289 # These use package:unittest |
300 async/first_regression_test: RuntimeError | 290 async/first_regression_test: RuntimeError |
301 async/future_timeout_test: RuntimeError | 291 async/future_timeout_test: RuntimeError |
302 async/multiple_timer_test: RuntimeError | 292 async/multiple_timer_test: RuntimeError |
303 async/schedule_microtask2_test: RuntimeError | |
304 async/schedule_microtask3_test: RuntimeError | |
305 async/schedule_microtask5_test: RuntimeError | |
306 async/stream_controller_async_test: RuntimeError | 293 async/stream_controller_async_test: RuntimeError |
307 async/stream_first_where_test: RuntimeError | 294 async/stream_first_where_test: RuntimeError |
308 async/stream_from_iterable_test: RuntimeError | 295 async/stream_from_iterable_test: RuntimeError |
309 async/stream_iterator_test: RuntimeError | 296 async/stream_iterator_test: RuntimeError |
310 async/stream_join_test: RuntimeError | 297 async/stream_join_test: RuntimeError |
311 async/stream_last_where_test: RuntimeError | 298 async/stream_last_where_test: RuntimeError |
312 async/stream_periodic2_test: RuntimeError | 299 async/stream_periodic2_test: RuntimeError |
313 async/stream_periodic3_test: RuntimeError | 300 async/stream_periodic3_test: RuntimeError |
314 async/stream_periodic4_test: RuntimeError | 301 async/stream_periodic4_test: RuntimeError |
315 async/stream_periodic5_test: RuntimeError | 302 async/stream_periodic5_test: RuntimeError |
(...skipping 20 matching lines...) Expand all Loading... |
336 mirrors/library_uri_io_test: RuntimeError | 323 mirrors/library_uri_io_test: RuntimeError |
337 mirrors/library_uri_package_test: RuntimeError | 324 mirrors/library_uri_package_test: RuntimeError |
338 # fstat bug, MG-479. | 325 # fstat bug, MG-479. |
339 mirrors/invocation_fuzz_test: Crash | 326 mirrors/invocation_fuzz_test: Crash |
340 | 327 |
341 [ $compiler == dart2js && $runtime == safarimobilesim ] | 328 [ $compiler == dart2js && $runtime == safarimobilesim ] |
342 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. | 329 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. |
343 mirrors/null_test: Fail # Issue 16831 | 330 mirrors/null_test: Fail # Issue 16831 |
344 | 331 |
345 [ $compiler == dart2js && $runtime == jsshell ] | 332 [ $compiler == dart2js && $runtime == jsshell ] |
346 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen
t scheduleImmediate. | |
347 | 333 |
348 [ $compiler == dart2analyzer ] | 334 [ $compiler == dart2analyzer ] |
349 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue | 335 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue |
350 | 336 |
351 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty
pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1,
T2>' | 337 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty
pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1,
T2>' |
352 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return
type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T
1, T2> | 338 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return
type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T
1, T2> |
353 | 339 |
354 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. | 340 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. |
355 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. | 341 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. |
356 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod. | 342 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod. |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
455 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 | 441 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 |
456 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. | 442 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. |
457 | 443 |
458 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] | 444 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] |
459 mirrors/other_declarations_location_test: Crash # assertion error, TypeParameter
not having position. | 445 mirrors/other_declarations_location_test: Crash # assertion error, TypeParameter
not having position. |
460 | 446 |
461 [ $compiler == dartk || $compiler == dartkp ] | 447 [ $compiler == dartk || $compiler == dartkp ] |
462 async/future_or_strong_test: RuntimeError | 448 async/future_or_strong_test: RuntimeError |
463 async/future_test/01: RuntimeError | 449 async/future_test/01: RuntimeError |
464 async/future_test/none: RuntimeError | 450 async/future_test/none: RuntimeError |
465 async/schedule_microtask2_test: RuntimeError | |
466 mirrors/abstract_class_test/00: RuntimeError | 451 mirrors/abstract_class_test/00: RuntimeError |
467 mirrors/abstract_class_test/none: RuntimeError | 452 mirrors/abstract_class_test/none: RuntimeError |
468 mirrors/class_declarations_test/01: RuntimeError | 453 mirrors/class_declarations_test/01: RuntimeError |
469 mirrors/class_declarations_test/none: RuntimeError | 454 mirrors/class_declarations_test/none: RuntimeError |
470 mirrors/class_mirror_location_test: RuntimeError | 455 mirrors/class_mirror_location_test: RuntimeError |
471 mirrors/constructor_kinds_test/01: RuntimeError | 456 mirrors/constructor_kinds_test/01: RuntimeError |
472 mirrors/constructor_kinds_test/none: RuntimeError | 457 mirrors/constructor_kinds_test/none: RuntimeError |
473 mirrors/constructor_optional_args_test: Crash # Issue 29201 | 458 mirrors/constructor_optional_args_test: Crash # Issue 29201 |
474 mirrors/constructor_private_name_test: RuntimeError | 459 mirrors/constructor_private_name_test: RuntimeError |
475 mirrors/dart2js_mirrors_test: Crash | 460 mirrors/dart2js_mirrors_test: Crash |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
584 [ $compiler == dartk || $compiler == dartkp ] | 569 [ $compiler == dartk || $compiler == dartkp ] |
585 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern
el issue 28335. | 570 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern
el issue 28335. |
586 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke
rnel issue 28335. | 571 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke
rnel issue 28335. |
587 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel
issue 28335. | 572 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel
issue 28335. |
588 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l
oading kernel issue 28335. | 573 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l
oading kernel issue 28335. |
589 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin
g kernel issue 28335. | 574 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin
g kernel issue 28335. |
590 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne
l issue 28335. | 575 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne
l issue 28335. |
591 | 576 |
592 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] | 577 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] |
593 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. | 578 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. |
OLD | NEW |