| 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 [ $csp ] | 8 [ $csp ] |
| 9 # Deferred loading does not work from an isolate in CSP-mode | 9 # Deferred loading does not work from an isolate in CSP-mode |
| 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 | 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 |
| (...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ] | 320 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ] |
| 321 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 | 321 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 |
| 322 | 322 |
| 323 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 323 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 324 async/*deferred*: Skip # Issue 17458 | 324 async/*deferred*: Skip # Issue 17458 |
| 325 mirrors/*deferred*: Skip # Issue 17458 | 325 mirrors/*deferred*: Skip # Issue 17458 |
| 326 | 326 |
| 327 [ $compiler == dart2js && $mode == debug ] | 327 [ $compiler == dart2js && $mode == debug ] |
| 328 mirrors/native_class_test: Pass, Slow | 328 mirrors/native_class_test: Pass, Slow |
| 329 | 329 |
| 330 [ $arch == simarm ] | 330 [ $arch == simarm || $arch == simarmv5te ] |
| 331 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. | 331 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. |
| 332 convert/utf85_test: Skip # Pass, Slow Issue 12644. | 332 convert/utf85_test: Skip # Pass, Slow Issue 12644. |
| 333 | 333 |
| 334 [ $arch == simarmv5te ] |
| 335 mirrors/mirrors_reader_test: Pass, Slow |
| 336 |
| 334 [ $compiler == dart2js ] | 337 [ $compiler == dart2js ] |
| 335 profiler/metrics_num_test: Skip # Because of a int / double type test. | 338 profiler/metrics_num_test: Skip # Because of a int / double type test. |
| 336 | 339 |
| 337 [ $arch == simarm64 ] | 340 [ $arch == simarm64 ] |
| 338 convert/utf85_test: Skip # Pass, Slow Issue 20111. | 341 convert/utf85_test: Skip # Pass, Slow Issue 20111. |
| 339 | 342 |
| 340 [ $mode == debug && $arch == ia32 && $system == windows ] | 343 [ $mode == debug && $arch == ia32 && $system == windows ] |
| 341 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. | 344 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. |
| 342 | 345 |
| 343 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] | 346 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm && $arch !=
simarmv5te ] |
| 344 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. | 347 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. |
| 345 | 348 |
| 346 [ $runtime == vm && $mode == debug && $builder_tag == asan ] | 349 [ $runtime == vm && $mode == debug && $builder_tag == asan ] |
| 347 mirrors/immutable_collections_test: SkipSlow # Timeout. | 350 mirrors/immutable_collections_test: SkipSlow # Timeout. |
| 348 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. | 351 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. |
| OLD | NEW |