more validation test fixups added duration info for the tests Daniel

* SAX.c parser.c valid.c: more validation test fixups
* check-xml-test-suite.py: added duration info for the tests
Daniel
diff --git a/parser.c b/parser.c
index 9162d90..6d6df5b 100644
--- a/parser.c
+++ b/parser.c
@@ -6246,6 +6246,7 @@
     xmlChar *name, *val;
 
     *value = NULL;
+    GROW;
     name = xmlParseName(ctxt);
     if (name == NULL) {
 	ctxt->errNo = XML_ERR_NAME_REQUIRED;