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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ] | 378 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ] |
379 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 | 379 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 |
380 | 380 |
381 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 381 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
382 async/*deferred*: Pass,RuntimeError # Issue 17458 | 382 async/*deferred*: Pass,RuntimeError # Issue 17458 |
383 mirrors/*deferred*: Pass,RuntimeError # Issue 17458 | 383 mirrors/*deferred*: Pass,RuntimeError # Issue 17458 |
384 | 384 |
385 [ $compiler == dart2js && $mode == debug ] | 385 [ $compiler == dart2js && $mode == debug ] |
386 mirrors/native_class_test: Pass, Slow | 386 mirrors/native_class_test: Pass, Slow |
387 | 387 |
388 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ar
ch == mips ] | 388 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) ] |
389 async/timer_regress22626_test: Pass, RuntimeError # Issue 22626 | 389 async/timer_regress22626_test: Pass, RuntimeError # Issue 28254 |
390 | 390 |
391 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te ] | 391 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te ] |
392 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. | 392 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. |
393 convert/utf85_test: Skip # Pass, Slow Issue 12644. | 393 convert/utf85_test: Skip # Pass, Slow Issue 12644. |
394 | 394 |
395 [ $arch == simarmv5te ] | 395 [ $arch == simarmv5te ] |
396 mirrors/mirrors_reader_test: Pass, Slow | 396 mirrors/mirrors_reader_test: Pass, Slow |
397 | 397 |
398 [ $compiler == dart2js ] | 398 [ $compiler == dart2js ] |
399 developer/metrics_num_test: Skip # Because of a int / double type test. | 399 developer/metrics_num_test: Skip # Because of a int / double type test. |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
463 mirrors/typedef_deferred_library_test: Crash # Deferred loading | 463 mirrors/typedef_deferred_library_test: Crash # Deferred loading |
464 mirrors/deferred_mirrors_update_test: Crash # Deferred loading | 464 mirrors/deferred_mirrors_update_test: Crash # Deferred loading |
465 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading | 465 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading |
466 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading | 466 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading |
467 mirrors/load_library_test: Crash # Deferred loading | 467 mirrors/load_library_test: Crash # Deferred loading |
468 | 468 |
469 [ $hot_reload ] | 469 [ $hot_reload ] |
470 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 | 470 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 |
471 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 | 471 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 |
472 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. | 472 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. |
OLD | NEW |