| 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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 [ $compiler == none && $runtime == drt && $system == windows ] | 247 [ $compiler == none && $runtime == drt && $system == windows ] |
| 248 async/multiple_timer_test: Fail, Pass # See Issue 10982 | 248 async/multiple_timer_test: Fail, Pass # See Issue 10982 |
| 249 async/timer_test: Fail, Pass # See Issue 10982 | 249 async/timer_test: Fail, Pass # See Issue 10982 |
| 250 | 250 |
| 251 [ $compiler == none && $runtime == dartium ] | 251 [ $compiler == none && $runtime == dartium ] |
| 252 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. | 252 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. |
| 253 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 253 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| 254 | 254 |
| 255 [$compiler == none && $runtime == ContentShellOnAndroid ] | 255 [$compiler == none && $runtime == ContentShellOnAndroid ] |
| 256 async/stream_timeout_test: RuntimeError, Pass # Issue 19127 | 256 async/stream_timeout_test: RuntimeError, Pass # Issue 19127 |
| 257 async/slow_consumer2_test: Skip # Times out flakily. Issue 20956 | |
| 258 async/slow_consumer3_test: Skip # Times out flakily. Issue 20956 | 257 async/slow_consumer3_test: Skip # Times out flakily. Issue 20956 |
| 259 convert/streamed_conversion_utf8_encode_test: Skip # Times out or passes. Issue
19127 | 258 convert/streamed_conversion_utf8_encode_test: Skip # Times out or passes. Issue
19127 |
| 260 convert/streamed_conversion_utf8_decode_test: Skip # Times out or passes. Issue
19127 | 259 convert/streamed_conversion_utf8_decode_test: Skip # Times out or passes. Issue
19127 |
| 261 mirrors/lazy_static_test: Skip # Times out. Issue 19127 | 260 mirrors/lazy_static_test: Skip # Times out. Issue 19127 |
| 262 mirrors/mirrors_reader_test: Skip # Times out. Issue 19127 | 261 mirrors/mirrors_reader_test: Skip # Times out. Issue 19127 |
| 263 | 262 |
| 264 [ $compiler == dart2js && $runtime == safarimobilesim ] | 263 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 265 mirrors/mirrors_reader_test: Skip # Times out. Issue 20806. | 264 mirrors/mirrors_reader_test: Skip # Times out. Issue 20806. |
| 266 | 265 |
| 267 [ $compiler == dart2dart ] | 266 [ $compiler == dart2dart ] |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 profiler/metrics_num_test: Skip # Because of a int / double type test. | 314 profiler/metrics_num_test: Skip # Because of a int / double type test. |
| 316 | 315 |
| 317 [ $arch == simarm64 ] | 316 [ $arch == simarm64 ] |
| 318 convert/utf85_test: Skip # Pass, Slow Issue 20111. | 317 convert/utf85_test: Skip # Pass, Slow Issue 20111. |
| 319 | 318 |
| 320 [ $mode == debug && $arch == ia32 && $system == windows ] | 319 [ $mode == debug && $arch == ia32 && $system == windows ] |
| 321 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. | 320 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. |
| 322 | 321 |
| 323 [ $mode == debug && $arch != ia32 && $arch != x64 ] | 322 [ $mode == debug && $arch != ia32 && $arch != x64 ] |
| 324 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. | 323 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. |
| OLD | NEW |