On Mon, 13 Jul 2026 11:14:43 GMT, Andreas Chmielewski <[email protected]> wrote:
>> Ok. Should I continue with the separation of this test in that PR or in a >> new one (as @seanjmullan said)? > > I actually already separated the tests. > The SSLAlgorithmDecomposer coverage is now in a dedicated test that directly > verifies the decomposition results. Since it invokes the decomposer directly, > all checks run in the same VM and execute very quickly. > The handshake test remains responsible for validating > jdk.tls.disabledAlgorithms handling (for available cipher suites), without > requiring a large number of VM invocations. > This separation seems like a good compromise to me. So, to avoid creating a > new issue, we can fix this also directly here. Hi @chmielewskiandreas ! We weren't sure how long it will take to separate the test, so the idea was to submit a time-out fix for now and work on the new test later. But if you already have the fix let's review it here. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31812#discussion_r3571042141
