You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Amit Kliger (Jira)" <xe...@xml.apache.org> on 2019/11/20 15:14:00 UTC

[jira] [Created] (XERCESC-2181) Some tests fail when building Xerces 3.2.2 on Solaris 5.10

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-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org