| 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C
ontentShellOnAndroid) ] | 252 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C
ontentShellOnAndroid) ] |
| 253 async/schedule_microtask6_test: Fail # Issue 10910 | 253 async/schedule_microtask6_test: Fail # Issue 10910 |
| 254 async/timer_test: Fail, Pass # Issue 15487 | 254 async/timer_test: Fail, Pass # Issue 15487 |
| 255 async/multiple_timer_test: Fail, Pass # Issue 15487 | 255 async/multiple_timer_test: Fail, Pass # Issue 15487 |
| 256 async/stream_periodic3_test: Fail, Pass # Issue 15487 | 256 async/stream_periodic3_test: Fail, Pass # Issue 15487 |
| 257 async/timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: spawnFunction i
s not allowed on Dartium's DOM thread. | 257 async/timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: spawnFunction i
s not allowed on Dartium's DOM thread. |
| 258 mirrors/immutable_collections_test: Skip # Dartium debug uses -O0, so this will
just timeout and waste bot cycles. | 258 mirrors/immutable_collections_test: Skip # Dartium debug uses -O0, so this will
just timeout and waste bot cycles. |
| 259 mirrors/mirrors_reader_test: Skip # Dartium debug uses -O0, so this will just ti
meout and waste bot cycles. | 259 mirrors/mirrors_reader_test: Skip # Dartium debug uses -O0, so this will just ti
meout and waste bot cycles. |
| 260 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. | 260 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. |
| 261 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 | 261 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 |
| 262 mirrors/deferred*: Skip # Lazy deferred loading not yet implemented. Issue 19449
. Crashes drt in checked mode. | |
| 263 | 262 |
| 264 [ $compiler == none && $runtime == drt && $system == windows ] | 263 [ $compiler == none && $runtime == drt && $system == windows ] |
| 265 async/multiple_timer_test: Fail, Pass # See Issue 10982 | 264 async/multiple_timer_test: Fail, Pass # See Issue 10982 |
| 266 async/timer_test: Fail, Pass # See Issue 10982 | 265 async/timer_test: Fail, Pass # See Issue 10982 |
| 267 | 266 |
| 268 [ $compiler == none && $runtime == dartium ] | 267 [ $compiler == none && $runtime == dartium ] |
| 269 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. | 268 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. |
| 270 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 269 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| 271 | 270 |
| 272 [$compiler == none && $runtime == ContentShellOnAndroid ] | 271 [$compiler == none && $runtime == ContentShellOnAndroid ] |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 [ $compiler == dart2js && $mode == debug ] | 307 [ $compiler == dart2js && $mode == debug ] |
| 309 mirrors/native_class_test: Pass, Slow | 308 mirrors/native_class_test: Pass, Slow |
| 310 | 309 |
| 311 [ $arch == simmips || $arch == mips ] | 310 [ $arch == simmips || $arch == mips ] |
| 312 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12025. | 311 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12025. |
| 313 convert/streamed_conversion_json_utf8_decode_test: Skip # Pass, Slow | 312 convert/streamed_conversion_json_utf8_decode_test: Skip # Pass, Slow |
| 314 | 313 |
| 315 [ $arch == simarm ] | 314 [ $arch == simarm ] |
| 316 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. | 315 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. |
| 317 convert/utf85_test: Skip # Pass, Slow Issue 12644. | 316 convert/utf85_test: Skip # Pass, Slow Issue 12644. |
| OLD | NEW |