RFR: JDK-8264454 : Jaxp unit test from open jdk needs to be improved
Mahendra Chhipa
github.com+34924738+mahendrachhipa at openjdk.java.net
Tue Apr 6 16:40:27 UTC 2021
On Wed, 31 Mar 2021 05:04:31 GMT, Joe Wang <joehw at openjdk.org> wrote:
>> JDK-8264454 : Jaxp unit test from open jdk needs to be improved
>
> test/jaxp/javax/xml/jaxp/unittest/datatype/Bug6937964Test.java line 200:
>
>> 198: } catch (IllegalStateException illegalStateException) {
>> 199: // TODO; this test really should pass
>> 200: System.err.println("Please fix this bug that is being ignored, for now: " + illegalStateException.getMessage());
>
> Do we still have such a bug?
Yes, test is still trowing IllegalStateException.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3274
More information about the core-libs-dev
mailing list