summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemuarm64/core-image-ptest-libxml-simple-perl/ptest-libxml-simple-perl.log
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/poky/qemuarm64/core-image-ptest-libxml-simple-perl/ptest-libxml-simple-perl.log')
-rw-r--r--runtime/poky/qemuarm64/core-image-ptest-libxml-simple-perl/ptest-libxml-simple-perl.log584
1 files changed, 292 insertions, 292 deletions
diff --git a/runtime/poky/qemuarm64/core-image-ptest-libxml-simple-perl/ptest-libxml-simple-perl.log b/runtime/poky/qemuarm64/core-image-ptest-libxml-simple-perl/ptest-libxml-simple-perl.log
index f8c96202c53..8b9c79061a4 100644
--- a/runtime/poky/qemuarm64/core-image-ptest-libxml-simple-perl/ptest-libxml-simple-perl.log
+++ b/runtime/poky/qemuarm64/core-image-ptest-libxml-simple-perl/ptest-libxml-simple-perl.log
@@ -1,36 +1,9 @@
START: ptest-runner
-2024-05-02T04:14
+2024-05-03T03:23
1..0 # SKIP these tests are for testing by the author
1..0 # SKIP these tests are for testing by the author
SKIP: t/author-pod-syntax
1..8
-could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.38.2/XML/SAX
-ok 1 - qnames are not expanded by default
-ok 2 - qnames are expanded on request
-ok 3 - clarkian names not converted to qnames on output by default
-ok 4 - clarkian names are converted to qnames on output on request
-ok 5 - expansion of default namespace works
-ok 6 - default namespaces are output correctly too
-ok 7 - namespace prefixes are generated automatically (part 1)
-ok 8 - namespace prefixes are generated automatically (part 2)
-PASS: t/8_Namespaces
-1..14
-ok 1 - Parsing caused warning (as expected)
-ok 2 - Message contained expected text
-ok 3 - Parsing was successful
-ok 4 - Using ParserOpts caused warning (as expected)
-ok 5 - Message contained expected text
-ok 6 - Parsing was successful
-ok 7 - ParserOpts warning uppressed successfully
-ok 8 - Parsing was successful
-ok 9 - No error when parsing
-ok 10 - matches expectations (attributes)
-ok 11 - XML::Parser didn't choke on named external file
-ok 12 - and contents parsed as expected
-ok 13 - XML::Parser didn't choke on an IO::File object
-ok 14 - and it parsed the right file
-PASS: t/A_XMLParser
-1..8
ok 1 - copied known good source file
could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.38.2/XML/SAX
ok 2 - parsed expected data from file
@@ -41,160 +14,53 @@ ok 6 - even though the XML file is empty
ok 7 - parsed new data through cache
ok 8 - cache was modified
PASS: t/4_MemShare
-1..14
-ok 1 - created source XML file
-ok 2 - deleted old cache files
-could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.38.2/XML/SAX
-ok 3 - parsed expected value from file
-ok 4 - '$fh' isa 'IO::File'
-ok 5 - parsed expected value from IO::File object
-ok 6 - parsed expected value from string
-ok 7 - parsed expected value from STDIN ('-')
-ok 8 - XML::Simple as a SAX handler returned expected value
-ok 9 - options passed to handler contructor work
-ok 10 - driving a SAX pipeline with XML::Simple worked
-ok 11 - 'handler' is a synonym for 'Handler'
-ok 12 - 'DataHandler' option works
-ok 13 - 'datahandler' is a synonym for 'DataHandler'
-ok 14 - keeproot works with SAX pipelines
-PASS: t/7_SaxStuff
-1..132
-ok 1 - Module compiled OK
-# Warning: XML::Simple::VERSION = 2.25 (Changes version: unknown)
+1..44
+ok 1 - XML::Simple loads ok with qw(:strict)
could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.38.2/XML/SAX
-ok 2 - XMLin() didn't crash
-ok 3 - and it returned a value
-ok 4 - and a hasref at that
-ok 5 - matches expectations (attributes)
-ok 6 - same again with nested elements
-ok 7 - attributes in empty element
-ok 8 - repeated child elements give arrays of scalars
-ok 9 - nested element gives hash
-ok 10 - repeated child elements give list of hashes
-ok 11 - array folded on default key 'name'
-ok 12 - not folded when keyattr turned off
-ok 13 - still works when keyattr is empty hash
-ok 14 - folded on default key 'key'
-ok 15 - folded on default key 'id'
-ok 16 - folded on non-default key 'xname'
-ok 17 - same again but keyattr set with hash
-ok 18 - keyattr as array with value in second position
-ok 19 - keyattr as scalar
-ok 20 - KeyAttr as scalar
-ok 21 - key_attr as scalar
-ok 22 - fold same array on two different keys
-ok 23 - same again but with priority switch
-ok 24 - folded on multi-key keyattr hash
-ok 25 - same again but with '+' prefix to copy keys
-ok 26 - did not fold on default key with non-scalar value
-ok 27 - no warning issued
-ok 28 - did not fold on specific key with non-scalar value
-ok 29 - warning issued as expected
-ok 30 - text in warning is correct
-ok 31 - same again but with keyattr as array
-ok 32 - warning issued as expected
-ok 33 - text in warning is correct
-ok 34 - did not fold on specific key with non-scalar value
-ok 35 - no warning issued (as expected)
-ok 36 - did not fold when element missing key attribute
-ok 37 - expected warning issued
-ok 38 - same again
-ok 39 - but with no warning this time
-ok 40 - folded elements despite non-unique key attribute
-ok 41 - expected warning issued
-ok 42 - same again but with keyattr as array
-ok 43 - expected warning issued
-ok 44 - same again
-ok 45 - but with no warning this time
-ok 46 - keeproot option works
-ok 47 - CDATA section parsed correctly
-ok 48 - CDATA section containing markup characters parsed correctly
-ok 49 - XMLin didn't choke on named external file
-ok 50 - and contents parsed as expected
-ok 51 - XMLin didn't choke on un-named (default) external file
-ok 52 - and contents parsed as expected
-ok 53 - XMLin found file using searchpath
-ok 54 - and contents parsed as expected
-ok 55 - XMLin choked on nonexistant file
-ok 56 - with the expected message
-ok 57 - nonexistant file not found in current directory
-ok 58 - with the expected message
-ok 59 - search path ignored when pathname supplied
-ok 60 - failed with expected message
-ok 61 - XMLin didn't choke on an IO::File object
-ok 62 - and it parsed the right file
-ok 63 - XMLin didn't choke on STDIN ('-')
-ok 64 - and data parsed correctly
-ok 65 - anonymous arrays parsed correctly
-ok 66 - anonymous arrays parsed correctly
-ok 67 - top level anonymous array returned arrayref
-ok 68 - nested anonymous arrays parsed correctly
-ok 69 - 'content' key appears as expected
-ok 70 - 'content' key successfully renamed to 'text'
-ok 71 - 'content' key not munged by forcearray
-ok 72 - gratuitous use of content key works as expected
-ok 73 - even when we change it's name to 'text'
-ok 74 - spurious content keys not eliminated after folding
-ok 75 - spurious content keys not eliminated after folding
-ok 76 - mixed content doesn't work - no surprises there
-ok 77 - nested element rolls up to scalar
-ok 78 - except when forcearray is enabled
-ok 79 - array folding works with single nested hash
-ok 80 - but not if forcearray is turned off
-ok 81 - selective application of forcearray successful
-ok 82 - forcearray using regex successful
-ok 83 - forcearray using a single regex successful
-ok 84 - attributes successfully skipped
-ok 85 - noattr does not intefere with array folding
-ok 86 - empty elements parse to hashrefs
-ok 87 - or are suppressed
-ok 88 - or parse to 'undef'
-ok 89 - or parse to an empty string
-ok 90 - empty document parses to undef
-ok 91 - grouped tags parse normally
-ok 92 - disintermediation of grouped tags works
-ok 93 - disintermediation works with multiple groups
-ok 94 - folding and ungrouping work together
-ok 95 - folding, ungrouping and content stripping work together
-ok 96 - folding without forcearray but with ungrouping fails as expected
-ok 97 - folding with forcearray and ungrouping works
-ok 98 - undefined variables are left untouched
-ok 99 - substitution of pre-defined variables works
-ok 100 - variables defined in XML work
-ok 101 - variables defined in XML merged successfully with predefined vars
-ok 102 - variables are expanded in later variable definitions
-ok 103 - grouptags requires a hash
-ok 104 - with correct error message
-ok 105 - variables requires a hash
-ok 106 - with correct error message
-ok 107 - disintermediation using wrong child key - as expected
-ok 108 - invalid options are trapped
-ok 109 - with correct error message
-ok 110 - invalid number of options are trapped
-ok 111 - with correct error message
-ok 112 - NS-1: folding OK
-ok 113 - NS-2: space normalised in hash key
-ok 114 - NS-3: space normalised in hash key
-ok 115 - NS-4: space not normalised in hash value
-ok 116 - NS-1a: folding OK
-ok 117 - NS-2a: space normalised in hash key
-ok 118 - NS-3a: space normalised in hash key
-ok 119 - NS-4a: space not normalised in hash value
-ok 120 - NS-5: folding OK
-ok 121 - NS-6: space normalised in hash key
-ok 122 - NS-7: space normalised in attribute value
-ok 123 - NS-8: space normalised in hash key
-ok 124 - NS-9: space normalised in element text content
-ok 125 - NS-10: space normalised in anonymous array
-ok 126 - NS-11: space normalized in anonymous array
-ok 127 - Nothing special about 'value' attributes
-ok 128 - ValueAttr as arrayref works
-ok 129 - ValueAttr as arrayref works
-ok 130 - ValueAttr as hashref works too
-ok 131 - ValueAttr as hashref works too
-ok 132 - successfully read an SRT config file
-ok 84 - attributes successfully skipped
-SKIP: t/1_XMLin
+ok 2 - XMLin() did not fail
+ok 3 - and managed to produce the expected results
+ok 4 - omitting forcearray was a fatal error
+ok 5 - with the correct error message
+ok 6 - omitting keyattr was a fatal error
+ok 7 - with the correct error message
+ok 8 - omitting forcearray for elements in keyattr was a fatal error
+ok 9 - with the correct error message
+ok 10 - omitting keyattr elements from forcearray was a fatal error
+ok 11 - with the correct error message
+ok 12 - key attribute missing from names element was a fatal error
+ok 13 - with the correct error message
+ok 14 - non-unique key attribute values was a fatal error
+ok 15 - with the correct error message
+ok 16 - key attribute not a scalar was a fatal error
+ok 17 - with the correct error message
+ok 18 - XMLout() did not fail
+ok 19 - and managed to produce the expected results
+ok 20 - omitting keyattr was a fatal error
+ok 21 - with the correct error message
+ok 22 - omitting forcearray was not a fatal error on output
+ok 23 - $xs->XMLin() did not fail
+ok 24 - and managed to produce the expected results
+ok 25 - omitting forcearray was a fatal error
+ok 26 - with the correct error message
+ok 27 - omitting keyattr was a fatal error
+ok 28 - with the correct error message
+ok 29 - omitting forcearray for elements in keyattr was a fatal error
+ok 30 - with the correct error message
+ok 31 - omitting keyattr elements from forcearray was a fatal error
+ok 32 - with the correct error message
+ok 33 - key attribute missing from names element was a fatal error
+ok 34 - with the correct error message
+ok 35 - key attribute not a scalar was a fatal error
+ok 36 - with the correct error message
+ok 37 - XMLout() did not fail
+ok 38 - and managed to produce the expected results
+ok 39 - omitting keyattr was a fatal error
+ok 40 - with the correct error message
+ok 41 - other namespaces do not have strict mode forced upon them
+ok 42 - other namespaces do not have strict mode forced upon them
+ok 43 - with the correct error message
+ok 44 - other namespaces do not have strict mode forced upon them
+PASS: t/9_Strict
1..201
ok 1 - call with no args proves fatal
ok 2 - with correct error message
@@ -403,113 +269,53 @@ ok 142 - uninitialiased values successfully skipped
ok 144 - uninitialiased value in array is skipped
ok 195 # skip Tie::IxHash not installed
SKIP: t/2_XMLout
-1..1
-could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.38.2/XML/SAX
-#
-# Package Version
-# perl 5.38.2
-# XML::Simple 2.25
-# Storable 3.32
-# XML::Parser 2.47
-# XML::SAX 1.02
-# XML::NamespaceSupport 1.12
-ok 1 - Dumped config
-PASS: t/0_Config
-1..12
-ok 1 - use XML::Simple;
-ok 2 # skip Tie::IxHash not installed
-ok 3 # skip Tie::IxHash not installed
-ok 4 # skip Tie::IxHash not installed
-ok 5 - 'object of class ElbarotsXS' isa 'XML::Simple'
-ok 6 - default storable cache filename looks good
-ok 7 - overridden storable cache filename looks good
-ok 8 - overridden cache file does not exist before parse
-could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.38.2/XML/SAX
-ok 9 - overridden cache file does exist after parse
-ok 10 - bad cache scheme was rejected
-ok 11 - custom cache scheme was not rejected
-ok 12 - custom cache reading method delivered the goods
-ok 2 # skip Tie::IxHash not installed
-ok 3 # skip Tie::IxHash not installed
-ok 4 # skip Tie::IxHash not installed
-SKIP: t/B_Hooks
-1..44
-ok 1 - XML::Simple loads ok with qw(:strict)
+1..7
+ok 1 - copied source XML file
could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.38.2/XML/SAX
-ok 2 - XMLin() did not fail
-ok 3 - and managed to produce the expected results
-ok 4 - omitting forcearray was a fatal error
-ok 5 - with the correct error message
-ok 6 - omitting keyattr was a fatal error
-ok 7 - with the correct error message
-ok 8 - omitting forcearray for elements in keyattr was a fatal error
-ok 9 - with the correct error message
-ok 10 - omitting keyattr elements from forcearray was a fatal error
-ok 11 - with the correct error message
-ok 12 - key attribute missing from names element was a fatal error
-ok 13 - with the correct error message
-ok 14 - non-unique key attribute values was a fatal error
-ok 15 - with the correct error message
-ok 16 - key attribute not a scalar was a fatal error
-ok 17 - with the correct error message
-ok 18 - XMLout() did not fail
-ok 19 - and managed to produce the expected results
-ok 20 - omitting keyattr was a fatal error
-ok 21 - with the correct error message
-ok 22 - omitting forcearray was not a fatal error on output
-ok 23 - $xs->XMLin() did not fail
-ok 24 - and managed to produce the expected results
-ok 25 - omitting forcearray was a fatal error
-ok 26 - with the correct error message
-ok 27 - omitting keyattr was a fatal error
-ok 28 - with the correct error message
-ok 29 - omitting forcearray for elements in keyattr was a fatal error
-ok 30 - with the correct error message
-ok 31 - omitting keyattr elements from forcearray was a fatal error
-ok 32 - with the correct error message
-ok 33 - key attribute missing from names element was a fatal error
-ok 34 - with the correct error message
-ok 35 - key attribute not a scalar was a fatal error
-ok 36 - with the correct error message
-ok 37 - XMLout() did not fail
-ok 38 - and managed to produce the expected results
-ok 39 - omitting keyattr was a fatal error
-ok 40 - with the correct error message
-ok 41 - other namespaces do not have strict mode forced upon them
-ok 42 - other namespaces do not have strict mode forced upon them
-ok 43 - with the correct error message
-ok 44 - other namespaces do not have strict mode forced upon them
-PASS: t/9_Strict
+ok 2 - parsed expected data through the cache
+ok 3 - deleted the source XML file
+ok 4 - got what we expected from the cache
+ok 5 - even though the source XML file is empty
+ok 6 - parsed expected data through cache
+ok 7 - cache not modified
+PASS: t/5_MemCopy
1..2
ok 1 - External entity not retrieved
ok 2 - External entity left as URL
PASS: t/C_External_Entities
-1..23
-ok 1 - copied known good source file
-ok 2 - no cache files lying around
+1..14
+ok 1 - Parsing caused warning (as expected)
+ok 2 - Message contained expected text
+ok 3 - Parsing was successful
+ok 4 - Using ParserOpts caused warning (as expected)
+ok 5 - Message contained expected text
+ok 6 - Parsing was successful
+ok 7 - ParserOpts warning uppressed successfully
+ok 8 - Parsing was successful
+ok 9 - No error when parsing
+ok 10 - matches expectations (attributes)
+ok 11 - XML::Parser didn't choke on named external file
+ok 12 - and contents parsed as expected
+ok 13 - XML::Parser didn't choke on an IO::File object
+ok 14 - and it parsed the right file
+PASS: t/A_XMLParser
+1..14
+ok 1 - created source XML file
+ok 2 - deleted old cache files
could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.38.2/XML/SAX
-ok 3 - parsed expected data from file
-ok 4 - and no cache file was created
-ok 5 - parsed expected data from file (again)
-ok 6 - but this time a cache file was created
-ok 7 - got expected data from cache
-ok 8 - and cache timestamp has not changed
-ok 9 - parsed in expected value again
-ok 10 - and this time the cache timestamp has changed
-ok 11 - deleted the source file
-ok 12 - recreated the source file
-ok 13 - but with nothing in it
-ok 14 - got the expected data from the cache
-ok 15 - parsed in expected data from file
-ok 16 - and the cache file was not touched
-ok 17 - parsed expected data through cache
-ok 18 - and the cache was updated
-ok 19 - copied back the original file
-ok 20 - parsed expected data in through cache
-ok 21 - scheme name is case-insensitive
-ok 22 - bad cache scheme names are trapped
-ok 23 - with correct error message
-PASS: t/3_Storable
+ok 3 - parsed expected value from file
+ok 4 - '$fh' isa 'IO::File'
+ok 5 - parsed expected value from IO::File object
+ok 6 - parsed expected value from string
+ok 7 - parsed expected value from STDIN ('-')
+ok 8 - XML::Simple as a SAX handler returned expected value
+ok 9 - options passed to handler contructor work
+ok 10 - driving a SAX pipeline with XML::Simple worked
+ok 11 - 'handler' is a synonym for 'Handler'
+ok 12 - 'DataHandler' option works
+ok 13 - 'datahandler' is a synonym for 'DataHandler'
+ok 14 - keeproot works with SAX pipelines
+PASS: t/7_SaxStuff
1..37
ok 1 - invalid number of options are trapped
ok 2 - with correct error message
@@ -550,14 +356,208 @@ ok 35 - variables from XML merged with predefined variables
ok 36 - unrecognised option caught by constructor
ok 37 - correct message in exception
PASS: t/6_ObjIntf
-1..7
-ok 1 - copied source XML file
+1..8
could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.38.2/XML/SAX
-ok 2 - parsed expected data through the cache
-ok 3 - deleted the source XML file
-ok 4 - got what we expected from the cache
-ok 5 - even though the source XML file is empty
-ok 6 - parsed expected data through cache
-ok 7 - cache not modified
-PASS: t/5_MemCopy
-DURATION: 15
+ok 1 - qnames are not expanded by default
+ok 2 - qnames are expanded on request
+ok 3 - clarkian names not converted to qnames on output by default
+ok 4 - clarkian names are converted to qnames on output on request
+ok 5 - expansion of default namespace works
+ok 6 - default namespaces are output correctly too
+ok 7 - namespace prefixes are generated automatically (part 1)
+ok 8 - namespace prefixes are generated automatically (part 2)
+PASS: t/8_Namespaces
+1..1
+could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.38.2/XML/SAX
+#
+# Package Version
+# perl 5.38.2
+# XML::Simple 2.25
+# Storable 3.32
+# XML::Parser 2.47
+# XML::SAX 1.02
+# XML::NamespaceSupport 1.12
+ok 1 - Dumped config
+PASS: t/0_Config
+1..132
+ok 1 - Module compiled OK
+# Warning: XML::Simple::VERSION = 2.25 (Changes version: unknown)
+could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.38.2/XML/SAX
+ok 2 - XMLin() didn't crash
+ok 3 - and it returned a value
+ok 4 - and a hasref at that
+ok 5 - matches expectations (attributes)
+ok 6 - same again with nested elements
+ok 7 - attributes in empty element
+ok 8 - repeated child elements give arrays of scalars
+ok 9 - nested element gives hash
+ok 10 - repeated child elements give list of hashes
+ok 11 - array folded on default key 'name'
+ok 12 - not folded when keyattr turned off
+ok 13 - still works when keyattr is empty hash
+ok 14 - folded on default key 'key'
+ok 15 - folded on default key 'id'
+ok 16 - folded on non-default key 'xname'
+ok 17 - same again but keyattr set with hash
+ok 18 - keyattr as array with value in second position
+ok 19 - keyattr as scalar
+ok 20 - KeyAttr as scalar
+ok 21 - key_attr as scalar
+ok 22 - fold same array on two different keys
+ok 23 - same again but with priority switch
+ok 24 - folded on multi-key keyattr hash
+ok 25 - same again but with '+' prefix to copy keys
+ok 26 - did not fold on default key with non-scalar value
+ok 27 - no warning issued
+ok 28 - did not fold on specific key with non-scalar value
+ok 29 - warning issued as expected
+ok 30 - text in warning is correct
+ok 31 - same again but with keyattr as array
+ok 32 - warning issued as expected
+ok 33 - text in warning is correct
+ok 34 - did not fold on specific key with non-scalar value
+ok 35 - no warning issued (as expected)
+ok 36 - did not fold when element missing key attribute
+ok 37 - expected warning issued
+ok 38 - same again
+ok 39 - but with no warning this time
+ok 40 - folded elements despite non-unique key attribute
+ok 41 - expected warning issued
+ok 42 - same again but with keyattr as array
+ok 43 - expected warning issued
+ok 44 - same again
+ok 45 - but with no warning this time
+ok 46 - keeproot option works
+ok 47 - CDATA section parsed correctly
+ok 48 - CDATA section containing markup characters parsed correctly
+ok 49 - XMLin didn't choke on named external file
+ok 50 - and contents parsed as expected
+ok 51 - XMLin didn't choke on un-named (default) external file
+ok 52 - and contents parsed as expected
+ok 53 - XMLin found file using searchpath
+ok 54 - and contents parsed as expected
+ok 55 - XMLin choked on nonexistant file
+ok 56 - with the expected message
+ok 57 - nonexistant file not found in current directory
+ok 58 - with the expected message
+ok 59 - search path ignored when pathname supplied
+ok 60 - failed with expected message
+ok 61 - XMLin didn't choke on an IO::File object
+ok 62 - and it parsed the right file
+ok 63 - XMLin didn't choke on STDIN ('-')
+ok 64 - and data parsed correctly
+ok 65 - anonymous arrays parsed correctly
+ok 66 - anonymous arrays parsed correctly
+ok 67 - top level anonymous array returned arrayref
+ok 68 - nested anonymous arrays parsed correctly
+ok 69 - 'content' key appears as expected
+ok 70 - 'content' key successfully renamed to 'text'
+ok 71 - 'content' key not munged by forcearray
+ok 72 - gratuitous use of content key works as expected
+ok 73 - even when we change it's name to 'text'
+ok 74 - spurious content keys not eliminated after folding
+ok 75 - spurious content keys not eliminated after folding
+ok 76 - mixed content doesn't work - no surprises there
+ok 77 - nested element rolls up to scalar
+ok 78 - except when forcearray is enabled
+ok 79 - array folding works with single nested hash
+ok 80 - but not if forcearray is turned off
+ok 81 - selective application of forcearray successful
+ok 82 - forcearray using regex successful
+ok 83 - forcearray using a single regex successful
+ok 84 - attributes successfully skipped
+ok 85 - noattr does not intefere with array folding
+ok 86 - empty elements parse to hashrefs
+ok 87 - or are suppressed
+ok 88 - or parse to 'undef'
+ok 89 - or parse to an empty string
+ok 90 - empty document parses to undef
+ok 91 - grouped tags parse normally
+ok 92 - disintermediation of grouped tags works
+ok 93 - disintermediation works with multiple groups
+ok 94 - folding and ungrouping work together
+ok 95 - folding, ungrouping and content stripping work together
+ok 96 - folding without forcearray but with ungrouping fails as expected
+ok 97 - folding with forcearray and ungrouping works
+ok 98 - undefined variables are left untouched
+ok 99 - substitution of pre-defined variables works
+ok 100 - variables defined in XML work
+ok 101 - variables defined in XML merged successfully with predefined vars
+ok 102 - variables are expanded in later variable definitions
+ok 103 - grouptags requires a hash
+ok 104 - with correct error message
+ok 105 - variables requires a hash
+ok 106 - with correct error message
+ok 107 - disintermediation using wrong child key - as expected
+ok 108 - invalid options are trapped
+ok 109 - with correct error message
+ok 110 - invalid number of options are trapped
+ok 111 - with correct error message
+ok 112 - NS-1: folding OK
+ok 113 - NS-2: space normalised in hash key
+ok 114 - NS-3: space normalised in hash key
+ok 115 - NS-4: space not normalised in hash value
+ok 116 - NS-1a: folding OK
+ok 117 - NS-2a: space normalised in hash key
+ok 118 - NS-3a: space normalised in hash key
+ok 119 - NS-4a: space not normalised in hash value
+ok 120 - NS-5: folding OK
+ok 121 - NS-6: space normalised in hash key
+ok 122 - NS-7: space normalised in attribute value
+ok 123 - NS-8: space normalised in hash key
+ok 124 - NS-9: space normalised in element text content
+ok 125 - NS-10: space normalised in anonymous array
+ok 126 - NS-11: space normalized in anonymous array
+ok 127 - Nothing special about 'value' attributes
+ok 128 - ValueAttr as arrayref works
+ok 129 - ValueAttr as arrayref works
+ok 130 - ValueAttr as hashref works too
+ok 131 - ValueAttr as hashref works too
+ok 132 - successfully read an SRT config file
+ok 84 - attributes successfully skipped
+SKIP: t/1_XMLin
+1..23
+ok 1 - copied known good source file
+ok 2 - no cache files lying around
+could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.38.2/XML/SAX
+ok 3 - parsed expected data from file
+ok 4 - and no cache file was created
+ok 5 - parsed expected data from file (again)
+ok 6 - but this time a cache file was created
+ok 7 - got expected data from cache
+ok 8 - and cache timestamp has not changed
+ok 9 - parsed in expected value again
+ok 10 - and this time the cache timestamp has changed
+ok 11 - deleted the source file
+ok 12 - recreated the source file
+ok 13 - but with nothing in it
+ok 14 - got the expected data from the cache
+ok 15 - parsed in expected data from file
+ok 16 - and the cache file was not touched
+ok 17 - parsed expected data through cache
+ok 18 - and the cache was updated
+ok 19 - copied back the original file
+ok 20 - parsed expected data in through cache
+ok 21 - scheme name is case-insensitive
+ok 22 - bad cache scheme names are trapped
+ok 23 - with correct error message
+PASS: t/3_Storable
+1..12
+ok 1 - use XML::Simple;
+ok 2 # skip Tie::IxHash not installed
+ok 3 # skip Tie::IxHash not installed
+ok 4 # skip Tie::IxHash not installed
+ok 5 - 'object of class ElbarotsXS' isa 'XML::Simple'
+ok 6 - default storable cache filename looks good
+ok 7 - overridden storable cache filename looks good
+ok 8 - overridden cache file does not exist before parse
+could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.38.2/XML/SAX
+ok 9 - overridden cache file does exist after parse
+ok 10 - bad cache scheme was rejected
+ok 11 - custom cache scheme was not rejected
+ok 12 - custom cache reading method delivered the goods
+ok 2 # skip Tie::IxHash not installed
+ok 3 # skip Tie::IxHash not installed
+ok 4 # skip Tie::IxHash not installed
+SKIP: t/B_Hooks
+DURATION: 16