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