RFR: JDK-8303861: Error handling step timeouts should never be blocked by OnError and others [v2]
Thomas Stuefe
stuefe at openjdk.org
Mon Mar 13 05:50:24 UTC 2023
On Sat, 11 Mar 2023 16:54:47 GMT, Roman Kennke <rkennke at openjdk.org> wrote:
>> Not sure what you mean? There is no @id jtreg tag. https://openjdk.org/jtreg/tag-spec.html
>
>> Not sure what you mean? There is no @id jtreg tag. https://openjdk.org/jtreg/tag-spec.html
>
> Sorry, I got this wrong. The way to do it is @test id=$somestring. See for example:
>
> https://github.com/openjdk/jdk/blob/a06426a52f16c08c95b1c0270a5fc40721921022/test/hotspot/jtreg/gc/stress/gcold/TestGCOldWithShenandoah.java#L27
Oh, you are right. Its also plain wrong, that specifier does nothing and gets ignored. I'll switch to "id"
-------------
PR: https://git.openjdk.org/jdk/pull/12936
More information about the hotspot-dev
mailing list