curcuru 01/10/23 13:21:58 Modified: test test.properties Log: Add new smoketest.conf.excludes= impincl19.xsl due to Bugzilla4355; Add trax.dom.excludes for future use Revision Changes Path 1.20 +16 -1 xml-xalan/test/test.properties Index: test.properties =================================================================== RCS file: /home/cvs/xml-xalan/test/test.properties,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- test.properties 2001/10/21 22:31:09 1.19 +++ test.properties 2001/10/23 20:21:57 1.20 @@ -59,6 +59,20 @@ # ProcessorWrapper flavors supported: trax|trax.dom|trax.sax|other... qetest.flavor=trax +# Exclusion lists based on specific flavors +# Some tests are not valid when outputting DOMs +# attribset17.xsl warning;org.xml.sax.SAXParseException: Attribute name "Input" must be followed by the '=' character. +# attribvaltemplate08.xsl warning;org.xml.sax.SAXParseException: The entity "oacute" was referenced, but not declared. +# conflictres19.xsl mismatch-value;TEXT_NODE(#text)len=85;TEXT_NODE(#text)len=85;lengths do not match +# lre13.xsl explicit text output with no root +# output26.xsl explicit text output with no root +# output46.xsl attempting to fix by adding root <html> +# output74.xsl explicit illegal XML attrs in test +# output76.xsl explicit text output with no root +# select07.xsl explicit text output with no root +# sort22.xsl, 23, 24, 25, 30, 31, 35, 37 explicit text output; might be fixable +trax.dom.excludes=attribset17.xsl;attribvaltemplate08.xsl;conflictres19.xsl;lre13.xsl;output26.xsl;output46.xsl;output74.xsl;output76.xsl;select07.xsl;sort22.xsl;sort23.xsl;sort24.xsl;sort25.xsl;sort30.xsl;sort31.xsl;sort35.xsl;sort37.xsl + # A Testlet class defines the actual algorithim used to # test each stylesheet found; several different testlets available # The default StylesheetTestlet does a simple transform and validates output @@ -111,7 +125,8 @@ # Bugzilla3464 namespace85.xsl # Bugzilla3800 namespace70.xsl Fixed;re-added 10-Oct-01 # Bugzilla4080 axes107.xsl -smoketest.conf.excludes=lre10.xsl;lre21.xsl;namespace85.xsl;axes107.xsl +# Bugzilla4355 impincl19.xsl +smoketest.conf.excludes=lre10.xsl;lre21.xsl;namespace85.xsl;axes107.xsl;impincl19.xsl # Runs a selected set of known passing API tests smoketest.api.tests=trax.TemplatesAPITest;trax.TransformerAPITest;trax.TransformerFactoryAPITest;trax.stream.StreamResultAPITest;trax.stream.StreamSourceAPITest;trax.dom.DOMResultAPITest;trax.dom.DOMSourceAPITest;trax.sax.SAXSourceAPITest;trax.sax.SAXTransformerFactoryAPITest;trax.sax.TemplatesHandlerAPITest;trax.sax.TransformerHandlerAPITest;trax.sax.TransformerHandlerAPITest;trax.SystemIdTest;trax.SystemIdImpInclTest;trax.EmbeddedStylesheetTest;trax.OutputPropertiesTest;trax.ErrorListenerAPITest;xalanj2.SerializedStylesheetTest;xalanj2.TraceListenerTest;xalanj2.FactoryFeatureTest;xalanj2.TransformStateAPITest;xalanj2.TransformStateTest;xalanj2.TestXPathAPI
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
