1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/result/VC
David Kilzer cb1b8b8516 xmlValidatePopElement() can return invalid value (-1)
Covered by:  test/VC/ElementValid5

This only affects XML Reader API with LIBXML_REGEXP_ENABLED and
LIBXML_VALID_ENABLED turned on.

* result/VC/ElementValid5.rdr:
- Update result to add missing error message.

* python/tests/reader2.py:
* result/VC/ElementValid6.rdr:
* result/VC/ElementValid7.rdr:
* result/valid/781333.xml.err.rdr:
- Update result to fix grammar issue.

* valid.c:
(xmlValidatePopElement):
- Check return value of xmlRegExecPushString() to handle -1, and
  assign 'ret = 0;' to return 0 from xmlValidatePopElement().
  This change affects xmlTextReaderValidatePop() from
  xmlreader.c.
- Fix grammar of error message by changing 'child' to
  'children'.
2023-04-10 13:21:53 -07:00
..
AttributeDefaultLegal cleaning up XPath error reporting that time. applied the two patches for 2003-10-07 21:25:12 +00:00
AttributeDefaultLegal.rdr Adding streaming validation to runtest checks 2012-10-25 15:39:39 +08:00
AttributeNmtokens applied patch from Malcolm Tredinnick fixing errata E20 concerning 2004-09-26 14:42:56 +00:00
AttributeNmtokens.rdr Adding streaming validation to runtest checks 2012-10-25 15:39:39 +08:00
DuplicateType more cleanup in make tests more work in the transition to the new error 2003-10-03 22:21:51 +00:00
DuplicateType.rdr Adding streaming validation to runtest checks 2012-10-25 15:39:39 +08:00
ElementValid tried to fix the problems reported in bug #126735 fixed again some problem 2003-12-08 10:25:02 +00:00
ElementValid2 cleaning up XPath error reporting that time. applied the two patches for 2003-10-07 21:25:12 +00:00
ElementValid2.rdr Adding streaming validation to runtest checks 2012-10-25 15:39:39 +08:00
ElementValid3 cleaning up XPath error reporting that time. applied the two patches for 2003-10-07 21:25:12 +00:00
ElementValid3.rdr Adding streaming validation to runtest checks 2012-10-25 15:39:39 +08:00
ElementValid4 cleaning up XPath error reporting that time. applied the two patches for 2003-10-07 21:25:12 +00:00
ElementValid4.rdr Adding streaming validation to runtest checks 2012-10-25 15:39:39 +08:00
ElementValid5 cleaning up XPath error reporting that time. applied the two patches for 2003-10-07 21:25:12 +00:00
ElementValid5.rdr xmlValidatePopElement() can return invalid value (-1) 2023-04-10 13:21:53 -07:00
ElementValid6 cleaning up XPath error reporting that time. applied the two patches for 2003-10-07 21:25:12 +00:00
ElementValid6.rdr xmlValidatePopElement() can return invalid value (-1) 2023-04-10 13:21:53 -07:00
ElementValid7 cleaning up XPath error reporting that time. applied the two patches for 2003-10-07 21:25:12 +00:00
ElementValid7.rdr xmlValidatePopElement() can return invalid value (-1) 2023-04-10 13:21:53 -07:00
ElementValid8 Fix --with-valid --without-regexps build 2022-09-02 18:33:35 +02:00
ElementValid8.rdr Fix --with-valid --without-regexps build 2022-09-02 18:33:35 +02:00
ElementValid.rdr Adding streaming validation to runtest checks 2012-10-25 15:39:39 +08:00
Enumeration cleaning up XPath error reporting that time. applied the two patches for 2003-10-07 21:25:12 +00:00
Enumeration.rdr Adding streaming validation to runtest checks 2012-10-25 15:39:39 +08:00
NS2 cleaning up XPath error reporting that time. applied the two patches for 2003-10-07 21:25:12 +00:00
NS2.rdr Adding streaming validation to runtest checks 2012-10-25 15:39:39 +08:00
NS3 cleaning up XPath error reporting that time. applied the two patches for 2003-10-07 21:25:12 +00:00
NS3.rdr Adding streaming validation to runtest checks 2012-10-25 15:39:39 +08:00
OneID working some weird error reporting problem for DTD validation. augmented 2005-06-27 13:42:57 +00:00
OneID2 working some weird error reporting problem for DTD validation. augmented 2005-06-27 13:42:57 +00:00
OneID2.rdr Adding streaming validation to runtest checks 2012-10-25 15:39:39 +08:00
OneID3 working some weird error reporting problem for DTD validation. augmented 2005-06-27 13:42:57 +00:00
OneID3.rdr Adding streaming validation to runtest checks 2012-10-25 15:39:39 +08:00
OneID.rdr Adding streaming validation to runtest checks 2012-10-25 15:39:39 +08:00
PENesting changed 'make tests' to use a concise output, scrolling to see where thing 2003-10-02 22:28:19 +00:00
PENesting2 changed 'make tests' to use a concise output, scrolling to see where thing 2003-10-02 22:28:19 +00:00
PENesting2.rdr Adding streaming validation to runtest checks 2012-10-25 15:39:39 +08:00
PENesting.rdr Adding streaming validation to runtest checks 2012-10-25 15:39:39 +08:00
UniqueElementTypeDeclaration more cleanup in make tests more work in the transition to the new error 2003-10-03 22:21:51 +00:00
UniqueElementTypeDeclaration2 more cleanup in make tests more work in the transition to the new error 2003-10-03 22:21:51 +00:00
UniqueElementTypeDeclaration2.rdr Adding streaming validation to runtest checks 2012-10-25 15:39:39 +08:00
UniqueElementTypeDeclaration.rdr Adding streaming validation to runtest checks 2012-10-25 15:39:39 +08:00