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 [ $unchecked ] | 5 [ $unchecked ] |
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. | 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. |
7 | 7 |
8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. Issue 5958 | 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. Issue 5958 |
10 | 10 |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
236 [ $runtime == ff ] | 236 [ $runtime == ff ] |
237 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 237 # 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 | 238 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 |
239 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 | 239 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 |
240 | 240 |
241 [ $runtime == chrome && $system == macos ] | 241 [ $runtime == chrome && $system == macos ] |
242 async/timer_isActive_test: Fail, Pass, Timeout # Issue 22696 | 242 async/timer_isActive_test: Fail, Pass, Timeout # Issue 22696 |
243 async/slow_consumer_test: Pass, Timeout # Issue 22696 | 243 async/slow_consumer_test: Pass, Timeout # Issue 22696 |
244 async/catch_errors11_test: Pass, Timeout # Issue 22696 | 244 async/catch_errors11_test: Pass, Timeout # Issue 22696 |
245 | 245 |
| 246 [ $runtime == chrome && $system == linux ] |
| 247 mirrors/native_class_test: Pass, Slow |
| 248 |
246 [ $runtime == chrome || $runtime == ff ] | 249 [ $runtime == chrome || $runtime == ff ] |
247 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out. Issue 22050 | 250 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out. Issue 22050 |
248 convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out. Issue 22050 | 251 convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out. Issue 22050 |
249 convert/streamed_conversion_json_utf8_encode_test: SkipSlow # Times out. Issue 2
2050 | 252 convert/streamed_conversion_json_utf8_encode_test: SkipSlow # Times out. Issue 2
2050 |
250 convert/streamed_conversion_json_utf8_decode_test: SkipSlow # Times out. Issue 2
2050 | 253 convert/streamed_conversion_json_utf8_decode_test: SkipSlow # Times out. Issue 2
2050 |
251 async/slow_consumer2_test: SkipSlow # Times out. Issue 22050 | 254 async/slow_consumer2_test: SkipSlow # Times out. Issue 22050 |
252 async/stream_timeout_test: SkipSlow # Times out. Issue 22050 | 255 async/stream_timeout_test: SkipSlow # Times out. Issue 22050 |
253 | 256 |
254 [ $compiler == dart2js ] | 257 [ $compiler == dart2js ] |
255 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 | 258 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 |
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
467 mirrors/typedef_deferred_library_test: Crash # Deferred loading | 470 mirrors/typedef_deferred_library_test: Crash # Deferred loading |
468 mirrors/deferred_mirrors_update_test: Crash # Deferred loading | 471 mirrors/deferred_mirrors_update_test: Crash # Deferred loading |
469 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading | 472 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading |
470 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading | 473 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading |
471 mirrors/load_library_test: Crash # Deferred loading | 474 mirrors/load_library_test: Crash # Deferred loading |
472 | 475 |
473 [ $hot_reload ] | 476 [ $hot_reload ] |
474 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 | 477 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 |
475 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 | 478 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 |
476 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. | 479 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. |
OLD | NEW |