| 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 | 231 |
| 232 [ $compiler == dart2js && $minified ] | 232 [ $compiler == dart2js && $minified ] |
| 233 mirrors/mirrors_used_get_name_test: RuntimeError | 233 mirrors/mirrors_used_get_name_test: RuntimeError |
| 234 mirrors/mirrors_used_get_name2_test: RuntimeError | 234 mirrors/mirrors_used_get_name2_test: RuntimeError |
| 235 | 235 |
| 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 [ $compiler == dart2js && $runtime == ff ] |
| 242 math/math_parse_double_test: Pass, RuntimeError # Issue 28983 |
| 243 |
| 241 [ $runtime == chrome && $system == macos ] | 244 [ $runtime == chrome && $system == macos ] |
| 242 async/timer_isActive_test: Fail, Pass, Timeout # Issue 22696 | 245 async/timer_isActive_test: Fail, Pass, Timeout # Issue 22696 |
| 243 async/slow_consumer_test: Pass, Timeout # Issue 22696 | 246 async/slow_consumer_test: Pass, Timeout # Issue 22696 |
| 244 async/catch_errors11_test: Pass, Timeout # Issue 22696 | 247 async/catch_errors11_test: Pass, Timeout # Issue 22696 |
| 245 | 248 |
| 246 [ $runtime == chrome && $system == linux ] | 249 [ $runtime == chrome && $system == linux ] |
| 247 mirrors/native_class_test: Pass, Slow | 250 mirrors/native_class_test: Pass, Slow |
| 248 | 251 |
| 249 [ $runtime == chrome || $runtime == ff ] | 252 [ $runtime == chrome || $runtime == ff ] |
| 250 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out. Issue 22050 | 253 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out. Issue 22050 |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 mirrors/typedef_deferred_library_test: Crash # Deferred loading | 460 mirrors/typedef_deferred_library_test: Crash # Deferred loading |
| 458 mirrors/deferred_mirrors_update_test: Crash # Deferred loading | 461 mirrors/deferred_mirrors_update_test: Crash # Deferred loading |
| 459 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading | 462 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading |
| 460 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading | 463 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading |
| 461 mirrors/load_library_test: Crash # Deferred loading | 464 mirrors/load_library_test: Crash # Deferred loading |
| 462 | 465 |
| 463 [ $hot_reload ] | 466 [ $hot_reload ] |
| 464 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 | 467 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 |
| 465 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 | 468 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 |
| 466 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. | 469 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. |
| OLD | NEW |