RFR: 8337334: Test tools/javac/7142086/T7142086.java timeout with fastdebug binary [v2]

Vicente Romero vromero at openjdk.org
Fri Aug 9 21:19:55 UTC 2024


On Mon, 29 Jul 2024 08:12:05 GMT, SendaoYan <syan at openjdk.org> wrote:

>> Hi all,
>> Test `tools/javac/7142086/T7142086.java` run timeouted with fastdebug binary. I think it's necessory set more timeout value  when the tested binary is fastdebug or slowdebug.
>> 
>> The change has been verified, no risk.
>
> SendaoYan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   add vm.debug for requires.properties in test/langtools/TEST.ROOT

test/langtools/tools/javac/7142086/T7142086.java line 26:

> 24: /*
> 25:  * @test
> 26:  * @bug 7142086

I would add the current bug number `8337334` after the previous one, so:

- * @bug 7142086
+ * @bug 7142086 8337334

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/20370#discussion_r1712214875


More information about the compiler-dev mailing list