JDK 9 RFR of 8160215: jdk/test/java/io/Reader/ReaderBulkReadContract.java should clean up better
Alan Bateman
Alan.Bateman at oracle.com
Mon Jul 11 07:56:31 UTC 2016
On 10/07/2016 15:50, Lance Andersen wrote:
> :
> I had issues in the past where SQE was using read only directories so writing to test.dir would fail for me. So I used the current directory instead which is the work directory which will get cleaned up after.
>
>
You might be thinking `test.src` which is the path to the test source.
These properties are always easy to get mixed up but there is a good
table in the jtreg tag language spec [1]. In any case, I don't think
jtreg sets test.dir (at least I can't see it) but it's useful to set on
the command-line when running the tests outside of the test harness, I
think that is what Brian is doing here.
-Alan
[1] http://openjdk.java.net/jtreg/tag-spec.html#testvars
More information about the core-libs-dev
mailing list