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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 async/timer_test: Fail, Pass # See Issue 10982 | 277 async/timer_test: Fail, Pass # See Issue 10982 |
278 | 278 |
279 [ $arch == simmips || $arch == mips ] | 279 [ $arch == simmips || $arch == mips ] |
280 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. | 280 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. |
281 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow | 281 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow |
282 | 282 |
283 [ $arch == simarm ] | 283 [ $arch == simarm ] |
284 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. | 284 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. |
285 convert/utf85_test: Pass, Slow # Issue 12644. | 285 convert/utf85_test: Pass, Slow # Issue 12644. |
286 | 286 |
| 287 [ $arch == simarm64 ] |
| 288 *: Skip |
| 289 |
287 [ $compiler == none && $runtime == dartium ] | 290 [ $compiler == none && $runtime == dartium ] |
288 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. | 291 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. |
289 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 292 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
290 | 293 |
291 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] | 294 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] |
292 mirrors/find_in_context_test: Fail # Issue 13719: Needs VM flag | 295 mirrors/find_in_context_test: Fail # Issue 13719: Needs VM flag |
293 mirrors/find_in_context_private_test: Fail # Issue 13719: Needs VM flag | 296 mirrors/find_in_context_private_test: Fail # Issue 13719: Needs VM flag |
294 mirrors/find_in_context_fake_function_test: Fail # Issue 13719: Needs VM flag | 297 mirrors/find_in_context_fake_function_test: Fail # Issue 13719: Needs VM flag |
295 | 298 |
296 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 299 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
(...skipping 24 matching lines...) Expand all Loading... |
321 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. | 324 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. |
322 | 325 |
323 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 | 326 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 |
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 |