-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flaky vm/dart_2/isolates/fast_object_copy_test turned Timeout on dartk-linux-release-simarm64 #46740
Comments
On simarm64, isolates/fast_object_copy_test times out after 15 minutes, but isolates/fast_object_copy2_test passes in 5 seconds. Because it is very consistently timing out on the jit simarm64 platforms, I think it should be skipped on those platforms. There have been occasional timeouts on simarm, but not consistently. Even on simarm, the fast_object_copy_test is taking 11 minutes for each variation, and the fast_object_copy2_test is only taking 3 seconds. So skipping the test on simarm would also save a lot of builder time, even though it is not timing out. Skip CL: https://dart-review.googlesource.com/c/sdk/+/237320 I suspect the long runtime is due to a few loops that send 20 MB typed data between isolates, and they each run 10 times. Maybe 10 times is not needed. |
Thanks @whesse ! |
…ctures Bug: #46740 Change-Id: I5a6a7d72fea080c04d90a3aa6e5af2e02f7c3644 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/237320 Reviewed-by: Martin Kustermann <kustermann@google.com> Commit-Queue: William Hesse <whesse@google.com>
on https://ci.chromium.org/ui/p/dart/builders/ci.sandbox/vm-kernel-linux-release-simarm64/12186/overview
The text was updated successfully, but these errors were encountered: