On Wed, 31 Mar 2021 05:04:31 GMT, Joe Wang <jo...@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