Skip to content

Commit a1cacec

Browse files
committed
Update status after co19 roll
The only change in co19-runtime.status that isn't just combining two sections and normalizing is the movement of Language/Classes/definition_t24: MissingCompileTimeError # Issue co19 #129, sdk issue #31624 from the vm section to a section with vm, dart_precompiled, and flutter, and the removal of two sections only containing a single Generative_Constructors test each. The file is also normalized. Bug: dartbug.com/32434 Change-Id: Ic62817b3ebdfd27e3cd58abc21f8bd61e7a18664 Reviewed-on: https://dart-review.googlesource.com/45380 Reviewed-by: Peter von der Ahé <[email protected]>
1 parent 6b44182 commit a1cacec

File tree

2 files changed

+26
-36
lines changed

2 files changed

+26
-36
lines changed

tests/co19/co19-dart2js.status

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,6 +1374,7 @@ WebPlatformTest/html-templates/parsing-html-templates/clearing-the-stack-back-to
13741374
WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/ownerdocument-001_t01: RuntimeError # Please triage this failure
13751375

13761376
[ $compiler == dart2js && $runtime == chrome && $csp && $minified ]
1377+
Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/no_such_method_t01: RuntimeError # Issue 32434
13771378
LayoutTests/fast/dom/HTMLScriptElement/isURLAttribute_t01: SkipByDesign # Uses script injection
13781379
LayoutTests/fast/dom/HTMLScriptElement/remove-source_t01: Pass # Please triage this failure
13791380
LayoutTests/fast/dom/HTMLScriptElement/script-for-attribute-unexpected-execution_t01: RuntimeError # Please triage this failure
@@ -1483,6 +1484,7 @@ LibTest/typed_data/Int8List/sublist_A02_t01: Pass, Slow # Please triage this fai
14831484
LibTest/typed_data/Uint8ClampedList/map_A02_t01: Pass, Slow # Please triage this failure.
14841485

14851486
[ $compiler == dart2js && $runtime == d8 ]
1487+
Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/no_such_method_t01: RuntimeError # Issue 32434
14861488
LibTest/isolate/Isolate/spawn_A03_t01: Pass # co19 issue 77
14871489
LibTest/isolate/Isolate/spawn_A04_t02: RuntimeError # Please triage this failure.
14881490
LibTest/typed_data/Float32x4List/Float32x4List.view_A06_t01: Fail # co19-roll r587: Please triage this failure
@@ -2538,10 +2540,8 @@ LayoutTests/fast/css/first-child-display-change-inverse_t01: RuntimeError # Plea
25382540
LayoutTests/fast/css/focus-display-block-inline_t01: Pass, RuntimeError # Please triage this failure
25392541
LayoutTests/fast/css/font-face-insert-link_t01: Pass, RuntimeError # Please triage this failure
25402542
LayoutTests/fast/css/font-property-priority_t01: RuntimeError # Please triage this failure
2541-
LayoutTests/fast/css/font-shorthand-from-longhands_t01: RuntimeError # Please triage this failure
25422543
LayoutTests/fast/css/font-shorthand-mix-inherit_t01: RuntimeError # Please triage this failure
25432544
LayoutTests/fast/css/fontface-properties_t01: RuntimeError # Uses FontFace class, not defined for this browser.
2544-
LayoutTests/fast/css/fontfaceset-download-error_t01: RuntimeError # Please triage this failure
25452545
LayoutTests/fast/css/getComputedStyle/computed-style-border-image_t01: RuntimeError # Please triage this failure
25462546
LayoutTests/fast/css/getComputedStyle/computed-style-cross-fade_t01: RuntimeError # Please triage this failure
25472547
LayoutTests/fast/css/getComputedStyle/computed-style-font_t01: RuntimeError # Please triage this failure
@@ -4036,11 +4036,9 @@ LayoutTests/fast/css/font-face-multiple-ranges-for-unicode-range_t01: RuntimeErr
40364036
LayoutTests/fast/css/font-face-unicode-range-load_t01: RuntimeError # Please triage this failure
40374037
LayoutTests/fast/css/font-face-unicode-range-overlap-load_t01: RuntimeError # Please triage this failure
40384038
LayoutTests/fast/css/font-family-initial-shorthand_t01: RuntimeError # Please triage this failure
4039-
LayoutTests/fast/css/font-family-trailing-bracket-gunk_t01: RuntimeError # Please triage this failure
40404039
LayoutTests/fast/css/font-shorthand-from-longhands_t01: RuntimeError # Please triage this failure
40414040
LayoutTests/fast/css/font-shorthand-mix-inherit_t01: RuntimeError # Please triage this failure
40424041
LayoutTests/fast/css/fontface-properties_t01: RuntimeError # Uses FontFace class, not defined for this browser
4043-
LayoutTests/fast/css/fontfaceset-download-error_t01: RuntimeError # Please triage this failure
40444042
LayoutTests/fast/css/fontfaceset-events_t01: RuntimeError # Please triage this failure
40454043
LayoutTests/fast/css/fontfaceset-loadingdone_t01: RuntimeError # Please triage this failure
40464044
LayoutTests/fast/css/getComputedStyle/computed-style-border-image_t01: RuntimeError # Please triage this failure

tests/co19/co19-runtime.status

Lines changed: 24 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,10 @@ LibTest/isolate/ReceivePort/sendPort_A01_t01: Pass, Timeout # Flutter Issue 9109
167167
LibTest/typed_data/Int32List/buffer_A01_t02: Pass, Timeout # Flutter Issue 9109
168168

169169
[ $runtime == vm ]
170+
Language/Classes/Constructors/Generative_Constructors/execution_of_an_initializer_t02: MissingCompileTimeError # Issue 114
170171
LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 28269, These tests are timing dependent and should be non-flaky once the fix for https://github.com/dart-lang/co19/issues/86 is merged into master. (They are skipped on $runtime == pre_compiled below.)
171172
LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Issue 28269, These tests are timing dependent and should be non-flaky once the fix for https://github.com/dart-lang/co19/issues/86 is merged into master. (They are skipped on $runtime == pre_compiled below.)
172173
LibTest/isolate/Isolate/spawn_A04_t01: Pass, Fail # Issue 28269, These tests are timing dependent and should be non-flaky once the fix for https://github.com/dart-lang/co19/issues/86 is merged into master. (They are skipped on $runtime == pre_compiled below.)
173-
Language/Classes/Constructors/Generative_Constructors/execution_of_an_initializer_t02: MissingCompileTimeError # Issue 114
174-
Language/Classes/definition_t24: MissingCompileTimeError # Issue co19 #129, sdk issue #31624
175174

176175
[ $system == windows ]
177176
LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Slow
@@ -205,33 +204,6 @@ Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174.
205204
LibTest/typed_data/Float32x4List/first_A01_t02: RuntimeError # co19 issue 130 + type error
206205
LibTest/typed_data/Float32x4List/last_A01_t02: RuntimeError # co19 issue 130 + type error
207206

208-
[ $compiler != dartk && $compiler != dartkp && ($runtime == dart_precompiled || $runtime == flutter || $runtime == vm) ]
209-
Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocation_t01: MissingCompileTimeError # Issue 25496
210-
Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocation_t02: MissingCompileTimeError # Issue 25496
211-
Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t01: MissingCompileTimeError # Issue 24332
212-
Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t02: MissingCompileTimeError # Issue 24332
213-
Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t03: MissingCompileTimeError # Issue 24332
214-
Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t04: MissingCompileTimeError # Issue 24332
215-
Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t05: MissingCompileTimeError # Issue 24332
216-
Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t06: MissingCompileTimeError # Issue 24332
217-
Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t07: MissingCompileTimeError # Issue 24332
218-
Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t08: MissingCompileTimeError # Issue 24332
219-
Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail
220-
Language/Libraries_and_Scripts/Exports/reexport_t01: Fail # Dart issue 12916
221-
Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail
222-
Language/Libraries_and_Scripts/Parts/syntax_t06: Fail
223-
Language/Mixins/Mixin_Application/syntax_t16: CompileTimeError # Issue 25765
224-
Language/Mixins/declaring_constructor_t05: MissingCompileTimeError # Issue 24767
225-
Language/Mixins/declaring_constructor_t06: MissingCompileTimeError # Issue 24767
226-
Language/Statements/Labels/syntax_t03: Fail # Dart issue 2238
227-
Language/Statements/Switch/syntax_t02: Fail # Dart issue 12908
228-
Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompileTimeError # Issue 25495
229-
Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompileTimeError # Issue 25495
230-
Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompileTimeError # Issue 25495
231-
232-
[ $compiler != dartk && $compiler != dartkp && ($runtime == dart_precompiled) ]
233-
Language/Classes/Constructors/Generative_Constructors/initializing_formals_execution_t02: CompileTimeError # Issue 114
234-
235207
[ $compiler == none && $runtime == vm && $system == fuchsia ]
236208
*: Skip # Tests not included in the image.
237209

@@ -250,9 +222,6 @@ LibTest/core/List/List_class_A01_t02: Pass, Slow
250222
[ $mode == release && $runtime == vm && $system == linux && ($arch == ia32 || $arch == x64) ]
251223
LibTest/isolate/Isolate/spawn_A04_t05: Pass, Slow
252224

253-
[ $runtime == dart_precompiled && !$fasta ]
254-
Language/Classes/Constructors/Generative_Constructors/execution_of_an_initializer_t02: CompileTimeError # Issue 114
255-
256225
# Obfuscated mode expectations
257226
[ $runtime == dart_precompiled && $minified ]
258227
Language/Enums/declaration_equivalent_t01: Skip # Enum.toString is obfuscated.
@@ -287,26 +256,49 @@ Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01: Skip # Eager lo
287256
Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: Skip # Eager loading
288257

289258
[ $runtime == dart_precompiled || $runtime == flutter || $runtime == vm ]
259+
Language/Classes/definition_t24: MissingCompileTimeError # Issue co19 #129, sdk issue #31624
290260
Language/Expressions/Assignment/super_assignment_failed_t05: RuntimeError # Issue 25671
291261
Language/Expressions/Constants/literal_number_t01: CompileTimeError # Large integer literal
292262
Language/Expressions/Constants/math_operators_t01: CompileTimeError # Large integer literal
293263
Language/Expressions/Constants/math_operators_t06: CompileTimeError # Large integer literal
294264
Language/Expressions/Function_Invocation/async_generator_invokation_t08: Fail # Issue 25967
295265
Language/Expressions/Function_Invocation/async_generator_invokation_t10: Fail # Issue 25967
266+
Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocation_t01: MissingCompileTimeError # Issue 25496
267+
Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocation_t02: MissingCompileTimeError # Issue 25496
296268
Language/Expressions/Numbers/static_type_of_int_t01: CompileTimeError # Large integer literal
297269
Language/Expressions/Numbers/syntax_t06: CompileTimeError # Large integer literal
298270
Language/Expressions/Numbers/syntax_t09: CompileTimeError # Large integer literal
299271
Language/Expressions/Numbers/syntax_t10: CompileTimeError # Large integer literal
272+
Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t01: MissingCompileTimeError # Issue 24332
273+
Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t02: MissingCompileTimeError # Issue 24332
274+
Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t03: MissingCompileTimeError # Issue 24332
275+
Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t04: MissingCompileTimeError # Issue 24332
276+
Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t05: MissingCompileTimeError # Issue 24332
277+
Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t06: MissingCompileTimeError # Issue 24332
278+
Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t07: MissingCompileTimeError # Issue 24332
279+
Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/class_object_member_t08: MissingCompileTimeError # Issue 24332
280+
Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail
281+
Language/Libraries_and_Scripts/Exports/reexport_t01: Fail # Dart issue 12916
300282
Language/Libraries_and_Scripts/Exports/reexport_t02: MissingCompileTimeError, Fail # Dart issue 12916
283+
Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail
284+
Language/Libraries_and_Scripts/Parts/syntax_t06: Fail
301285
Language/Libraries_and_Scripts/Scripts/top_level_main_t01: Skip # Issue 29895
286+
Language/Mixins/Mixin_Application/syntax_t16: CompileTimeError # Issue 25765
287+
Language/Mixins/declaring_constructor_t05: MissingCompileTimeError # Issue 24767
288+
Language/Mixins/declaring_constructor_t06: MissingCompileTimeError # Issue 24767
302289
Language/Statements/Assert/execution_t02: Skip # co19 issue 734
303290
Language/Statements/Assert/execution_t03: Skip # co19 issue 734
304291
Language/Statements/Assert/type_t02: Skip # co19 issue 734
305292
Language/Statements/Assert/type_t05: Skip # co19 issue 734
293+
Language/Statements/Labels/syntax_t03: Fail # Dart issue 2238
294+
Language/Statements/Switch/syntax_t02: Fail # Dart issue 12908
306295
Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t08: RuntimeError # Issue 25748
307296
Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t09: RuntimeError # Issue 25748
308297
Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t10: RuntimeError # Issue 25748
309298
Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t05: RuntimeError # Issue 25662,25634
299+
Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompileTimeError # Issue 25495
300+
Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompileTimeError # Issue 25495
301+
Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompileTimeError # Issue 25495
310302
Language/Types/Type_Void/syntax_t09: MissingCompileTimeError # Issue co19/30264
311303
LayoutTests/fast/*: SkipByDesign # DOM not supported on VM.
312304
LibTest/collection/ListBase/ListBase_class_A01_t01: RuntimeError # Large integers

0 commit comments

Comments
 (0)