Skip to content

Commit 7f9e4b7

Browse files
committed
Update status for dart2js --cps_ir --host_checked.
BUG=#25911 BUG=#24485 [email protected] Review URL: https://codereview.chromium.org/1773523002 .
1 parent a552c24 commit 7f9e4b7

File tree

6 files changed

+37
-2
lines changed

6 files changed

+37
-2
lines changed

pkg/pkg.status

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,17 @@ analyzer/test/src/summary/resynthesize_test: Pass, Slow # Times out due to inlin
187187
analyzer/test/src/task/strong_mode_test: Pass, Slow # Times out due to inlining, but see issue 24485
188188

189189
[ $compiler == dart2js && $cps_ir && $host_checked ]
190+
analyzer/test/dart/ast/ast_test: Crash # Issue 24485
191+
analyzer/test/dart/ast/visitor_test: Crash # Issue 24485
192+
analyzer/test/dart/element/element_test: Crash # Issue 24485
190193
analyzer/test/enum_test: Crash # Issue 24485
191194
analyzer/test/generated/all_the_rest_test: Crash # Issue 24485
192195
analyzer/test/generated/ast_test: Crash # Issue 24485
193196
analyzer/test/generated/compile_time_error_code_test: Crash # Issue 24485
197+
analyzer/test/generated/constant_test: Crash # Issue 24485
198+
analyzer/test/generated/declaration_resolver_test: Crash # Issue 24485
194199
analyzer/test/generated/element_test: Crash # Issue 24485
200+
analyzer/test/generated/error_suppression_test: Crash # Issue 24485
195201
analyzer/test/generated/incremental_resolver_test: Crash # Issue 24485
196202
analyzer/test/generated/incremental_scanner_test: Crash # Issue 24485
197203
analyzer/test/generated/non_error_resolver_test: Crash # Issue 24485
@@ -204,6 +210,15 @@ analyzer/test/generated/static_warning_code_test: Crash # Issue 24485
204210
analyzer/test/generated/utilities_test: Crash # Issue 24485
205211
analyzer/test/src/context/cache_test: Crash # Issue 24485
206212
analyzer/test/src/context/context_test: Crash # Issue 24485
213+
analyzer/test/src/dart/ast/utilities_test: Crash # Issue 24485
214+
analyzer/test/src/dart/element/element_test: Crash # Issue 24485
215+
analyzer/test/src/summary/index_unit_test: Crash # Issue 24485
216+
analyzer/test/src/summary/prelinker_test: Crash # Issue 24485
217+
analyzer/test/src/summary/resynthesize_test: Crash # Issue 24485
218+
analyzer/test/src/summary/resynthesize_strong_test: Crash # Issue 24485
219+
analyzer/test/src/summary/summarize_ast_test: Crash # Issue 24485
220+
analyzer/test/src/summary/summarize_elements_test: Crash # Issue 24485
221+
analyzer/test/src/summary/summarize_elements_strong_test: Crash # Issue 24485
207222
analyzer/test/src/task/dart_test: Crash # Issue 24485
208223
analyzer/test/src/task/dart_work_manager_test: Crash # Issue 24485
209224
analyzer/test/src/task/driver_test: Crash # Issue 24485
@@ -214,9 +229,12 @@ analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485
214229
analyzer/test/src/task/inputs_test: Crash # Issue 24485
215230
analyzer/test/src/task/manager_test: Crash # Issue 24485
216231
analyzer/test/src/task/model_test: Crash # Issue 24485
217-
analyzer/test/src/task/strong/checker_test: Crash # t: Failed assertion: line 88 pos 12: '!variable2index.containsKey(element)' is not true.
218-
analyzer/test/src/task/strong/inferred_type_test: Crash # t: Failed assertion: line 88 pos 12: '!variable2index.containsKey(element)' is not true.
232+
analyzer/test/src/task/options_test: Crash # Issue 24485
233+
analyzer/test/src/task/options_work_manager_test: Crash # Issue 24485
234+
analyzer/test/src/task/strong/checker_test: Crash # Issue 24485
235+
analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485
219236
analyzer/test/src/task/strong_mode_test: Crash # Issue 24485
237+
analyzer/test/src/task/yaml_test: Crash # Issue 24485
220238

221239
[ $noopt || $runtime == dart_precompiled || $runtime == dart_product ]
222240
*: SkipByDesign # The pkg test framework imports dart:mirrors.

tests/co19/co19-dart2js.status

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9630,3 +9630,6 @@ LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout
96309630
LibTest/core/Invocation/isGetter_A01_t01: RuntimeError # Please triage this failure.
96319631
LibTest/core/Invocation/isSetter_A01_t02: RuntimeError # Please triage this failure.
96329632
LibTest/core/Invocation/memberName_A01_t01: RuntimeError # Expect.equals(expected: <Symbol("bar=")>, actual: <Symbol("bar")>) fails.
9633+
9634+
[ $compiler == dart2js && $cps_ir && $host_checked ]
9635+
LayoutTests/fast/canvas/webgl/gl-uniformmatrix4fv_t01: Crash # CPS integrity violation After 'GVN' on function(main) Referenced out of scope: Instance of 'ReceiverCheck'

tests/corelib/corelib.status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ regexp/pcre_test: Crash # Stack Overflow
186186

187187
[ $compiler == dart2js && $host_checked ]
188188
package_resource_test: Crash # Issue 25911
189+
collection_removes_test: Crash # Issue 25911
189190

190191
[ $noopt || $compiler == precompiler ]
191192
# Stacktraces in precompilation omit inlined frames.

tests/html/html.status

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,3 +437,8 @@ js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking
437437

438438
# These are raw dart:js tests that fail due to bugs in the CPS IR:
439439
js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720
440+
441+
[ $compiler == dart2js && $cps_ir && $host_checked ]
442+
js_typed_interop_default_arg_test/none: Crash # Issue 25911
443+
js_typed_interop_default_arg_test/default_value: Crash # Issue 25911
444+
js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911

tests/language/language_dart2js.status

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,11 @@ switch8_test: Crash # Pending statics: JSArray
309309
regress_21795_test: Pass, RuntimeError # Due to inlining?
310310

311311
[ $compiler == dart2js && $cps_ir && $host_checked ]
312+
accessor_conflict_export2_test: Crash # Duplicate export of 'x'
313+
accessor_conflict_export_test: Crash # Duplicate export of 'x'
312314
async_throw_in_catch_test/forceAwait: Crash # Issue 24485
313315
async_throw_in_catch_test/none: Crash # Issue 24485
314316
execute_finally9_test: Crash # Issue 24485
315317
regress_21795_test: Crash # Issue 24485
316318
regress_23537_test: Crash # Issue 24485
319+
try_finally_regress_25333_test: Crash # Issue 24485

tests/utils/utils.status

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ dummy_compiler_test: Slow, Pass
2020

2121
[ $noopt || $compiler == precompiler || $mode == product ]
2222
source_mirrors_test: SkipByDesign # Imports dart:mirrors
23+
24+
[ $compiler == dart2js && $cps_ir && $host_checked ]
25+
dummy_compiler_test: Crash # Issue 24485
26+
recursive_import_test: Crash # Issue 24485
27+
source_mirrors_test: Crash # Issue 24485

0 commit comments

Comments
 (0)