OpenJDK / jigsaw / jake / jaxp
changeset 1115:d92c3b89b2ac
8162666: Mark ValidationWarningsTest.java as intermittently failing
Reviewed-by: lancea
author | darcy |
---|---|
date | Wed, 27 Jul 2016 15:35:23 -0700 |
parents | 794a2f7c2bb6 |
children | 3b8c2368cefd |
files | test/TEST.ROOT test/javax/xml/jaxp/unittest/common/ValidationWarningsTest.java |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/test/TEST.ROOT Wed Jul 27 18:23:04 2016 +0300 +++ b/test/TEST.ROOT Wed Jul 27 15:35:23 2016 -0700 @@ -15,7 +15,7 @@ othervm.dirs=javax/xml/jaxp # Group definitions -groups=TEST.groups +groups=TEST.groups # Minimum jtreg version requiredVersion=4.2 b02
--- a/test/javax/xml/jaxp/unittest/common/ValidationWarningsTest.java Wed Jul 27 18:23:04 2016 +0300 +++ b/test/javax/xml/jaxp/unittest/common/ValidationWarningsTest.java Wed Jul 27 15:35:23 2016 -0700 @@ -38,8 +38,9 @@ /* * @test + * @bug 8144593 + * @key intermittent * @modules javax.xml/com.sun.org.apache.xerces.internal.jaxp - * @bug 8144593 * @summary Check that warnings about unsupported properties from SAX * parsers are suppressed during the xml validation process. */