| 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 async/timer_test: Fail, Pass # See Issue 10982 | 276 async/timer_test: Fail, Pass # See Issue 10982 |
| 277 | 277 |
| 278 [ $arch == simmips || $arch == mips ] | 278 [ $arch == simmips || $arch == mips ] |
| 279 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. | 279 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. |
| 280 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow | 280 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow |
| 281 | 281 |
| 282 [ $arch == simarm ] | 282 [ $arch == simarm ] |
| 283 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. | 283 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. |
| 284 convert/utf85_test: Pass, Slow # Issue 12644. | 284 convert/utf85_test: Pass, Slow # Issue 12644. |
| 285 | 285 |
| 286 [ $arch == simarm64 ] |
| 287 *: Skip |
| 288 |
| 286 [ $compiler == none && $runtime == dartium ] | 289 [ $compiler == none && $runtime == dartium ] |
| 287 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. | 290 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. |
| 288 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 291 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| 289 | 292 |
| 290 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] | 293 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] |
| 291 mirrors/find_in_context_test: Fail # Issue 13719: Needs VM flag | 294 mirrors/find_in_context_test: Fail # Issue 13719: Needs VM flag |
| 292 mirrors/find_in_context_private_test: Fail # Issue 13719: Needs VM flag | 295 mirrors/find_in_context_private_test: Fail # Issue 13719: Needs VM flag |
| 293 mirrors/find_in_context_fake_function_test: Fail # Issue 13719: Needs VM flag | 296 mirrors/find_in_context_fake_function_test: Fail # Issue 13719: Needs VM flag |
| 294 | 297 |
| 295 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 298 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| (...skipping 25 matching lines...) Expand all Loading... |
| 321 | 324 |
| 322 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 | 325 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 |
| 323 mirrors/metadata_scope_test/01: MissingCompileTimeError # Issue 17894 | 326 mirrors/metadata_scope_test/01: MissingCompileTimeError # Issue 17894 |
| 324 | 327 |
| 325 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 328 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 326 async/*deferred*: Skip # Issue 17458 | 329 async/*deferred*: Skip # Issue 17458 |
| 327 mirrors/*deferred*: Skip # Issue 17458 | 330 mirrors/*deferred*: Skip # Issue 17458 |
| 328 | 331 |
| 329 [ $compiler == dart2js && $mode == debug ] | 332 [ $compiler == dart2js && $mode == debug ] |
| 330 mirrors/native_class_test: Pass, Slow | 333 mirrors/native_class_test: Pass, Slow |
| OLD | NEW |