RFR: 8308986: Disable svc tests failing with virtual thread factory [v2]
Daniel D. Daugherty
dcubed at openjdk.org
Tue May 30 20:53:56 UTC 2023
On Tue, 30 May 2023 20:35:05 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:
>> Disable test
>> java/util/concurrent/locks/Lock/OOMEInAQS.java
>> Test provokes OOME and might catch it in an unexpected location. It looks like an issue similar to https://bugs.openjdk.org/browse/JDK-8298066. However, generally the OOME might be thrown mount/umount or in unparker thread. There are no plans to fix such tests to be able to pass with virtual threads now.
>>
>> Also, disable
>> mTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t001/TestDescription.java
>> vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t002/TestDescription.java
>> because of https://bugs.openjdk.org/browse/JDK-8308985
>
> Leonid Mesnik has updated the pull request incrementally with one additional commit since the last revision:
>
> more tests excluded.
Thumbs up. Quite a few tests now for 8308978.
test/jdk/ProblemList-Virtual.txt line 64:
> 62: ## Tests incompatible with virtual test thread factory.
> 63: ## There is no goal to run all test with virtual test thread factory.
> 64: ## So any test might be added as incompatible, the bug is not required.
typo: s/bug/bug-ID/
-------------
Marked as reviewed by dcubed (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/14193#pullrequestreview-1451795477
PR Review Comment: https://git.openjdk.org/jdk/pull/14193#discussion_r1210808823
More information about the serviceability-dev
mailing list