| 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 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim
e != dartium ] | 5 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim
e != dartium ] |
| 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 | 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 |
| 7 | 7 |
| 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] | 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 | 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 |
| 10 | 10 |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 [ $compiler == none && $runtime == drt && $system == windows ] | 248 [ $compiler == none && $runtime == drt && $system == windows ] |
| 249 async/multiple_timer_test: Fail, Pass # See Issue 10982 | 249 async/multiple_timer_test: Fail, Pass # See Issue 10982 |
| 250 async/timer_test: Fail, Pass # See Issue 10982 | 250 async/timer_test: Fail, Pass # See Issue 10982 |
| 251 | 251 |
| 252 [ $compiler == none && $runtime == dartium ] | 252 [ $compiler == none && $runtime == dartium ] |
| 253 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. | 253 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. |
| 254 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 254 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| 255 | 255 |
| 256 [$compiler == none && $runtime == ContentShellOnAndroid ] | 256 [$compiler == none && $runtime == ContentShellOnAndroid ] |
| 257 async/stream_timeout_test: RuntimeError, Pass # Issue 19127 | 257 async/stream_timeout_test: RuntimeError, Pass # Issue 19127 |
| 258 async/slow_consumer3_test: Skip # Times out flakily. Issue 20956 |
| 258 convert/streamed_conversion_utf8_encode_test: Skip # Times out or passes. Issue
19127 | 259 convert/streamed_conversion_utf8_encode_test: Skip # Times out or passes. Issue
19127 |
| 259 convert/streamed_conversion_utf8_decode_test: Skip # Times out or passes. Issue
19127 | 260 convert/streamed_conversion_utf8_decode_test: Skip # Times out or passes. Issue
19127 |
| 260 mirrors/lazy_static_test: Skip # Times out. Issue 19127 | 261 mirrors/lazy_static_test: Skip # Times out. Issue 19127 |
| 261 mirrors/mirrors_reader_test: Skip # Times out. Issue 19127 | 262 mirrors/mirrors_reader_test: Skip # Times out. Issue 19127 |
| 262 | 263 |
| 263 [ $compiler == dart2js && $runtime == safarimobilesim ] | 264 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 264 mirrors/mirrors_reader_test: Skip # Times out. Issue 20806. | 265 mirrors/mirrors_reader_test: Skip # Times out. Issue 20806. |
| 265 | 266 |
| 266 [ $compiler == dart2dart ] | 267 [ $compiler == dart2dart ] |
| 267 # Deferred loading is not supported by dart2dart. | 268 # Deferred loading is not supported by dart2dart. |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 | 306 |
| 306 [ $arch == simarm ] | 307 [ $arch == simarm ] |
| 307 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. | 308 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. |
| 308 convert/utf85_test: Skip # Pass, Slow Issue 12644. | 309 convert/utf85_test: Skip # Pass, Slow Issue 12644. |
| 309 | 310 |
| 310 [ $compiler == dart2js ] | 311 [ $compiler == dart2js ] |
| 311 profiler/metrics_num_test: Skip # Because of a int / double type test. | 312 profiler/metrics_num_test: Skip # Because of a int / double type test. |
| 312 | 313 |
| 313 [ $arch == simarm64 ] | 314 [ $arch == simarm64 ] |
| 314 convert/utf85_test: Skip # Pass, Slow Issue 20111. | 315 convert/utf85_test: Skip # Pass, Slow Issue 20111. |
| OLD | NEW |