libxml2, latest trunk sources / version, RUNTEST.c regression errors with windows 2000
The following test regress due to differences in file size on a Windows 2000 / MSVC 6.0
static int compareFileMem(const char *filename, const char *mem, int size)
shows the following differences in the size
"Error cases regression tests"
./tests/errors/attr4.xml file size is 18 bytes mem size is 40
(as reported in my previous mail, an xml version header is included in mem)
"Error cases stream regression tests"
./tests/errors/attr4.xml file size is 18 bytes mem size is 40
(as reported in my previous mail, an xml version header is included in mem)
"HTML regression tests"
./tests/HTML/53867.html file size is 4192 bytes mem size is 4190 bytes
./tests/HTML/entities2.html file size is 207 bytes mem size is 204
"Push HTML regression tests"
./tests/HTML/53867.html file size is 4192 bytes mem size is 4190 bytes
./tests/HTML/entities2.html file size is 207 bytes mem size is 204
"HTML SAX regression tests"
./tests/HTML/53867.html file size is 4192 bytes mem size is 4190 bytes
./tests/HTML/entities2.html file size is 207 bytes mem size is 204
"General documents valid regression tests"
./result/valid/objednavka.xml file size is 1411 bytes mem size is 1372 bytes
Josef Stadelmann
@axa-winterthur.ch