Withdrawn: 8356706: Foreign tests timeout after passing on linux-x64-zero
Per Minborg
pminborg at openjdk.org
Tue May 27 13:09:58 UTC 2025
On Thu, 15 May 2025 09:49:10 GMT, Per Minborg <pminborg at openjdk.org> wrote:
> This PR improves the robustness of tests on slow machines such as "zero" variants. The timeout was increased to 10 minutes for both tests. There are many combinations in `TestAccessModes`, so the test takes some time even on a fast machine. In `StdLibTest`, there are numerous native calls, and these can be much slower on "zero" machines. In the latter test class, I made some attempts to improve performance. On my M1 machine, the test was about 10% faster with the changes (but I only did one run, so this might be in the error margin).
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk/pull/25248
More information about the core-libs-dev
mailing list