mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
Fix status files: file is excluded and so dartanalyzer errs on test.
Change-Id: Id134bd81d02a8166ee2756f0323db8f650ccde84 Reviewed-on: https://dart-review.googlesource.com/45160 Reviewed-by: Phil Quitslund <pquitslund@google.com> Commit-Queue: Mike Fairhurst <mfairhurst@google.com>
This commit is contained in:
parent
c8ee601268
commit
080e7e6073
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ unused_changes_in_last_reload_test: RuntimeError # Issue 27806
|
|||
# Tests with known analyzer issues
|
||||
[ $compiler == dart2analyzer ]
|
||||
developer_extension_test: SkipByDesign
|
||||
evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478
|
||||
evaluate_activation_in_method_class_test: RuntimeError # Issue 24478, also, test is excluded in .analysis_options
|
||||
get_isolate_after_language_error_test: SkipByDesign
|
||||
|
||||
# Kernel version of tests
|
||||
|
|
Loading…
Reference in a new issue