| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index f842b8fe486d1707d2816c5703c915c971af46bf..a73fb344886e0a04ac21da024203b332744c61ed 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -197,6 +197,64 @@ mutation_observer: Skip
|
| [ $compiler == dart2js && $runtime == chrome && $system == macos ]
|
| third_party/di_tests/di_test: Pass, Slow # Issue 22896
|
|
|
| +[ $compiler == dart2js && $cps_ir && $host_checked ]
|
| +analyzer/test/dart/ast/ast_test: Crash # Issue 24485
|
| +analyzer/test/dart/ast/visitor_test: Crash # Issue 24485
|
| +analyzer/test/dart/element/element_test: Crash # Issue 24485
|
| +analyzer/test/enum_test: Crash # Issue 24485
|
| +analyzer/test/generated/all_the_rest_test: Crash # Issue 24485
|
| +analyzer/test/generated/ast_test: Crash # Issue 24485
|
| +analyzer/test/generated/checked_mode_compile_time_error_code_test: Crash # Issue 24485
|
| +analyzer/test/generated/compile_time_error_code_test: Crash # Issue 24485
|
| +analyzer/test/generated/constant_test: Crash # Issue 24485
|
| +analyzer/test/generated/declaration_resolver_test: Crash # Issue 24485
|
| +analyzer/test/generated/element_resolver_test: Crash # Issue 24485
|
| +analyzer/test/generated/element_test: Crash # Issue 24485
|
| +analyzer/test/generated/error_suppression_test: Crash # Issue 24485
|
| +analyzer/test/generated/hint_code_test: Crash # Issue 24485
|
| +analyzer/test/generated/incremental_resolver_test: Crash # Issue 24485
|
| +analyzer/test/generated/incremental_scanner_test: Crash # Issue 24485
|
| +analyzer/test/generated/inheritance_manager_test: Crash # Issue 24485
|
| +analyzer/test/generated/non_error_resolver_test: Crash # Issue 24485
|
| +analyzer/test/generated/non_hint_code_test: Crash # Issue 24485
|
| +analyzer/test/generated/parser_test: Crash # Issue 24485
|
| +analyzer/test/generated/resolver_test: Crash # Issue 24485
|
| +analyzer/test/generated/scanner_test: Crash # Issue 24485
|
| +analyzer/test/generated/simple_resolver_test: Crash # Issue 24485
|
| +analyzer/test/generated/source_factory_test: Crash # Issue 24485
|
| +analyzer/test/generated/static_type_analyzer_test: Crash # Issue 24485
|
| +analyzer/test/generated/static_type_warning_code_test: Crash # Issue 24485
|
| +analyzer/test/generated/static_warning_code_test: Crash # Issue 24485
|
| +analyzer/test/generated/strong_mode_test: Crash # Issue 24485
|
| +analyzer/test/generated/utilities_test: Crash # Issue 24485
|
| +analyzer/test/src/context/cache_test: Crash # Issue 24485
|
| +analyzer/test/src/context/context_test: Crash # Issue 24485
|
| +analyzer/test/src/dart/ast/utilities_test: Crash # Issue 24485
|
| +analyzer/test/src/dart/element/element_test: Crash # Issue 24485
|
| +analyzer/test/src/summary/index_unit_test: Crash # Issue 24485
|
| +analyzer/test/src/summary/prelinker_test: Crash # Issue 24485
|
| +analyzer/test/src/summary/resynthesize_test: Crash # Issue 24485
|
| +analyzer/test/src/summary/resynthesize_strong_test: Crash # Issue 24485
|
| +analyzer/test/src/summary/summarize_ast_test: Crash # Issue 24485
|
| +analyzer/test/src/summary/summarize_elements_test: Crash # Issue 24485
|
| +analyzer/test/src/summary/summarize_elements_strong_test: Crash # Issue 24485
|
| +analyzer/test/src/task/dart_test: Crash # Issue 24485
|
| +analyzer/test/src/task/dart_work_manager_test: Crash # Issue 24485
|
| +analyzer/test/src/task/driver_test: Crash # Issue 24485
|
| +analyzer/test/src/task/general_test: Crash # Issue 24485
|
| +analyzer/test/src/task/html_test: Crash # Issue 24485
|
| +analyzer/test/src/task/html_work_manager_test: Crash # Issue 24485
|
| +analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485
|
| +analyzer/test/src/task/inputs_test: Crash # Issue 24485
|
| +analyzer/test/src/task/manager_test: Crash # Issue 24485
|
| +analyzer/test/src/task/model_test: Crash # Issue 24485
|
| +analyzer/test/src/task/options_test: Crash # Issue 24485
|
| +analyzer/test/src/task/options_work_manager_test: Crash # Issue 24485
|
| +analyzer/test/src/task/strong/checker_test: Crash # Issue 24485
|
| +analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485
|
| +analyzer/test/src/task/strong_mode_test: Crash # Issue 24485
|
| +analyzer/test/src/task/yaml_test: Crash # Issue 24485
|
| +
|
| [ $arch == x64 && $runtime == vm && $system == windows && $checked ]
|
| # See: https://build.chromium.org/p/client.dart/builders/analyzer-win7-release-be/builds/3113/steps/analyzer%20unit%20tests/logs/stdio
|
| analyzer/test/src/task/strong/inferred_type_test: Pass, Slow
|
| @@ -204,6 +262,9 @@ analyzer/test/src/task/strong/inferred_type_test: Pass, Slow
|
| [ $runtime == dart_precompiled ]
|
| *: SkipByDesign # The pkg test framework imports dart:mirrors.
|
|
|
| +[ $compiler == dart2js && $cps_ir && $checked ]
|
| +*: Skip # `assert` not implemented, about 75% tests crash
|
| +
|
| [ $compiler == none ]
|
| kernel/test/closures_test: Fail
|
|
|
|
|