Skip to content

Commit ca340f9

Browse files
authored
Merge pull request #3863 from citrus-it/libxml2r46
libxml2 - update from 2.11.7 to 2.12.10 (r151046)
2 parents 7891e73 + 5e5e3ad commit ca340f9

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

build/libxml2/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
# }}}
1414
#
1515
# Copyright 2011-2012 OmniTI Computer Consulting, Inc. All rights reserved.
16-
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.
16+
# Copyright 2025 OmniOS Community Edition (OmniOSce) Association.
1717

1818
. ../../lib/build.sh
1919

2020
PROG=libxml2
21-
VER=2.11.7
21+
VER=2.12.10
2222
PKG=library/libxml2
2323
SUMMARY="XML C parser and toolkit"
2424
DESC="Portable XML parser and toolkit library"

build/libxml2/testsuite.log

+18-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Total 3399 tests, no errors
2-
Total 9 tests, no errors
3-
Testing HTMLparser : 32 of 38 functions ...
1+
Total 3723 tests, no errors
2+
Total 49 tests, no errors
3+
Testing HTMLparser : 35 of 41 functions ...
44
Testing HTMLtree : 18 of 18 functions ...
55
Testing SAX2 : 36 of 36 functions ...
66
Testing c14n : 3 of 4 functions ...
@@ -9,27 +9,27 @@ Testing chvalid : 9 of 9 functions ...
99
Testing debugXML : 25 of 28 functions ...
1010
Testing dict : 10 of 13 functions ...
1111
Testing encoding : 16 of 19 functions ...
12-
Testing entities : 11 of 17 functions ...
12+
Testing entities : 11 of 18 functions ...
1313
Testing hash : 17 of 25 functions ...
1414
Testing list : 19 of 26 functions ...
1515
Testing nanohttp : 13 of 17 functions ...
16-
Testing parser : 58 of 70 functions ...
17-
Testing parserInternals : 33 of 90 functions ...
16+
Testing parser : 67 of 80 functions ...
17+
Testing parserInternals : 30 of 87 functions ...
1818
Testing pattern : 10 of 15 functions ...
1919
Testing relaxng : 14 of 24 functions ...
2020
Testing schemasInternals : 0 of 2 functions ...
2121
Testing schematron : 1 of 10 functions ...
22-
Testing tree : 142 of 164 functions ...
22+
Testing tree : 144 of 170 functions ...
2323
Testing uri : 10 of 15 functions ...
2424
Testing valid : 50 of 70 functions ...
2525
Testing xinclude : 8 of 10 functions ...
26-
Testing xmlIO : 41 of 51 functions ...
26+
Testing xmlIO : 41 of 55 functions ...
2727
Testing xmlautomata : 3 of 19 functions ...
28-
Testing xmlerror : 7 of 15 functions ...
28+
Testing xmlerror : 7 of 17 functions ...
2929
Testing xmlmodule : 2 of 4 functions ...
30-
Testing xmlreader : 76 of 86 functions ...
30+
Testing xmlreader : 76 of 87 functions ...
3131
Testing xmlregexp : 16 of 30 functions ...
32-
Testing xmlsave : 4 of 10 functions ...
32+
Testing xmlsave : 7 of 13 functions ...
3333
Testing xmlschemas : 16 of 27 functions ...
3434
Testing xmlschemastypes : 26 of 34 functions ...
3535
Testing xmlstring : 26 of 30 functions ...
@@ -38,9 +38,15 @@ Testing xmlwriter : 52 of 80 functions ...
3838
Testing xpath : 32 of 40 functions ...
3939
Testing xpathInternals : 106 of 117 functions ...
4040
Testing xpointer : 13 of 21 functions ...
41-
Total: 1123 functions, 279393 tests, 0 errors
41+
Total: 1137 functions, 288722 tests, 0 errors
4242
testing char range: 1 2 3 4 done
4343
testing 1 byte char in document: 1 2 3 4 done
4444
testing 2 byte char in document: 1 2 3 4 done
4545
Ran 0 tests, no errors
4646
Total 0 tests, no errors
47+
Ran 253 tests, no errors
48+
Ran 183 tests, no errors
49+
Ran 0 tests (0 schemata), no errors
50+
Ran 0 tests (0 schemata), no errors
51+
Ran 0 tests (0 schemata), no errors
52+
Total 1471 tests, no errors

0 commit comments

Comments
 (0)