RFR: More details around the jtreg bug tag [v2]
Mark Sheppard
msheppar at openjdk.org
Fri Jan 27 18:18:57 UTC 2023
On Thu, 26 Jan 2023 19:03:15 GMT, Jesper Wilhelmsson <jwilhelm at openjdk.org> wrote:
>> src/guide/testing-the-jdk.md line 57:
>>
>>> 55: ~~~
>>> 56:
>>> 57: You can add several bug ids in the same `@bug` tag, separated by a single space. These bug ids should refer to bugs that are reproduced by this test. JBS issues that track changes to the test itself are not listed here.
>>
>> "Reproduced" doesn't sound quite right. I think a bug id should be listed here if this test is verifying the _fix_ for that bug.
>
> Right. Tried to rephrase it to say that.
perhaps?
These bug ids refer to product bugs (, not test bugs), for which a fix is verified by this test. JBS issues that track changes to the test itself are not listed here.
-------------
PR: https://git.openjdk.org/guide/pull/96
More information about the guide-dev
mailing list