| 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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 mirrors/metadata_allowed_values_test/31: Crash # Issue 25911 | 405 mirrors/metadata_allowed_values_test/31: Crash # Issue 25911 |
| 406 | 406 |
| 407 [ $compiler == dart2js && $host_checked && $unchecked ] | 407 [ $compiler == dart2js && $host_checked && $unchecked ] |
| 408 mirrors/mirrors_used_typedef_declaration_test/01: Crash # Assertion failure: typ
edef(Foo) has not been checked for cycles. Issue 25911 | 408 mirrors/mirrors_used_typedef_declaration_test/01: Crash # Assertion failure: typ
edef(Foo) has not been checked for cycles. Issue 25911 |
| 409 mirrors/mirrors_used_typedef_declaration_test/none: Crash # Assertion failure: t
ypedef(Foo) has not been checked for cycles. Issue 25911 | 409 mirrors/mirrors_used_typedef_declaration_test/none: Crash # Assertion failure: t
ypedef(Foo) has not been checked for cycles. Issue 25911 |
| 410 mirrors/typedef_library_test: Crash # Assertion failure: typedef(G) has not been
checked for cycles. Issue 25911 | 410 mirrors/typedef_library_test: Crash # Assertion failure: typedef(G) has not been
checked for cycles. Issue 25911 |
| 411 | 411 |
| 412 [ $compiler != dart2js ] | 412 [ $compiler != dart2js ] |
| 413 async/dart2js_uncaught_error_test: Skip # JS-integration only test | 413 async/dart2js_uncaught_error_test: Skip # JS-integration only test |
| 414 | 414 |
| 415 [ $noopt && $arch == simarm64 ] | 415 [ $compiler == precompiler || $mode == product ] |
| 416 async/slow_consumer2_test: Pass, RuntimeError # Issue 25726 | |
| 417 | |
| 418 [ $noopt || $compiler == precompiler || $mode == product ] | |
| 419 mirrors/*: SkipByDesign | 416 mirrors/*: SkipByDesign |
| 420 | 417 |
| 421 [ $noopt || $compiler == precompiler ] | 418 [ $compiler == precompiler ] |
| 422 convert/chunked_conversion_utf88_test: Pass, Timeout | 419 convert/chunked_conversion_utf88_test: Pass, Timeout |
| 423 convert/utf85_test: Pass, Timeout | 420 convert/utf85_test: Pass, Timeout |
| 424 | 421 |
| 425 [ $hot_reload || $hot_reload_rollback ] | 422 [ $hot_reload || $hot_reload_rollback ] |
| 426 async/multiple_timer_test: Pass, Fail # Timing related | 423 async/multiple_timer_test: Pass, Fail # Timing related |
| 427 async/stream_transformer_test: Pass, Fail # Closure identity | 424 async/stream_transformer_test: Pass, Fail # Closure identity |
| 428 mirrors/closurization_equivalence_test: SkipByDesign # Method equality | 425 mirrors/closurization_equivalence_test: SkipByDesign # Method equality |
| 429 mirrors/fake_function_with_call_test: SkipByDesign # Method equality | 426 mirrors/fake_function_with_call_test: SkipByDesign # Method equality |
| 430 | 427 |
| 431 mirrors/library_enumeration_deferred_loading_test: Crash # Deferred loading | 428 mirrors/library_enumeration_deferred_loading_test: Crash # Deferred loading |
| 432 mirrors/library_imports_deferred_test: Crash # Deferred loading | 429 mirrors/library_imports_deferred_test: Crash # Deferred loading |
| 433 mirrors/library_import_deferred_loading_test: Crash # Deferred loading | 430 mirrors/library_import_deferred_loading_test: Crash # Deferred loading |
| 434 mirrors/typedef_deferred_library_test: Crash # Deferred loading | 431 mirrors/typedef_deferred_library_test: Crash # Deferred loading |
| 435 mirrors/deferred_mirrors_update_test: Crash # Deferred loading | 432 mirrors/deferred_mirrors_update_test: Crash # Deferred loading |
| 436 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading | 433 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading |
| 437 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading | 434 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading |
| 438 mirrors/load_library_test: Crash # Deferred loading | 435 mirrors/load_library_test: Crash # Deferred loading |
| 439 | 436 |
| 440 [ $hot_reload ] | 437 [ $hot_reload ] |
| 441 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 | 438 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 |
| 442 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 | 439 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue
26869 |
| 443 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. | 440 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. |
| OLD | NEW |