| 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 [ $csp ] | 8 [ $csp ] |
| 9 # Deferred loading does not work from an isolate in CSP-mode | 9 # Deferred loading does not work from an isolate in CSP-mode |
| 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 | 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 | 207 |
| 208 [ $compiler == dart2js && $minified ] | 208 [ $compiler == dart2js && $minified ] |
| 209 mirrors/mirrors_used_get_name_test: RuntimeError | 209 mirrors/mirrors_used_get_name_test: RuntimeError |
| 210 mirrors/mirrors_used_get_name2_test: RuntimeError | 210 mirrors/mirrors_used_get_name2_test: RuntimeError |
| 211 | 211 |
| 212 [ $runtime == ff ] | 212 [ $runtime == ff ] |
| 213 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 213 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 214 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 | 214 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 |
| 215 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 | 215 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 |
| 216 | 216 |
| 217 [ $runtime == chrome && $system == macos ] |
| 218 async/timer_isActive_test: Pass, Timeout # Issue 22696 |
| 219 async/slow_consumer_test: Pass, Timeout # Issue 22696 |
| 220 async/catch_errors11_test: Pass, Timeout # Issue 22696 |
| 221 |
| 217 [ $runtime == chrome || $runtime == ff || $runtime == ContentShellOnAndroid ] | 222 [ $runtime == chrome || $runtime == ff || $runtime == ContentShellOnAndroid ] |
| 218 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out. Issue 22050 | 223 convert/streamed_conversion_utf8_encode_test: SkipSlow # Times out. Issue 22050 |
| 224 convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out. Issue 22050 |
| 219 convert/streamed_conversion_json_utf8_encode_test: SkipSlow # Times out. Issue 2
2050 | 225 convert/streamed_conversion_json_utf8_encode_test: SkipSlow # Times out. Issue 2
2050 |
| 220 convert/streamed_conversion_json_utf8_decode_test: SkipSlow # Times out. Issue 2
2050 | 226 convert/streamed_conversion_json_utf8_decode_test: SkipSlow # Times out. Issue 2
2050 |
| 221 async/slow_consumer2_test: SkipSlow # Times out. Issue 22050 | 227 async/slow_consumer2_test: SkipSlow # Times out. Issue 22050 |
| 222 async/stream_timeout_test: SkipSlow # Times out. Issue 22050 | 228 async/stream_timeout_test: SkipSlow # Times out. Issue 22050 |
| 223 | 229 |
| 224 [ $compiler == dart2js ] | 230 [ $compiler == dart2js ] |
| 225 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 | 231 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 |
| 226 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 | 232 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 |
| 227 typed_data/int64_list_load_store_test: RuntimeError # Issue 10275 | 233 typed_data/int64_list_load_store_test: RuntimeError # Issue 10275 |
| 228 | 234 |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 | 334 |
| 329 [ $mode == debug && $arch == ia32 && $system == windows ] | 335 [ $mode == debug && $arch == ia32 && $system == windows ] |
| 330 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. | 336 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. |
| 331 | 337 |
| 332 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] | 338 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] |
| 333 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. | 339 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. |
| 334 | 340 |
| 335 [ $runtime == vm && $mode == debug && $builder_tag == asan ] | 341 [ $runtime == vm && $mode == debug && $builder_tag == asan ] |
| 336 mirrors/immutable_collections_test: SkipSlow # Timeout. | 342 mirrors/immutable_collections_test: SkipSlow # Timeout. |
| 337 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. | 343 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. |
| OLD | NEW |