RFR: 7904036: jcstress: Enable annotation processors for all test projects
Pavel Rappo
prappo at openjdk.org
Tue Jun 17 13:56:46 UTC 2025
On Tue, 17 Jun 2025 11:38:42 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> [CODETOOLS-7904029](https://bugs.openjdk.org/browse/CODETOOLS-7904029) is incomplete.
>
>
> $ java -jar tests-all/target/jcstress.jar -l | grep "All matching"
> All matching tests - 158
>
>
> Those are only the tests from jcstress-samples. We need to enable annotation processors for all tests projects.
>
> For reference, compiled with JDK 17:
>
>
> $ java -jar tests-all/target/jcstress.jar -l | grep "All matching"
> All matching tests - 4552
That was the correct fix. Thanks, Aleksey. I wonder if there is a simple test for that.
-------------
PR Comment: https://git.openjdk.org/jcstress/pull/167#issuecomment-2980481812
More information about the jcstress-dev
mailing list