RFR: JDK-8175177 - org/omg/CORBA/OrbPropertiesTest.java changes JDK under test
Alan Bateman
Alan.Bateman at oracle.com
Fri Feb 24 10:28:42 UTC 2017
On 24/02/2017 00:00, Mark Sheppard wrote:
> Hi,
> please oblige and review the following change
> http://cr.openjdk.java.net/~msheppar/8175177/webrev/
>
> for the issue reported in
> https://bugs.openjdk.java.net/browse/JDK-8175177
>
> the test now explicitly removes the orb.properties file created by the
> test.
I assume this approach will still be problematic when running tests
concurrently. Also I assume it won't work when the runtime under test is
on a read-only file system. Have you considered just copying the runtime
into the work directory so you can modify there? I think there are a few
i18n tests that do the same.
-Alan
More information about the core-libs-dev
mailing list