--- old/test/javax/xml/jaxp/unittest/parsers/SupplementaryChars.java 2016-07-18 00:51:02.409739771 -0700 +++ new/test/javax/xml/jaxp/unittest/parsers/SupplementaryChars.java 2016-07-18 00:51:02.283802771 -0700 @@ -5,6 +5,7 @@ import javax.xml.parsers.SAXParserFactory; import org.testng.annotations.DataProvider; +import org.testng.annotations.Listeners; import org.testng.annotations.Test; import org.xml.sax.SAXParseException; import org.xml.sax.helpers.DefaultHandler; @@ -17,6 +18,7 @@ * Joe Wang (huizhe.wang@oracle.com) */ +@Listeners({jaxp.library.BasePolicy.class}) public class SupplementaryChars { @Test(dataProvider = "supported")