Skip to content

Commit 20bb5ac

Browse files
mkustermannCommit Bot
authored and
Commit Bot
committed
[gardening] Mark vm/dart{,_2}/regress47472_test as slow
The test throws 1 million exceptions which can, especially in debug mode can take very long. This addresses flaky timeouts of this test in debug mode. TEST=ci Change-Id: Ibfa9108d49303d62aa4267c07e03499d0a831292 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/240700 Reviewed-by: Daco Harkes <[email protected]> Commit-Queue: Martin Kustermann <[email protected]>
1 parent 08b776a commit 20bb5ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runtime/tests/vm/vm.status

+2
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,15 @@ dart/b162922506_test: SkipSlow # Generates very large input file
142142
dart/hash_map_probes_limit_test: SkipSlow # Test includes large program compilation.
143143
dart/minimal_kernel_test: SkipSlow # gen_kernel is too slow in debug mode
144144
dart/null_safety_autodetection_in_kernel_compiler_test: SkipSlow # gen_kernel is too slow in debug mode
145+
dart/regress47472_test: Pass, Slow # Slow due to throwing 1 million exceptions.
145146
dart/spawn_shutdown_test: Pass, Slow # VM Shutdown test, It can take some time for all the isolates to shutdown in a Debug build.
146147
dart/type_casts_with_null_safety_autodetection_test: Pass, Slow # Very slow in debug mode, uses --optimization-counter-threshold=10
147148
dart_2/appjit_cha_deopt_test: Pass, Slow # Quite slow in debug mode, uses --optimization-counter-threshold=100
148149
dart_2/b162922506_test: SkipSlow # Generates very large input file
149150
dart_2/hash_map_probes_limit_test: SkipSlow # Test includes large program compilation.
150151
dart_2/minimal_kernel_test: SkipSlow # gen_kernel is too slow in debug mode
151152
dart_2/null_safety_autodetection_in_kernel_compiler_test: SkipSlow # gen_kernel is too slow in debug mode
153+
dart_2/regress47472_test: Pass, Slow # Slow due to throwing 1 million exceptions.
152154
dart_2/spawn_shutdown_test: Pass, Slow # VM Shutdown test, It can take some time for all the isolates to shutdown in a Debug build.
153155

154156
[ $mode == product ]

0 commit comments

Comments
 (0)