On Mon, 16 Jan 2023 19:43:06 GMT, Sergey Bylokhov <[email protected]> wrote:
> I remember that match 5 uses timeout=4, so I wonder if timeout will be
> changed to 40 seconds will it be possible to verify old bug or not.
The test still fails:
./jdk-9-b123/bin/java -Dtest.timeout.factor=5 bug8078268
Exception in thread "main" java.lang.RuntimeException: Parsing takes too long.
Current timeout is 50000
at bug8078268.main(bug8078268.java:65)
It passes on jdk-9-b123 where
[JDK-8078268](https://bugs.openjdk.org/browse/JDK-8078268) is fixed.
-------------
PR: https://git.openjdk.org/jdk/pull/12011