RFR: 7903659 Verify Problemlist contents [v6]
Ludvig Janiuk
lujaniuk at openjdk.org
Thu Mar 28 07:52:42 UTC 2024
On Wed, 27 Mar 2024 18:06:51 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
>> Ludvig Janiuk has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - oops
>> - fix strange bash contruct
>
> src/share/classes/com/sun/javatest/regtest/tool/ExcludeFileVerifier.java line 56:
>
>> 54: checks.add(new LineFormatCheck());
>> 55: checks.add(new TestExistsCheck(validTestNames));
>> 56: checks.add(new DuplicateCheck(usedTestNames));
>
> I like the style of a potentially extensible set of checks ;-)
Thank you!
-------------
PR Review Comment: https://git.openjdk.org/jtreg/pull/181#discussion_r1542459281
More information about the jtreg-dev
mailing list