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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 | 230 |
231 [ $compiler == dart2js && $minified ] | 231 [ $compiler == dart2js && $minified ] |
232 mirrors/mirrors_used_get_name_test: RuntimeError | 232 mirrors/mirrors_used_get_name_test: RuntimeError |
233 mirrors/mirrors_used_get_name2_test: RuntimeError | 233 mirrors/mirrors_used_get_name2_test: RuntimeError |
234 | 234 |
235 [ $runtime == ff ] | 235 [ $runtime == ff ] |
236 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 236 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
237 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 | 237 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 |
238 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 | 238 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 |
239 | 239 |
| 240 [ $compiler == dart2js && $runtime == ff ] |
| 241 math/math_parse_double_test: Pass, RuntimeError # Issue 28983 |
| 242 |
240 [ $runtime == chrome && $system == macos ] | 243 [ $runtime == chrome && $system == macos ] |
241 async/timer_isActive_test: Fail, Pass, Timeout # Issue 22696 | 244 async/timer_isActive_test: Fail, Pass, Timeout # Issue 22696 |
242 async/slow_consumer_test: Pass, Timeout # Issue 22696 | 245 async/slow_consumer_test: Pass, Timeout # Issue 22696 |
243 async/catch_errors11_test: Pass, Timeout # Issue 22696 | 246 async/catch_errors11_test: Pass, Timeout # Issue 22696 |
244 | 247 |
245 [ $runtime == chrome && $system == linux ] | 248 [ $runtime == chrome && $system == linux ] |
246 mirrors/native_class_test: Pass, Slow | 249 mirrors/native_class_test: Pass, Slow |
247 | 250 |
248 [ $runtime == chrome || $runtime == ff ] | 251 [ $runtime == chrome || $runtime == ff ] |
249 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out. Issue 22050 | 252 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out. Issue 22050 |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
456 mirrors/typedef_deferred_library_test: Crash # Deferred loading | 459 mirrors/typedef_deferred_library_test: Crash # Deferred loading |
457 mirrors/deferred_mirrors_update_test: Crash # Deferred loading | 460 mirrors/deferred_mirrors_update_test: Crash # Deferred loading |
458 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading | 461 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading |
459 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading | 462 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading |
460 mirrors/load_library_test: Crash # Deferred loading | 463 mirrors/load_library_test: Crash # Deferred loading |
461 | 464 |
462 [ $hot_reload ] | 465 [ $hot_reload ] |
463 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 | 466 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 |
464 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 | 467 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 |
465 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. | 468 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. |
OLD | NEW |