Commit Graph

15 Commits

Author SHA1 Message Date
Sebastian Pipping
8c6f0369db Add missing MIT headers 2021-05-02 19:53:29 +02:00
Sebastian Pipping
966f5d0da8 xmltest.sh: Adapt to fixed xmlwf exit code 2019-09-06 19:53:36 +02:00
Sebastian Pipping
3cb24b6e59 xmltest.sh: Remove dead code 2019-08-11 19:38:08 +02:00
Sebastian Pipping
dc6e298679 xmltest.sh: Fix for out-of-source builds 2019-08-11 19:38:08 +02:00
Rhodri James
fec399291e Make xmltest.sh script work for UTF-16 builds 2017-09-09 18:21:18 +02:00
Rhodri James
0da3d1b5bf Add command-line arg "-N" to xmlwf to add notations to test output
...and use it in xmltest.sh
2017-08-22 22:21:10 +02:00
Sebastian Pipping
3fb1ec4334 Make "make run-xmltest" work for MinGW cross-compilation 2017-06-14 22:36:51 +02:00
Sebastian Pipping
ff9cf997fb "make run-xmltest" order instability once more (issue #13) 2017-03-13 21:20:56 +01:00
Sebastian Pipping
19e6c3ac9f Tests: Address wildcard expansion order variance (fixes #13) 2017-03-13 17:39:14 +01:00
Sebastian Pipping
2b289b1e78 Fix "make run-xmltest" 2016-04-30 21:11:02 +02:00
Sebastian Pipping
63bc81813c - Move diff to unified
- Hint about variable modification inside script (not through environment)
- Integrate forgotten case ibm/not-wf/p28a (only case with lower p)
- Tell we expected not well-formed when we do instead of the opposite
2008-08-03 18:19:12 +00:00
Fred L. Drake, Jr.
78ee5b3911 - avoided assumptions that glob patterns before a trailing slash will
be expanded; this seems to be a problem in some non-bash shells
  (see SF bug #1033923)
- move counter updates to a shared function
- modified one of the output messages to be (hopefully) less confusing
2004-09-30 02:34:48 +00:00
Karl Waclawek
aa6a61475b Included "invalid" test cases, to check if the parser reports them
as well-formed without errors.
2002-09-04 03:04:44 +00:00
Fred L. Drake, Jr.
8875cf76db Update to Karl's version of this script, and use the latest version of
the tests from the W3C.
2002-09-03 23:19:30 +00:00
Fred L. Drake, Jr.
d05c7a58f7 Added target to run checks based on xmlwf and James Clark's test cases.
This is not run by "make check" since it requires unzip, wget, and network
access to set up the tests.  Use "make run-xmltext" to run the tests.
2002-04-29 21:31:18 +00:00