| 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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 mirrors/mirrors_used_get_name2_test: RuntimeError | 204 mirrors/mirrors_used_get_name2_test: RuntimeError |
| 205 | 205 |
| 206 [ $runtime == ff ] | 206 [ $runtime == ff ] |
| 207 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 207 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 208 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 | 208 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 |
| 209 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 | 209 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 |
| 210 | 210 |
| 211 [ $runtime == chrome || $runtime == ff || $runtime == ContentShellOnAndroid ] | 211 [ $runtime == chrome || $runtime == ff || $runtime == ContentShellOnAndroid ] |
| 212 convert/streamed_conversion_utf8_encode_test: Skip # Times out. Issue 22050 | 212 convert/streamed_conversion_utf8_encode_test: Skip # Times out. Issue 22050 |
| 213 convert/streamed_conversion_json_utf8_encode_test: Skip # Times out. Issue 22050 | 213 convert/streamed_conversion_json_utf8_encode_test: Skip # Times out. Issue 22050 |
| 214 convert/streamed_conversion_json_utf8_decode_test: Skip # Times out. Issue 22050 |
| 214 async/slow_consumer2_test: Skip # Times out. Issue 22050 | 215 async/slow_consumer2_test: Skip # Times out. Issue 22050 |
| 215 async/stream_timeout_test: Skip # Times out. Issue 22050 | 216 async/stream_timeout_test: Skip # Times out. Issue 22050 |
| 216 | 217 |
| 217 [ $compiler == dart2js ] | 218 [ $compiler == dart2js ] |
| 218 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 | 219 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 |
| 219 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 | 220 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 |
| 220 typed_data/int64_list_load_store_test: RuntimeError # Issue 10275 | 221 typed_data/int64_list_load_store_test: RuntimeError # Issue 10275 |
| 221 | 222 |
| 222 [ $runtime == opera ] | 223 [ $runtime == opera ] |
| 223 async/multiple_timer_test: Pass, Fail # Probably issue 14734 | 224 async/multiple_timer_test: Pass, Fail # Probably issue 14734 |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 profiler/metrics_num_test: Skip # Because of a int / double type test. | 317 profiler/metrics_num_test: Skip # Because of a int / double type test. |
| 317 | 318 |
| 318 [ $arch == simarm64 ] | 319 [ $arch == simarm64 ] |
| 319 convert/utf85_test: Skip # Pass, Slow Issue 20111. | 320 convert/utf85_test: Skip # Pass, Slow Issue 20111. |
| 320 | 321 |
| 321 [ $mode == debug && $arch == ia32 && $system == windows ] | 322 [ $mode == debug && $arch == ia32 && $system == windows ] |
| 322 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. | 323 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. |
| 323 | 324 |
| 324 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] | 325 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] |
| 325 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. | 326 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. |
| OLD | NEW |