RFR: 8353214: Add testing with --enable-preview
Leonid Mesnik
lmesnik at openjdk.org
Thu Apr 17 20:10:52 UTC 2025
On Thu, 17 Apr 2025 00:24:50 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:
> Added problemlists and and requires for execution tests with --enable-preview.
>
> The --enable-preview features might significantly change VM/JDK behavior and sometimes it is useful to run tests with preview features enabled. Eventually preview features should be made default and it is expected that all tests should still work.
>
> The tests that are not compatible with --enable-preview, usually because of compilation mode are marked with corresponding requires tag.
A couple of failures were in tier1 and one in tier4 hotspot testing (nsk/jdi one)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24706#issuecomment-2813914722
More information about the core-libs-dev
mailing list