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 |
11 [ $compiler == dart2js ] | 11 [ $compiler == dart2js ] |
12 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. Issue 5958 | 12 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. Issue 5958 |
13 | 13 |
14 | 14 |
15 math/double_pow_test: RuntimeError | 15 math/double_pow_test: RuntimeError |
16 math/low_test: RuntimeError | 16 math/low_test: RuntimeError |
17 math/random_big_test: RuntimeError # Using bigint seeds for random. | |
18 | 17 |
19 mirrors/invocation_fuzz_test: RuntimeError # Issue 29086 | 18 mirrors/invocation_fuzz_test: RuntimeError # Issue 29086 |
20 mirrors/abstract_class_test: RuntimeError # Issue 12826 | 19 mirrors/abstract_class_test: RuntimeError # Issue 12826 |
21 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 | 20 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 |
22 mirrors/class_mirror_location_test: RuntimeError # Issue 6490 | 21 mirrors/class_mirror_location_test: RuntimeError # Issue 6490 |
23 mirrors/closurization_equivalence_test: RuntimeError # Issue 6490 | 22 mirrors/closurization_equivalence_test: RuntimeError # Issue 6490 |
24 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 | 23 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 |
25 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 | 24 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 |
26 mirrors/delegate_class_test: RuntimeError | 25 mirrors/delegate_class_test: RuntimeError |
27 mirrors/delegate_library_test: RuntimeError | 26 mirrors/delegate_library_test: RuntimeError |
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 mirrors/*: Skip # Flutter does not support mirrors. | 226 mirrors/*: Skip # Flutter does not support mirrors. |
228 async/catch_errors11_test: Skip # Flutter Issue 9113 | 227 async/catch_errors11_test: Skip # Flutter Issue 9113 |
229 async/intercept_schedule_microtask2_test: Skip # Flutter Issue 9113 | 228 async/intercept_schedule_microtask2_test: Skip # Flutter Issue 9113 |
230 async/run_zoned6_test/01: Skip # Flutter Issue 9113 | 229 async/run_zoned6_test/01: Skip # Flutter Issue 9113 |
231 async/schedule_microtask_test: Skip # Flutter Issue 9113 | 230 async/schedule_microtask_test: Skip # Flutter Issue 9113 |
232 async/intercept_schedule_microtask6_test: Skip # Flutter Issue 9113 | 231 async/intercept_schedule_microtask6_test: Skip # Flutter Issue 9113 |
233 async/stream_empty_test: Skip # Flutter Issue 9113 | 232 async/stream_empty_test: Skip # Flutter Issue 9113 |
234 async/run_zoned9_test/01: Skip # Flutter Issue 9113 | 233 async/run_zoned9_test/01: Skip # Flutter Issue 9113 |
235 async/intercept_schedule_microtask5_test: Skip # Flutter Issue 9113 | 234 async/intercept_schedule_microtask5_test: Skip # Flutter Issue 9113 |
236 async/stream_event_transformed_test: Skip # Flutter Issue 9113 | 235 async/stream_event_transformed_test: Skip # Flutter Issue 9113 |
237 math/random_secure_test: RuntimeError # Flutter Issue 9113 | |
238 | 236 |
239 [ $compiler == dart2js && $minified ] | 237 [ $compiler == dart2js && $minified ] |
240 mirrors/mirrors_used_get_name_test: RuntimeError | 238 mirrors/mirrors_used_get_name_test: RuntimeError |
241 mirrors/mirrors_used_get_name2_test: RuntimeError | 239 mirrors/mirrors_used_get_name2_test: RuntimeError |
242 | 240 |
243 [ $runtime == ff ] | 241 [ $runtime == ff ] |
244 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 242 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
245 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 | 243 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 |
246 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 | 244 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 |
247 | 245 |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
312 async/stream_timeout_test: RuntimeError | 310 async/stream_timeout_test: RuntimeError |
313 async/stream_transform_test: RuntimeError | 311 async/stream_transform_test: RuntimeError |
314 async/stream_transformation_broadcast_test: RuntimeError | 312 async/stream_transformation_broadcast_test: RuntimeError |
315 async/timer_cancel1_test: RuntimeError | 313 async/timer_cancel1_test: RuntimeError |
316 async/timer_cancel2_test: RuntimeError | 314 async/timer_cancel2_test: RuntimeError |
317 async/timer_cancel_test: RuntimeError | 315 async/timer_cancel_test: RuntimeError |
318 async/timer_isActive_test: RuntimeError | 316 async/timer_isActive_test: RuntimeError |
319 async/timer_repeat_test: RuntimeError | 317 async/timer_repeat_test: RuntimeError |
320 async/timer_test: RuntimeError | 318 async/timer_test: RuntimeError |
321 convert/json_lib_test: RuntimeError | 319 convert/json_lib_test: RuntimeError |
322 math/point_test: RuntimeError | |
323 math/rectangle_test: RuntimeError | 320 math/rectangle_test: RuntimeError |
324 mirrors/library_uri_io_test: RuntimeError | 321 mirrors/library_uri_io_test: RuntimeError |
325 mirrors/library_uri_package_test: RuntimeError | 322 mirrors/library_uri_package_test: RuntimeError |
326 # fstat bug, MG-479. | 323 # fstat bug, MG-479. |
327 mirrors/invocation_fuzz_test: Crash | 324 mirrors/invocation_fuzz_test: Crash |
328 | 325 |
329 [ $compiler == dart2js && $runtime == safarimobilesim ] | 326 [ $compiler == dart2js && $runtime == safarimobilesim ] |
330 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. | 327 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. |
331 mirrors/null_test: Fail # Issue 16831 | 328 mirrors/null_test: Fail # Issue 16831 |
332 | 329 |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
568 [ $compiler == dartk || $compiler == dartkp ] | 565 [ $compiler == dartk || $compiler == dartkp ] |
569 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern
el issue 28335. | 566 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern
el issue 28335. |
570 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke
rnel issue 28335. | 567 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke
rnel issue 28335. |
571 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel
issue 28335. | 568 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel
issue 28335. |
572 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l
oading kernel issue 28335. | 569 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l
oading kernel issue 28335. |
573 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin
g kernel issue 28335. | 570 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin
g kernel issue 28335. |
574 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne
l issue 28335. | 571 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne
l issue 28335. |
575 | 572 |
576 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] | 573 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] |
577 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. | 574 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. |
OLD | NEW |