RFR: CODETOOLS-7903267: Support executing a single test method in a JUnit class

Jonathan Gibbons jjg at openjdk.org
Tue Sep 13 16:28:58 UTC 2022


On Mon, 12 Sep 2022 22:45:05 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

>> test/junitQueryTest/JUnitQueryTest.gmk line 8:
>> 
>>> 6: # under the terms of the GNU General Public License version 2 only, as
>>> 7: # published by the Free Software Foundation.  Oracle designates this
>>> 8: # particular file as subject to the "Classpath" exception as provided
>> 
>> The use of GPL+CPE seems unusual for a test.
>
> will fix

Actually, this is a `*.gmk` file, and the file is in line with the existing practice of using GPL+CE for all makefiles, including test makefiles.

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

PR: https://git.openjdk.org/jtreg/pull/115


More information about the jtreg-dev mailing list