summaryrefslogtreecommitdiff
path: root/gentest.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-07-10 21:38:31 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-07-10 21:38:31 +0000
commit1f33c4d61f3cc9820643ef726b373ec3044bcac3 (patch)
tree47fca67e6dfd88826c7981d950ebf6b7b1cffa09 /gentest.py
parentdf4223ece455246e24d76b6617d086cb99ccb609 (diff)
downloadlibxml2-1f33c4d61f3cc9820643ef726b373ec3044bcac3.tar.gz
preparing to make testsuite releases along with code source releases fixed
* xstc/Makefile.am README README.tests Makefile.tests Makefile.am: preparing to make testsuite releases along with code source releases * gentest.py testapi.c: fixed a couple of problem introduced by the new Schemas support for Readers * xpath.c: fixed the XPath attribute:: bug #309580, #309864 in a crude but simple way. * xmlschemas.c include/libxml/tree.h: fixed a couple of problems raised by the doc builder. * doc/*: made rebuild Daniel
Diffstat (limited to 'gentest.py')
-rwxr-xr-xgentest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gentest.py b/gentest.py
index 465fdd79..af76b049 100755
--- a/gentest.py
+++ b/gentest.py
@@ -172,7 +172,8 @@ skipped_memcheck = [ "xmlLoadCatalog", "xmlAddEncodingAlias",
"xmlCatalogRemove", "xmlLoadCatalogs", "xmlCleanupCharEncodingHandlers",
"xmlInitCharEncodingHandlers", "xmlCatalogCleanup",
"xmlSchemaGetBuiltInType",
- "htmlParseFile", "htmlCtxtReadFile" # loads the catalogs
+ "htmlParseFile", "htmlCtxtReadFile", # loads the catalogs
+ "xmlTextReaderSchemaValidate", "xmlSchemaCleanupTypes" # initialize the schemas type system
]
#