| 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 mirrors/*: Skip # Issue 27929: Triage | 219 mirrors/*: Skip # Issue 27929: Triage |
| 221 | 220 |
| 222 [ $runtime == flutter ] | 221 [ $runtime == flutter ] |
| 223 mirrors/*: Skip # Flutter does not support mirrors. | 222 mirrors/*: Skip # Flutter does not support mirrors. |
| 224 async/catch_errors11_test: Skip # Flutter Issue 9113 | 223 async/catch_errors11_test: Skip # Flutter Issue 9113 |
| 225 async/intercept_schedule_microtask2_test: Skip # Flutter Issue 9113 | 224 async/intercept_schedule_microtask2_test: Skip # Flutter Issue 9113 |
| 226 async/intercept_schedule_microtask6_test: Skip # Flutter Issue 9113 | 225 async/intercept_schedule_microtask6_test: Skip # Flutter Issue 9113 |
| 227 async/stream_empty_test: Skip # Flutter Issue 9113 | 226 async/stream_empty_test: Skip # Flutter Issue 9113 |
| 228 async/intercept_schedule_microtask5_test: Skip # Flutter Issue 9113 | 227 async/intercept_schedule_microtask5_test: Skip # Flutter Issue 9113 |
| 229 async/stream_event_transformed_test: Skip # Flutter Issue 9113 | 228 async/stream_event_transformed_test: Skip # Flutter Issue 9113 |
| 230 math/random_secure_test: RuntimeError # Flutter Issue 9113 | |
| 231 | 229 |
| 232 [ $compiler == dart2js && $minified ] | 230 [ $compiler == dart2js && $minified ] |
| 233 mirrors/mirrors_used_get_name_test: RuntimeError | 231 mirrors/mirrors_used_get_name_test: RuntimeError |
| 234 mirrors/mirrors_used_get_name2_test: RuntimeError | 232 mirrors/mirrors_used_get_name2_test: RuntimeError |
| 235 | 233 |
| 236 [ $runtime == ff ] | 234 [ $runtime == ff ] |
| 237 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 235 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 238 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 | 236 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 |
| 239 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 | 237 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 |
| 240 | 238 |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 async/stream_timeout_test: RuntimeError | 300 async/stream_timeout_test: RuntimeError |
| 303 async/stream_transform_test: RuntimeError | 301 async/stream_transform_test: RuntimeError |
| 304 async/stream_transformation_broadcast_test: RuntimeError | 302 async/stream_transformation_broadcast_test: RuntimeError |
| 305 async/timer_cancel1_test: RuntimeError | 303 async/timer_cancel1_test: RuntimeError |
| 306 async/timer_cancel2_test: RuntimeError | 304 async/timer_cancel2_test: RuntimeError |
| 307 async/timer_cancel_test: RuntimeError | 305 async/timer_cancel_test: RuntimeError |
| 308 async/timer_isActive_test: RuntimeError | 306 async/timer_isActive_test: RuntimeError |
| 309 async/timer_repeat_test: RuntimeError | 307 async/timer_repeat_test: RuntimeError |
| 310 async/timer_test: RuntimeError | 308 async/timer_test: RuntimeError |
| 311 convert/json_lib_test: RuntimeError | 309 convert/json_lib_test: RuntimeError |
| 312 math/point_test: RuntimeError | |
| 313 math/rectangle_test: RuntimeError | 310 math/rectangle_test: RuntimeError |
| 314 mirrors/library_uri_io_test: RuntimeError | 311 mirrors/library_uri_io_test: RuntimeError |
| 315 mirrors/library_uri_package_test: RuntimeError | 312 mirrors/library_uri_package_test: RuntimeError |
| 316 # fstat bug, MG-479. | 313 # fstat bug, MG-479. |
| 317 mirrors/invocation_fuzz_test: Crash | 314 mirrors/invocation_fuzz_test: Crash |
| 318 | 315 |
| 319 [ $compiler == dart2js && $runtime == safarimobilesim ] | 316 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 320 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. | 317 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. |
| 321 mirrors/null_test: Fail # Issue 16831 | 318 mirrors/null_test: Fail # Issue 16831 |
| 322 | 319 |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 567 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel
issue 28335. | 564 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel
issue 28335. |
| 568 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l
oading kernel issue 28335. | 565 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l
oading kernel issue 28335. |
| 569 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin
g kernel issue 28335. | 566 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin
g kernel issue 28335. |
| 570 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne
l issue 28335. | 567 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne
l issue 28335. |
| 571 | 568 |
| 572 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] | 569 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] |
| 573 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. | 570 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. |
| 574 | 571 |
| 575 [ $compiler == dartkp && $mode == debug ] | 572 [ $compiler == dartkp && $mode == debug ] |
| 576 mirrors/variable_is_const_test/01: Crash | 573 mirrors/variable_is_const_test/01: Crash |
| OLD | NEW |