Skip to content

Commit 6dfc4ef

Browse files
devoncarewcommit-bot@chromium.org
authored andcommitted
Remove old dart2analyzer not strong status file entries.
Change-Id: I8e7775ce9a3d6fd14ee9d1b9d79be2f6df23cd01 Reviewed-on: https://dart-review.googlesource.com/63801 Commit-Queue: Devon Carew <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]>
1 parent 32d208d commit 6dfc4ef

File tree

5 files changed

+1
-1461
lines changed

5 files changed

+1
-1461
lines changed

pkg/pkg.status

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -203,23 +203,6 @@ analysis_server/test/*: Skip # Issue 26813
203203
analyzer/test/*: Skip # Issue 26813
204204
analyzer/tool/*: Skip # Issue 26813
205205

206-
# ILLEGAL_ASYNC_RETURN_TYPE warnings appear on some subset of Linux configurations,
207-
# but do not always fail.
208-
[ $compiler == dart2analyzer && $system == linux && !$preview_dart_2 && !$strong ]
209-
analyzer/test/src/dart/ast/ast_test: StaticWarning, Pass
210-
analyzer/test/src/summary/expr_builder_test: StaticWarning, Pass
211-
analyzer/test/src/summary/resynthesize_ast_test: StaticWarning, Pass
212-
analyzer/test/src/summary/resynthesize_kernel_test: StaticWarning, Pass
213-
front_end/test/incremental_dart2js_load_from_dill_test: StaticWarning, Pass
214-
215-
# ILLEGAL_ASYNC_RETURN_TYPE warnings
216-
[ $compiler == dart2analyzer && !$preview_dart_2 && !$strong && ($system == macos || $system == windows) ]
217-
analyzer/test/src/dart/ast/ast_test: StaticWarning
218-
analyzer/test/src/summary/expr_builder_test: StaticWarning
219-
analyzer/test/src/summary/resynthesize_ast_test: StaticWarning
220-
analyzer/test/src/summary/resynthesize_kernel_test: StaticWarning
221-
front_end/test/incremental_dart2js_load_from_dill_test: StaticWarning
222-
223206
# Analyze dev_compiler but only run its tests on the vm
224207
[ $compiler != dart2analyzer && $runtime != vm ]
225208
dev_compiler/test/*: Skip

tests/corelib_2/corelib_2.status

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -149,39 +149,9 @@ iterable_mapping_test/01: MissingCompileTimeError
149149
[ $compiler != app_jitk && $compiler != dart2js && $compiler != dartdevc && $compiler != dartdevk && $compiler != dartk && $compiler != dartkp && $runtime != none ]
150150
map_keys2_test: RuntimeError # needs Dart 2 is checks
151151

152-
[ $compiler == dart2analyzer && !$checked && !$strong ]
153-
from_environment_const_type_test/02: MissingCompileTimeError
154-
from_environment_const_type_test/03: MissingCompileTimeError
155-
from_environment_const_type_test/04: MissingCompileTimeError
156-
from_environment_const_type_test/06: MissingCompileTimeError
157-
from_environment_const_type_test/07: MissingCompileTimeError
158-
from_environment_const_type_test/08: MissingCompileTimeError
159-
from_environment_const_type_test/09: MissingCompileTimeError
160-
from_environment_const_type_test/11: MissingCompileTimeError
161-
from_environment_const_type_test/12: MissingCompileTimeError
162-
from_environment_const_type_test/13: MissingCompileTimeError
163-
from_environment_const_type_test/14: MissingCompileTimeError
164-
from_environment_const_type_test/16: MissingCompileTimeError
165-
from_environment_const_type_undefined_test/02: MissingCompileTimeError
166-
from_environment_const_type_undefined_test/03: MissingCompileTimeError
167-
from_environment_const_type_undefined_test/04: MissingCompileTimeError
168-
from_environment_const_type_undefined_test/06: MissingCompileTimeError
169-
from_environment_const_type_undefined_test/07: MissingCompileTimeError
170-
from_environment_const_type_undefined_test/08: MissingCompileTimeError
171-
from_environment_const_type_undefined_test/09: MissingCompileTimeError
172-
from_environment_const_type_undefined_test/11: MissingCompileTimeError
173-
from_environment_const_type_undefined_test/12: MissingCompileTimeError
174-
from_environment_const_type_undefined_test/13: MissingCompileTimeError
175-
from_environment_const_type_undefined_test/14: MissingCompileTimeError
176-
from_environment_const_type_undefined_test/16: MissingCompileTimeError
177-
178152
[ $compiler == dart2analyzer && $strong ]
179153
int_parse_radix_bad_handler_test: Pass
180154

181-
[ $compiler == dart2analyzer && !$strong ]
182-
regress_33166_test: StaticWarning # Not a Dart 1 test
183-
symbol_reserved_word_test/05: MissingCompileTimeError # Issue 30245
184-
185155
[ $compiler != dart2analyzer && $compiler != dart2js && $compiler != dartdevc && $compiler != dartdevk ]
186156
bigint_js_test: SkipByDesign # JavaScript-specific test
187157

0 commit comments

Comments
 (0)