Skip to content

Commit 83ba591

Browse files
committed
[vm] Skip a slow test in aot debug mode (#21708)
The test LibTest/collection/ListBase/ListBase_class_A01_t02 takes more than 10 minutes to be precompiled in debug mode, due to a known issue. Skipping this test on the CI and CQ because it causes deflaking problems when timing out. The problem is being tracked already in an issue. Bug: #54974 Bug: #21708 Change-Id: Ib05e0f18baac684cf3317dbc2171a5a585e04f98 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/354844 Reviewed-by: Daco Harkes <[email protected]> Reviewed-by: Martin Kustermann <[email protected]>
1 parent f485764 commit 83ba591

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

tests/co19/co19-runtime.status

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,21 @@ LibTest/collection/ListMixin/ListMixin_class_A01_t06: SkipSlow # Very slow on si
2121
LibTest/ffi/*: SkipByDesign # dart:ffi is not supported on sim architectures
2222

2323
[ $mode == debug && $runtime == dart_precompiled ]
24-
LibTest/collection/ListBase/ListBase_class_A01_t03: SkipSlow # Very slow compilation in debug mode.
25-
LibTest/collection/ListBase/ListBase_class_A01_t04: SkipSlow # Very slow compilation in debug mode.
26-
LibTest/collection/ListBase/ListBase_class_A01_t05: SkipSlow # Very slow compilation in debug mode.
27-
LibTest/collection/ListBase/ListBase_class_A01_t06: SkipSlow # Very slow compilation in debug mode.
28-
LibTest/collection/ListMixin/ListMixin_class_A01_t03: SkipSlow # Very slow compilation in debug mode.
29-
LibTest/collection/ListMixin/ListMixin_class_A01_t04: SkipSlow # Very slow compilation in debug mode.
30-
LibTest/collection/ListMixin/ListMixin_class_A01_t05: SkipSlow # Very slow compilation in debug mode.
31-
LibTest/collection/ListMixin/ListMixin_class_A01_t06: SkipSlow # Very slow compilation in debug mode.
32-
LibTest/core/List/List_all_t02: SkipSlow # Very slow compilation in debug mode.
33-
LibTest/core/List/List_all_t03: SkipSlow # Very slow compilation in debug mode.
34-
LibTest/core/List/List_all_t04: SkipSlow # Very slow compilation in debug mode.
35-
LibTest/core/List/List_all_t05: SkipSlow # Very slow compilation in debug mode.
36-
LibTest/core/List/List_all_t06: SkipSlow # Very slow compilation in debug mode.
24+
LibTest/collection/ListBase/ListBase_class_A01_t02: SkipSlow # Issue 21708
25+
LibTest/collection/ListBase/ListBase_class_A01_t03: SkipSlow # Issue 21708
26+
LibTest/collection/ListBase/ListBase_class_A01_t04: SkipSlow # Issue 21708
27+
LibTest/collection/ListBase/ListBase_class_A01_t05: SkipSlow # Issue 21708
28+
LibTest/collection/ListBase/ListBase_class_A01_t06: SkipSlow # Issue 21708
29+
LibTest/collection/ListMixin/ListMixin_class_A01_t02: SkipSlow # Issue 21708
30+
LibTest/collection/ListMixin/ListMixin_class_A01_t03: SkipSlow # Issue 21708
31+
LibTest/collection/ListMixin/ListMixin_class_A01_t04: SkipSlow # Issue 21708
32+
LibTest/collection/ListMixin/ListMixin_class_A01_t05: SkipSlow # Issue 21708
33+
LibTest/collection/ListMixin/ListMixin_class_A01_t06: SkipSlow # Issue 21708
34+
LibTest/core/List/List_all_t02: SkipSlow # Issue 21708
35+
LibTest/core/List/List_all_t03: SkipSlow # Issue 21708
36+
LibTest/core/List/List_all_t04: SkipSlow # Issue 21708
37+
LibTest/core/List/List_all_t05: SkipSlow # Issue 21708
38+
LibTest/core/List/List_all_t06: SkipSlow # Issue 21708
3739

3840
[ $runtime == dart_precompiled && $simulator ]
3941
LibTest/async/Stream/Stream.periodic_all_t02: Skip # Issue 42898

0 commit comments

Comments
 (0)