[Expat-discuss] Expat and Open Watcom
Michael Greene
greenemk at cox.com
Mon Jun 26 19:11:05 CEST 2006
Karl Waclawek wrote:
> Michael Greene wrote:
>> I have been putting together makefiles for compiling expat 2.0.0 with
>> Open Watcom on OS/2 and NT. Everything is working except for one test
>> fail:
>>
>> Expat version: expat_2.0.0
>> ..\tests\runtests.c:1201: external_entity_handler
>> 97%: Checks: 48, Failed: 1
>>
>> The test is : test_default_ns_from_ext_subset_and_ext_ge.
>>
>> Is there a place to start finding the cause? I see that
>> external_entity_handler is "Regression test for SF bug #616863".
>>
>>
>
> Try to run Expat directly on the XML document in the test case, and see
> what
> the error is, and on which line/column it happens.
>
> Karl
>
Karl,
Thanks for the reply. I am not an expat/xml expert, do you mean run this:
xmlwf -p i18n.xml
I get nothing so I expect it is ok?
I did try the XML-Test-Suite and it completes with Passed: 1680 Failed:
130. Other than file differs messages, I get these errors:
003.ent: out of memory
In xmltest/valid/ext-sa/: 003.xml:5:5: error in processing external
entity reference
010.ent: out of memory
In xmltest/valid/ext-sa/: 010.xml:5:5: error in processing external
entity reference
null.ent: out of memory
In sun/valid/: ext01.xml:9:21: error in processing external entity reference
In sun/valid/: pe02.xml:8:26: undefined entity
050.xml: out of memory
Expected well-formed: xmltest/not-wf/sa/050.xml
p39fail3.xml: out of memory
Expected well-formed: oasis/p39fail3.xml
MikeG
More information about the Expat-discuss
mailing list