Amit Kliger created XERCESC-2181: ------------------------------------ Summary: Some tests fail when building Xerces 3.2.2 on Solaris 5.10 Key: XERCESC-2181 URL: https://issues.apache.org/jira/browse/XERCESC-2181 Project: Xerces-C++ Issue Type: Bug Components: Build Affects Versions: 3.2.2 Reporter: Amit Kliger
We are building Xerces 3.2.2 on Solaris 5.10 with gcc version 4.8.5 The failing tests are the ones from the "samples" directory. In the failing tests, the symptom we are experiencing is that the expected XML output is missing its end tag. For example for samples/expected/SAX2Print1.log the output is identical up to the closing </personnel> tag which is missing. To be more explicit, the expected file is: "<?xml version="1.0" encoding="LATIN1"?> <personnel> [... omitted for brevity ...] </personnel>" While what the test is outputting is: "<?xml version="1.0" encoding="LATIN1"?> <personnel> [... omitted for brevity ...]" Note that the <personnel> tag has no closing counterpart in the actual output. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: c-dev-h...@xerces.apache.org