| 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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 | 436 |
| 437 [ $compiler == dart2js && $cps_ir && $checked ] | 437 [ $compiler == dart2js && $cps_ir && $checked ] |
| 438 *: Skip # Issue 25761 | 438 *: Skip # Issue 25761 |
| 439 | 439 |
| 440 [ $compiler == dart2js && $host_checked ] | 440 [ $compiler == dart2js && $host_checked ] |
| 441 mirrors/metadata_allowed_values_test/28: Crash # Issue 25911 | 441 mirrors/metadata_allowed_values_test/28: Crash # Issue 25911 |
| 442 mirrors/metadata_allowed_values_test/29: Crash # Issue 25911 | 442 mirrors/metadata_allowed_values_test/29: Crash # Issue 25911 |
| 443 mirrors/metadata_allowed_values_test/30: Crash # Issue 25911 | 443 mirrors/metadata_allowed_values_test/30: Crash # Issue 25911 |
| 444 mirrors/metadata_allowed_values_test/31: Crash # Issue 25911 | 444 mirrors/metadata_allowed_values_test/31: Crash # Issue 25911 |
| 445 | 445 |
| 446 [ $compiler == dart2js && $host_checked && $unchecked ] | |
| 447 mirrors/mirrors_used_typedef_declaration_test/01: Crash # Assertion failure: typ
edef(Foo) has not been checked for cycles. Issue 25911 | |
| 448 mirrors/mirrors_used_typedef_declaration_test/none: Crash # Assertion failure: t
ypedef(Foo) has not been checked for cycles. Issue 25911 | |
| 449 mirrors/typedef_library_test: Crash # Assertion failure: typedef(G) has not been
checked for cycles. Issue 25911 | |
| 450 | |
| 451 [ $compiler != dart2js ] | 446 [ $compiler != dart2js ] |
| 452 async/dart2js_uncaught_error_test: Skip # JS-integration only test | 447 async/dart2js_uncaught_error_test: Skip # JS-integration only test |
| 453 | 448 |
| 454 [ $compiler == precompiler || $mode == product ] | 449 [ $compiler == precompiler || $mode == product ] |
| 455 mirrors/*: SkipByDesign | 450 mirrors/*: SkipByDesign |
| 456 | 451 |
| 457 [ $compiler == precompiler ] | 452 [ $compiler == precompiler ] |
| 458 convert/chunked_conversion_utf88_test: Pass, Timeout | 453 convert/chunked_conversion_utf88_test: Pass, Timeout |
| 459 convert/utf85_test: Pass, Timeout | 454 convert/utf85_test: Pass, Timeout |
| 460 | 455 |
| 461 [ $hot_reload || $hot_reload_rollback ] | 456 [ $hot_reload || $hot_reload_rollback ] |
| 462 async/multiple_timer_test: Pass, Fail # Timing related | 457 async/multiple_timer_test: Pass, Fail # Timing related |
| 463 async/stream_transformer_test: Pass, Fail # Closure identity | 458 async/stream_transformer_test: Pass, Fail # Closure identity |
| 464 mirrors/closurization_equivalence_test: SkipByDesign # Method equality | 459 mirrors/closurization_equivalence_test: SkipByDesign # Method equality |
| 465 mirrors/fake_function_with_call_test: SkipByDesign # Method equality | 460 mirrors/fake_function_with_call_test: SkipByDesign # Method equality |
| 466 | 461 |
| 467 mirrors/library_enumeration_deferred_loading_test: Crash # Deferred loading | 462 mirrors/library_enumeration_deferred_loading_test: Crash # Deferred loading |
| 468 mirrors/library_imports_deferred_test: Crash # Deferred loading | 463 mirrors/library_imports_deferred_test: Crash # Deferred loading |
| 469 mirrors/library_import_deferred_loading_test: Crash # Deferred loading | 464 mirrors/library_import_deferred_loading_test: Crash # Deferred loading |
| 470 mirrors/typedef_deferred_library_test: Crash # Deferred loading | 465 mirrors/typedef_deferred_library_test: Crash # Deferred loading |
| 471 mirrors/deferred_mirrors_update_test: Crash # Deferred loading | 466 mirrors/deferred_mirrors_update_test: Crash # Deferred loading |
| 472 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading | 467 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading |
| 473 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading | 468 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading |
| 474 mirrors/load_library_test: Crash # Deferred loading | 469 mirrors/load_library_test: Crash # Deferred loading |
| 475 | 470 |
| 476 [ $hot_reload ] | 471 [ $hot_reload ] |
| 477 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 | 472 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 |
| 478 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 | 473 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 |
| 479 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. | 474 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. |
| OLD | NEW |