Re: RFR: 8352709: Remove bad timing annotations from WhileOpTest.java

2025-04-05 Thread Jaikiran Pai
On Mon, 24 Mar 2025 12:17:22 GMT, Leo Korinth wrote: > WhileOpTest.java is a TestNG test (`TestNG.dirs` is set in Find file: > `test/jdk/java/util/stream/test/TEST.properties`) > > As such, the `@run main/timeout=240` annotation is ignored. If that was not > the case, it would complain about n

Re: RFR: 8352709: Remove bad timing annotations from WhileOpTest.java

2025-04-01 Thread Leo Korinth
On Mon, 24 Mar 2025 12:17:22 GMT, Leo Korinth wrote: > WhileOpTest.java is a TestNG test (`TestNG.dirs` is set in Find file: > `test/jdk/java/util/stream/test/TEST.properties`) > > As such, the `@run main/timeout=240` annotation is ignored. If that was not > the case, it would complain about n

RFR: 8352709: Remove bad timing annotations from WhileOpTest.java

2025-03-24 Thread Leo Korinth
WhileOpTest.java is a TestNG test (`TestNG.dirs` is set in Find file: `test/jdk/java/util/stream/test/TEST.properties`) As such, the `@run main/timeout=240` annotation is ignored. If that was not the case, it would complain about not specifying a main class. - Commit messages: - 8