| 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 [ $unchecked ] | 5 [ $unchecked ] |
| 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. | 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. |
| 7 | 7 |
| 8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
| 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. Issue 5958 | 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. Issue 5958 |
| 10 | 10 |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 | 314 |
| 315 [ $arch == simarm64 ] | 315 [ $arch == simarm64 ] |
| 316 convert/utf85_test: Skip # Pass, Slow Issue 20111. | 316 convert/utf85_test: Skip # Pass, Slow Issue 20111. |
| 317 | 317 |
| 318 [ $mode == debug && $arch == ia32 && $system == windows ] | 318 [ $mode == debug && $arch == ia32 && $system == windows ] |
| 319 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. | 319 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. |
| 320 | 320 |
| 321 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $mode == debug && $arch == x64 && $system == windows ] | 321 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $mode == debug && $arch == x64 && $system == windows ] |
| 322 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow | 322 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow |
| 323 | 323 |
| 324 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $mode == release && $arch == ia32 && $system == windows ] | |
| 325 convert/json_test: RuntimeError # Issue 24908 | |
| 326 | |
| 327 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm && $arch !=
simarmv6 && $arch != simarmv5te ] | 324 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm && $arch !=
simarmv6 && $arch != simarmv5te ] |
| 328 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. | 325 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. |
| 329 | 326 |
| 330 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $mode == debug && $builder_tag == asan ] | 327 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) &
& $mode == debug && $builder_tag == asan ] |
| 331 mirrors/immutable_collections_test: SkipSlow # Timeout. | 328 mirrors/immutable_collections_test: SkipSlow # Timeout. |
| 332 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. | 329 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. |
| 333 | 330 |
| 334 [ $compiler == dart2js && $cps_ir ] | 331 [ $compiler == dart2js && $cps_ir ] |
| 335 async/async_await_zones_test: Crash # (await for(var x in bar().take(100)){sum+=
x;}): await for | 332 async/async_await_zones_test: Crash # (await for(var x in bar().take(100)){sum+=
x;}): await for |
| 336 async/stream_iterator_test: Crash # (Stream createCancel... cannot handle sync*
/async* functions | 333 async/stream_iterator_test: Crash # (Stream createCancel... cannot handle sync*
/async* functions |
| (...skipping 19 matching lines...) Expand all Loading... |
| 356 | 353 |
| 357 [ $noopt && $arch == simarm64 ] | 354 [ $noopt && $arch == simarm64 ] |
| 358 async/slow_consumer2_test: Pass, RuntimeError # Issue 25726 | 355 async/slow_consumer2_test: Pass, RuntimeError # Issue 25726 |
| 359 | 356 |
| 360 [ $noopt || $compiler == precompiler || $mode == product ] | 357 [ $noopt || $compiler == precompiler || $mode == product ] |
| 361 mirrors/*: SkipByDesign | 358 mirrors/*: SkipByDesign |
| 362 | 359 |
| 363 [ $noopt || $compiler == precompiler ] | 360 [ $noopt || $compiler == precompiler ] |
| 364 convert/chunked_conversion_utf88_test: Pass, Timeout | 361 convert/chunked_conversion_utf88_test: Pass, Timeout |
| 365 convert/utf85_test: Pass, Timeout | 362 convert/utf85_test: Pass, Timeout |
| OLD | NEW |