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