On Wed, May 16, 2012 at 12:16:43AM +0200, Michael Ludwig wrote:
> Daniel Veillard schrieb am 15.05.2012 um 20:48 (+0800):
> 
> >    ftp://xmlsoft.org/libxml2/
> 
> Tested on rather current Cygwin in Win7 Pro/64.

  Thanks everybody for the set of tests feedback on the prerelease,
keep them coming :-) !

> MiLu@Dago: ~ > cygcheck -c cygwin
> Cygwin Package Information
> Package              Version        Status
> cygwin               1.7.13-1       OK
> 
> Built using gcc (GCC) 4.5.3, installed before testing.
> 
> Results okay, I'd say … but read the comments.

  okay,

> ./runtest.exe
> Total 2326 tests, 11 errors, 0 leaks
> -> All of these errors are for ebcdic_*.xml, so I guess that's okay.

  I would guess the ebcdic encoding support is limited, it would be
interesting to just try out for example 
   xmllint --encode UTF-8 test/ebcdic_566012.xml
and see if it outputs something okay or an error

> ./testrecurse.exe - ok
> 
> ./testapi.exe
> 
> This tests gets firewalled by the W3.ORG servers, I checked using
> netstat. So I interrupted it. The source file testapi.c is huge.
> Is there an easy way to instruct the program not to go the W3.ORG
> servers like with xmllint --nonet?

  Hum, that's weird, the only thing I can think of is doing vaidity
  testing of XHTML which may load the DTDs, I have a local cache because
the XHTML1 DTDs are loaded in the XML catalog on my machines. I'm
surprizer because I sometimes run "make check" on machines without
any IP connection.

> ./testchar.exe - ok
> 
> ./testdict.exe - ok
> 
> ./runxmlconf.exe - http://www.w3.org/XML/Test/xmlts20080827.tar.gz
> 
> I didn't run this test suite. Would it matter running it on Cygwin?

  it's a good thing to run runxmlconf but here it just relies on
2 tarballs installed under the xstc directory:
  xsts-2002-01-16.tar.gz and xsts-2004-01-14.tar.gz
I guess the later is actually used and extracted as a Tests/ subtree
under xstc. If needed I can put those 2 tarballs somewhere on
xmlsoft.org (and maybe change the test to load from there)

  thanks !

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
dan...@veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to