Re: [JDK 11] RFR 8196211: Move two sun/nio/cs tests into OpenJDK

2018-01-30 Thread Amy Lu

Thank you Paul. Pushed as suggested :-)

Thanks,
Amy

On 30/01/2018 12:37 AM, Paul Sandoz wrote:

That’s better :-)

If you wanna make it static i suggest:

  s/inputFileName/INPUT_FILE_NAME

although there is little benefit here since all access is local to 
main. Up to you to make local or keep static. No need for another review.


Paul.

On Jan 29, 2018, at 4:17 AM, Amy Lu > wrote:


Updated on the inputFileName.
Please review:http://cr.openjdk.java.net/~amlu/8196211/webrev.01/

Thanks,
Amy
On 27/01/2018 2:32 AM, Paul Sandoz wrote:

Hi,

Quick observation.

EUCTWBufferBoundaryDecodeTest uses a different data file on windows and it uses 
the line separator as a trigger. Is it possible to better formalize this by 
passing in the argument for the file via jtreg?

Paul.



On Jan 25, 2018, at 11:45 PM, Amy Lu  wrote:

Please review the patch to move two sun/nio/cs tests into OpenJDK.

bug:https://bugs.openjdk.java.net/browse/JDK-8196211
webrev:http://cr.openjdk.java.net/~amlu/8196211/webrev.00/

Thanks,
Amy








Re: [JDK 11] RFR 8196211: Move two sun/nio/cs tests into OpenJDK

2018-01-29 Thread Paul Sandoz
That’s better :-)

If you wanna make it static i suggest:

  s/inputFileName/INPUT_FILE_NAME

although there is little benefit here since all access is local to main. Up to 
you to make local or keep static. No need for another review.

Paul.

> On Jan 29, 2018, at 4:17 AM, Amy Lu  wrote:
> 
> Updated on the inputFileName.
>  Please review: http://cr.openjdk.java.net/~amlu/8196211/webrev.01/ 
> 
> 
> Thanks,
> Amy
> On 27/01/2018 2:32 AM, Paul Sandoz wrote:
>> Hi,
>> 
>> Quick observation.
>> 
>> EUCTWBufferBoundaryDecodeTest uses a different data file on windows and it 
>> uses the line separator as a trigger. Is it possible to better formalize 
>> this by passing in the argument for the file via jtreg?
>> 
>> Paul.
>> 
>> 
>>> On Jan 25, 2018, at 11:45 PM, Amy Lu  
>>>  wrote:
>>> 
>>> Please review the patch to move two sun/nio/cs tests into OpenJDK.
>>> 
>>> bug: https://bugs.openjdk.java.net/browse/JDK-8196211 
>>> 
>>> webrev: http://cr.openjdk.java.net/~amlu/8196211/webrev.00/ 
>>> 
>>> 
>>> Thanks,
>>> Amy
> 



Re: [JDK 11] RFR 8196211: Move two sun/nio/cs tests into OpenJDK

2018-01-29 Thread Amy Lu

Updated on the inputFileName.

Please review: http://cr.openjdk.java.net/~amlu/8196211/webrev.01/

Thanks,
Amy

On 27/01/2018 2:32 AM, Paul Sandoz wrote:

Hi,

Quick observation.

EUCTWBufferBoundaryDecodeTest uses a different data file on windows and it uses 
the line separator as a trigger. Is it possible to better formalize this by 
passing in the argument for the file via jtreg?

Paul.



On Jan 25, 2018, at 11:45 PM, Amy Lu  wrote:

Please review the patch to move two sun/nio/cs tests into OpenJDK.

bug: https://bugs.openjdk.java.net/browse/JDK-8196211
webrev: http://cr.openjdk.java.net/~amlu/8196211/webrev.00/

Thanks,
Amy




Re: [JDK 11] RFR 8196211: Move two sun/nio/cs tests into OpenJDK

2018-01-26 Thread Paul Sandoz
Hi,

Quick observation.

EUCTWBufferBoundaryDecodeTest uses a different data file on windows and it uses 
the line separator as a trigger. Is it possible to better formalize this by 
passing in the argument for the file via jtreg?

Paul.


> On Jan 25, 2018, at 11:45 PM, Amy Lu  wrote:
> 
> Please review the patch to move two sun/nio/cs tests into OpenJDK.
> 
> bug: https://bugs.openjdk.java.net/browse/JDK-8196211
> webrev: http://cr.openjdk.java.net/~amlu/8196211/webrev.00/
> 
> Thanks,
> Amy



[JDK 11] RFR 8196211: Move two sun/nio/cs tests into OpenJDK

2018-01-25 Thread Amy Lu

Please review the patch to move two sun/nio/cs tests into OpenJDK.

bug: https://bugs.openjdk.java.net/browse/JDK-8196211
webrev: http://cr.openjdk.java.net/~amlu/8196211/webrev.00/

Thanks,
Amy