Re: RFR: 8265918: java/io/Console/CharsetTest.java failed with "expect: spawn id exp6 not open"

2021-04-28 Thread Iris Clark
On Wed, 28 Apr 2021 16:58:50 GMT, Naoto Sato wrote: > This new regression test was introduced with the Console::charset(), but it > fails on ubuntu platforms assuming its locales/encoding incorrectly. To not > make false-alarm/noise on test runs, this fix minimizes the tests not > depending

Re: RFR: 8265918: java/io/Console/CharsetTest.java failed with "expect: spawn id exp6 not open"

2021-04-28 Thread Alan Bateman
On Wed, 28 Apr 2021 16:58:50 GMT, Naoto Sato wrote: > This new regression test was introduced with the Console::charset(), but it > fails on ubuntu platforms assuming its locales/encoding incorrectly. To not > make false-alarm/noise on test runs, this fix minimizes the tests not > depending

RFR: 8265918: java/io/Console/CharsetTest.java failed with "expect: spawn id exp6 not open"

2021-04-28 Thread Naoto Sato
This new regression test was introduced with the Console::charset(), but it fails on ubuntu platforms assuming its locales/encoding incorrectly. To not make false-alarm/noise on test runs, this fix minimizes the tests not depending on the underlying OS's environment variables. -