On Thu, 17 Apr 2025 00:24:50 GMT, Leonid Mesnik <lmes...@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. This pull request has now been integrated. Changeset: 2ec61f0f Author: Leonid Mesnik <lmes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/2ec61f0f34d2fa313ae3ed5d6aa0881ec091b347 Stats: 69 lines in 4 files changed: 69 ins; 0 del; 0 mod 8353214: Add testing with --enable-preview Reviewed-by: erikj ------------- PR: https://git.openjdk.org/jdk/pull/24706