RFR: 8142996: move jdk java/util/streams tests into java.base directories
Alan Bateman
Alan.Bateman at oracle.com
Sat Nov 14 07:30:20 UTC 2015
On 13/11/2015 23:46, Jonathan Gibbons wrote:
> Please review the following fix to relocate some of the files in the
> jdk/test/java/util/streams directory.
>
> JIRA: https://bugs.openjdk.java.net/browse/JDK-8142996
> Webrev: http://cr.openjdk.java.net/~jjg/8142996/webrev.00/
>
> Although the patch touches a lot of files, only the TEST.properties
> files in the webrev were modified (edited). The remaining changes are
> the result of executing the following commands:
>
> hg rename test/java/util/stream/bootlib/java
> test/java/util/stream/bootlib/java.base/java
> hg rename test/java/util/stream/boottest/java
> test/java/util/stream/boottest/java.base/java
There are a few tests that use the streams test framework so they will
need to be changed too:
java/net/NetworkInterface/NetworkInterfaceStreamTest.java
java/nio/file/Files/StreamLinesTest.java
java/security/PermissionCollection/PermissionCollectionStreamTest.java
java/util/Scanner/ScannerStreamTest.java
java/util/regex/PatternStreamTest.java
Can these be updated as part of this push?
-Alan
More information about the core-libs-dev
mailing list