RFR: 8142996: move jdk java/util/streams tests into java.base directories

Felix Yang felix.yang at oracle.com
Mon Nov 16 01:58:06 UTC 2015


Hi Alan and Jonathon,
     the fix was pushed without addressing this comment, so 5 tests has 
been broken. Just filed https://bugs.openjdk.java.net/browse/JDK-8143015.

-Felix
On 2015/11/14 15:30, Alan Bateman wrote:
>
>
> 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