Hi,
I built XML-Xerces-2.3.0-4 using gmake successfully, after successfully built and installed xerces-c-src_2_3_0 in solaris 8 environment, but when I run the gmake test I got the following result that a couple of the tests failed. Does Anyone have an idea on that? Is this a serious problem? Is there any impact on the applications based on the Xerces module, if I just do "gmake install" to install it?
Thanks,
Wei Lu
gmake-sparc[1]: Entering directory `/local/opt/progs/perl-module/XML-Xerces-2.3.0-4/Handler'
gmake-sparc[1]: Leaving directory `/local/opt/progs/perl-module/XML-Xerces-2.3.0-4/Handler'
PERL_DL_NONLAZY=1 /bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/actualCast..............ok 9/11# Looks like you planned 11 tests but only ran 9.
t/actualCast..............dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 10-11
Failed 2/11 tests, 81.82% okay (less 2 skipped tests: 7 okay, 63.64%)
t/AttributeList...........ok
t/Attributes..............ok
t/DOMAttr.................ok
t/DOMBuilder..............ok
3/12 skipped: various reasons
t/DOMCount................ok
t/DOMCreate...............ok
t/DOMDocument.............ok
t/DOMElement..............ok
t/DOMEntity...............ok
1/4 skipped: entities still not working
t/DOMException............ok
t/DOMNamedNodeMap.........ok
t/DOMNode.................ok
t/DOMNodeIterator.........ok
t/DOMNodeList.............ok
t/DOMParser...............ok
t/DOMPrint................ok
t/DOMTreeWalker...........ok
t/DOMWriter...............ok
t/EntityResolver..........ok
t/Grammar.................ok
t/InputSource.............ok
t/LocalFileInputSource....ok
t/MemBufInputSource.......ok
t/PerlErrorHandler........ok
1/6 skipped: temporarily not returning old handler
t/SAX2Count...............ok
t/SAX2XMLReader...........ok
t/SAXCount................ok
t/SAXException............ok
t/SAXParser...............ok
t/Schema..................ok
t/StdInInputSource........ok
t/URLInputSource..........ok
t/XercesDOMParser.........ok
t/XMLException............ok
t/XMLScanner..............ok
11/12 skipped: XMLScanner is no longer public
t/XMLUni..................ok
t/XMLUri..................ok
t/XMLURL..................ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/actualCast.t 2 512 11 4 36.36% 10-11
18 subtests skipped.
Failed 1/39 test scripts, 97.44% okay. 2/35408 subtests failed, 99.99% okay.
gmake-sparc: *** [test_dynamic] Error 29
