summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemuarm64/core-image-sato-ptest-fast/ptest-libxml-simple-perl.log
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/poky/qemuarm64/core-image-sato-ptest-fast/ptest-libxml-simple-perl.log')
-rw-r--r--runtime/poky/qemuarm64/core-image-sato-ptest-fast/ptest-libxml-simple-perl.log632
1 files changed, 316 insertions, 316 deletions
diff --git a/runtime/poky/qemuarm64/core-image-sato-ptest-fast/ptest-libxml-simple-perl.log b/runtime/poky/qemuarm64/core-image-sato-ptest-fast/ptest-libxml-simple-perl.log
index b71da186de9..215e6d8ac2d 100644
--- a/runtime/poky/qemuarm64/core-image-sato-ptest-fast/ptest-libxml-simple-perl.log
+++ b/runtime/poky/qemuarm64/core-image-sato-ptest-fast/ptest-libxml-simple-perl.log
@@ -1,9 +1,303 @@
-2019-11-18T02:21
+2019-11-19T05:33
ERROR: Unable to detach from controlling tty, Inappropriate ioctl for device
-2019-11-18T02:21
+2019-11-19T05:33
+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..2
+ok 1 - External entity not retrieved
+ok 2 - External entity left as URL
+PASS: t/C_External_Entities
+1..1
+#
+# Package Version
+# perl 5.30.0
+# XML::Simple 2.25
+# Storable 3.15
+# XML::Parser 2.44
+# XML::SAX 1.02
+# XML::NamespaceSupport 1.12
+ok 1 - Dumped config
+PASS: t/0_Config
+1..8
+ok 1 - copied known good source file
+ok 2 - parsed expected data from file
+ok 3 - deleted the XML source file
+ok 4 - and recreated it (empty)
+ok 5 - got expected values from the cache
+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..201
+ok 1 - call with no args proves fatal
+ok 2 - with correct error message
+ok 3 - XMLout did not crash
+ok 4 - and it returned an XML string
+ok 5 - which parses back OK
+ok 6 - encoded a hash
+ok 7 - first key encoded OK
+ok 8 - second key encoded OK
+ok 9 - third key encoded OK
+ok 10 - no other attributes encoded
+ok 11 - encoded a hash with nested array
+ok 12 - array elements encoded in correct order
+ok 13 - no other spurious encodings
+ok 14 - encoded nested hashes
+ok 15 - nested hash 1 ok
+ok 16 - nested hash 2 ok
+ok 17 - whole OK
+ok 18 - encoded anonymous array
+ok 19 - output matches expectations
+ok 20 - encoded nested anonymous arrays
+ok 21 - output matches expectations
+ok 22 - encoded hash of hashes with folding disabled
+ok 23 - nested hash 1 ok
+ok 24 - nested hash 2 ok
+ok 25 - nested hash 3 ok
+ok 26 - container hash ok
+ok 27 - document ok
+ok 28 - encoded hash of hashes with explicit folding enabled
+ok 29 - output as expected
+ok 30 - still works when keyattr is scalar
+ok 31 - still works when keyattr is hash
+ok 32 - still works when keyattr is hash with leading '+'
+ok 33 - still works when keyattr is hash with leading '-'
+ok 34 - encoded hash of hashes with default folding enabled
+ok 35 - expected output with default keyattr
+ok 36 - single nested hash unfolded
+ok 37 - attr 1 ok
+ok 38 - attr 2 ok
+ok 39 - element ok
+ok 40 - document ok
+ok 41 - generated doc with XML declaration
+ok 42 - XML declaration OK
+ok 43 - data OK too
+ok 44 - generated doc with custom XML declaration
+ok 45 - XML declaration OK
+ok 46 - data OK too
+ok 47 - generated document with escaping
+ok 48 - angle brackets escaped OK
+ok 49 - double quotes escaped OK
+ok 50 - ampersands escaped OK
+ok 51 - data OK too
+ok 52 - generated unescaped angle brackets
+ok 53 - generated unescaped double quotes
+ok 54 - generated unescaped ampersands
+ok 55 - data OK too
+ok 56 - Unescaped scalar as expected too
+ok 57 - caught circular data structure
+ok 58 - with correct error message
+ok 59 - repetitive (non-circular) data structure not fatal
+ok 60 - and encodes as expected
+ok 61 - caught blessed non array/hash reference in data structure
+ok 62 - with correct error message
+ok 63 - generated document with named root element
+ok 64 - parsed it back correctly
+ok 65 - XML as expected
+ok 66 - same again but encoded a hash
+ok 67 - first key encoded OK
+ok 68 - second key encoded OK
+ok 69 - third key encoded OK
+ok 70 - XML looks OK
+ok 71 - same again but with array in hash
+ok 72 - array encoded in correct order
+ok 73 - only expected root element left
+ok 74 - same again but with nested hashes
+ok 75 - hash 1 encoded OK
+ok 76 - hash 2 encoded OK
+ok 77 - document OK
+ok 78 - same again but with nested anonymous array
+ok 79 - document OK
+ok 80 - encoded scalar with no root element
+ok 81 - same again but with rootname = undef
+ok 82 - generated doc with no root element from hash
+ok 83 - first key encoded OK
+ok 84 - second key encoded OK
+ok 85 - third key encoded OK
+ok 86 - document OK
+ok 87 - generated docucment with no root element from nested hashes
+ok 88 - first element OK
+ok 89 - second element OK
+ok 90 - third element OK
+ok 91 - document OK
+ok 92 - generated doc with no root name from array
+ok 93 - document OK
+ok 94 - caught attempt to specify searchpath on XMLout
+ok 95 - with correct error message
+ok 96 - caught attempt to specify odd number of option args
+ok 97 - with correct error message
+ok 98 - output file does not exist
+ok 99 - created xml output file
+ok 100 - Contents match expectations
+ok 101
+ok 102 - create XML output file via IO::File
+ok 103 - Contents match expectations
+ok 104 - original data not corrupted
+ok 105 - skipped hashkeys with '-' prefix
+ok 106 - generated document from complex nested hash with unfolding
+ok 107 - element 1 attribute 1 OK
+ok 108 - element 1 attribute 2 OK
+ok 109 - element 1 attribute 3 OK
+ok 110 - element 1.1 attribute 1 OK
+ok 111 - element 1.1 attribute 2 OK
+ok 112 - element 1.1 attribute 3 OK
+ok 113 - elements 1 and 1.1 OK
+ok 114 - element 2 attribute 1 OK
+ok 115 - element 2 attribute 2 OK
+ok 116 - element 2 attribute 3 OK
+ok 117 - element 2.1 attribute 1 OK
+ok 118 - element 2.1 attribute 2 OK
+ok 119 - element 2.1 attribute 3 OK
+ok 120 - element 2.1 OK
+ok 121 - element 2.2 attribute 1 OK
+ok 122 - element 2.2 attribute 2 OK
+ok 123 - element 2.2 attribute 3 OK
+ok 124 - element 2.2 OK
+ok 125 - element 2.3 attribute 1 OK
+ok 126 - element 2.3 attribute 2 OK
+ok 127 - element 2.3 attribute 3 OK
+ok 128 - element 2.3 OK
+ok 129 - element 2 OK
+ok 130 - document OK
+ok 131 - nested empty hash OK
+ok 132 - array OK
+ok 133 - scalar OK
+ok 134 - nesting OK
+ok 135 - empty hash OK
+ok 136 - document OK
+ok 137 - caught warning re uninitialised value
+ok 138 - undef maps to any empty attribute by default
+ok 139 - no warning re uninitialised value if warnings off
+ok 140 - undef still maps to any empty attribute
+ok 141 - uninitialiased values successfully mapped to empty elements
+ok 142 - uninitialiased values successfully skipped
+ok 143 - uninitialiased value in array is empty element
+ok 144 - uninitialiased value in array is skipped
+ok 145 - keeproot works as expected
+ok 146 - content keys mapped OK
+ok 147 - even when name changed
+ok 148 - even with "-" prefix
+ok 149 - no warnings with suppress_empty => undef
+ok 150 - undef does not cause content tags in output
+ok 151 - generated document with no attributes
+ok 152 - parses ok
+ok 153 - scalar 1 mapped ok
+ok 154 - scalar 2 mapped ok
+ok 155 - array mapped ok
+ok 156 - document OK
+ok 157 - same again but with unfolding too
+ok 158 - parsed OK
+ok 159 - scalar 1.1 mapped OK
+ok 160 - scalar 1.2 mapped OK
+ok 161 - scalar 1.3 mapped OK
+ok 162 - element 1 OK
+ok 163 - scalar 2.1 mapped OK
+ok 164 - scalar 2.1 mapped OK
+ok 165 - scalar 2.1 mapped OK
+ok 166 - element 2 OK
+ok 167 - document OK
+ok 168 - bad GroupTags value was caught
+ok 169 - error message looks good
+ok 170 - good GroupTags value caused no error
+ok 171 - prefix OK
+ok 172 - suffix OK
+ok 173 - list OK
+ok 174 - group OK
+ok 175 - document OK
+ok 176 - original ref is not messed with
+ok 177 - list 1 OK
+ok 178 - group 1 OK
+ok 179 - list 2 OK
+ok 180 - group 2 OK
+ok 181 - document OK
+ok 182 - item 1 OK
+ok 183 - item 2 OK
+ok 184 - group OK
+ok 185 - document OK
+ok 186 - Failed to unwrap/group stripped content - as expected
+ok 187 - parses ok
+ok 188 - NoIndent worked ok
+ok 189 - parses ok
+ok 190 - NoIndent worked ok with KeyAttr
+ok 191 - AttrIndent seems to work
+ok 192 - sorting by default key attribute works
+ok 193 - sorting by specified key attributes works
+ok 194 - sorting with no key attribute works
+ok 195 # skip Tie::IxHash not installed
+ok 196 - Correct attributes inserted when ValueAttr specified
+ok 197 - No numeric escaping by default
+ok 198 - No numeric escaping: explicit
+ok 199 - Level 2 numeric escaping looks good
+ok 200 - Level 1 numeric escaping looks good
+ok 201 - large datastructure mapped to XML and back OK
+ok 105 - skipped hashkeys with '-' prefix
+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..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..44
+ok 1 - XML::Simple loads ok with qw(:strict)
+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..12
ok 1 - use XML::Simple;
ok 2 # skip Tie::IxHash not installed
@@ -21,10 +315,6 @@ 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..2
-ok 1 - External entity not retrieved
-ok 2 - External entity left as URL
-PASS: t/C_External_Entities
1..37
ok 1 - invalid number of options are trapped
ok 2 - with correct error message
@@ -64,25 +354,6 @@ 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
-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..8
-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..132
ok 1 - Module compiled OK
# Warning: XML::Simple::VERSION = 2.25 (Changes version: unknown)
@@ -219,6 +490,15 @@ 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..7
+ok 1 - copied source XML file
+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..23
ok 1 - copied known good source file
ok 2 - no cache files lying around
@@ -244,27 +524,6 @@ 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..1
-#
-# Package Version
-# perl 5.30.0
-# XML::Simple 2.25
-# Storable 3.15
-# XML::Parser 2.44
-# XML::SAX 1.02
-# XML::NamespaceSupport 1.12
-ok 1 - Dumped config
-PASS: t/0_Config
-1..8
-ok 1 - copied known good source file
-ok 2 - parsed expected data from file
-ok 3 - deleted the XML source file
-ok 4 - and recreated it (empty)
-ok 5 - got expected values from the cache
-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
@@ -281,273 +540,14 @@ 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..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..44
-ok 1 - XML::Simple loads ok with qw(:strict)
-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
-ok 3 - XMLout did not crash
-ok 4 - and it returned an XML string
-ok 5 - which parses back OK
-ok 6 - encoded a hash
-ok 7 - first key encoded OK
-ok 8 - second key encoded OK
-ok 9 - third key encoded OK
-ok 10 - no other attributes encoded
-ok 11 - encoded a hash with nested array
-ok 12 - array elements encoded in correct order
-ok 13 - no other spurious encodings
-ok 14 - encoded nested hashes
-ok 15 - nested hash 1 ok
-ok 16 - nested hash 2 ok
-ok 17 - whole OK
-ok 18 - encoded anonymous array
-ok 19 - output matches expectations
-ok 20 - encoded nested anonymous arrays
-ok 21 - output matches expectations
-ok 22 - encoded hash of hashes with folding disabled
-ok 23 - nested hash 1 ok
-ok 24 - nested hash 2 ok
-ok 25 - nested hash 3 ok
-ok 26 - container hash ok
-ok 27 - document ok
-ok 28 - encoded hash of hashes with explicit folding enabled
-ok 29 - output as expected
-ok 30 - still works when keyattr is scalar
-ok 31 - still works when keyattr is hash
-ok 32 - still works when keyattr is hash with leading '+'
-ok 33 - still works when keyattr is hash with leading '-'
-ok 34 - encoded hash of hashes with default folding enabled
-ok 35 - expected output with default keyattr
-ok 36 - single nested hash unfolded
-ok 37 - attr 1 ok
-ok 38 - attr 2 ok
-ok 39 - element ok
-ok 40 - document ok
-ok 41 - generated doc with XML declaration
-ok 42 - XML declaration OK
-ok 43 - data OK too
-ok 44 - generated doc with custom XML declaration
-ok 45 - XML declaration OK
-ok 46 - data OK too
-ok 47 - generated document with escaping
-ok 48 - angle brackets escaped OK
-ok 49 - double quotes escaped OK
-ok 50 - ampersands escaped OK
-ok 51 - data OK too
-ok 52 - generated unescaped angle brackets
-ok 53 - generated unescaped double quotes
-ok 54 - generated unescaped ampersands
-ok 55 - data OK too
-ok 56 - Unescaped scalar as expected too
-ok 57 - caught circular data structure
-ok 58 - with correct error message
-ok 59 - repetitive (non-circular) data structure not fatal
-ok 60 - and encodes as expected
-ok 61 - caught blessed non array/hash reference in data structure
-ok 62 - with correct error message
-ok 63 - generated document with named root element
-ok 64 - parsed it back correctly
-ok 65 - XML as expected
-ok 66 - same again but encoded a hash
-ok 67 - first key encoded OK
-ok 68 - second key encoded OK
-ok 69 - third key encoded OK
-ok 70 - XML looks OK
-ok 71 - same again but with array in hash
-ok 72 - array encoded in correct order
-ok 73 - only expected root element left
-ok 74 - same again but with nested hashes
-ok 75 - hash 1 encoded OK
-ok 76 - hash 2 encoded OK
-ok 77 - document OK
-ok 78 - same again but with nested anonymous array
-ok 79 - document OK
-ok 80 - encoded scalar with no root element
-ok 81 - same again but with rootname = undef
-ok 82 - generated doc with no root element from hash
-ok 83 - first key encoded OK
-ok 84 - second key encoded OK
-ok 85 - third key encoded OK
-ok 86 - document OK
-ok 87 - generated docucment with no root element from nested hashes
-ok 88 - first element OK
-ok 89 - second element OK
-ok 90 - third element OK
-ok 91 - document OK
-ok 92 - generated doc with no root name from array
-ok 93 - document OK
-ok 94 - caught attempt to specify searchpath on XMLout
-ok 95 - with correct error message
-ok 96 - caught attempt to specify odd number of option args
-ok 97 - with correct error message
-ok 98 - output file does not exist
-ok 99 - created xml output file
-ok 100 - Contents match expectations
-ok 101
-ok 102 - create XML output file via IO::File
-ok 103 - Contents match expectations
-ok 104 - original data not corrupted
-ok 105 - skipped hashkeys with '-' prefix
-ok 106 - generated document from complex nested hash with unfolding
-ok 107 - element 1 attribute 1 OK
-ok 108 - element 1 attribute 2 OK
-ok 109 - element 1 attribute 3 OK
-ok 110 - element 1.1 attribute 1 OK
-ok 111 - element 1.1 attribute 2 OK
-ok 112 - element 1.1 attribute 3 OK
-ok 113 - elements 1 and 1.1 OK
-ok 114 - element 2 attribute 1 OK
-ok 115 - element 2 attribute 2 OK
-ok 116 - element 2 attribute 3 OK
-ok 117 - element 2.1 attribute 1 OK
-ok 118 - element 2.1 attribute 2 OK
-ok 119 - element 2.1 attribute 3 OK
-ok 120 - element 2.1 OK
-ok 121 - element 2.2 attribute 1 OK
-ok 122 - element 2.2 attribute 2 OK
-ok 123 - element 2.2 attribute 3 OK
-ok 124 - element 2.2 OK
-ok 125 - element 2.3 attribute 1 OK
-ok 126 - element 2.3 attribute 2 OK
-ok 127 - element 2.3 attribute 3 OK
-ok 128 - element 2.3 OK
-ok 129 - element 2 OK
-ok 130 - document OK
-ok 131 - nested empty hash OK
-ok 132 - array OK
-ok 133 - scalar OK
-ok 134 - nesting OK
-ok 135 - empty hash OK
-ok 136 - document OK
-ok 137 - caught warning re uninitialised value
-ok 138 - undef maps to any empty attribute by default
-ok 139 - no warning re uninitialised value if warnings off
-ok 140 - undef still maps to any empty attribute
-ok 141 - uninitialiased values successfully mapped to empty elements
-ok 142 - uninitialiased values successfully skipped
-ok 143 - uninitialiased value in array is empty element
-ok 144 - uninitialiased value in array is skipped
-ok 145 - keeproot works as expected
-ok 146 - content keys mapped OK
-ok 147 - even when name changed
-ok 148 - even with "-" prefix
-ok 149 - no warnings with suppress_empty => undef
-ok 150 - undef does not cause content tags in output
-ok 151 - generated document with no attributes
-ok 152 - parses ok
-ok 153 - scalar 1 mapped ok
-ok 154 - scalar 2 mapped ok
-ok 155 - array mapped ok
-ok 156 - document OK
-ok 157 - same again but with unfolding too
-ok 158 - parsed OK
-ok 159 - scalar 1.1 mapped OK
-ok 160 - scalar 1.2 mapped OK
-ok 161 - scalar 1.3 mapped OK
-ok 162 - element 1 OK
-ok 163 - scalar 2.1 mapped OK
-ok 164 - scalar 2.1 mapped OK
-ok 165 - scalar 2.1 mapped OK
-ok 166 - element 2 OK
-ok 167 - document OK
-ok 168 - bad GroupTags value was caught
-ok 169 - error message looks good
-ok 170 - good GroupTags value caused no error
-ok 171 - prefix OK
-ok 172 - suffix OK
-ok 173 - list OK
-ok 174 - group OK
-ok 175 - document OK
-ok 176 - original ref is not messed with
-ok 177 - list 1 OK
-ok 178 - group 1 OK
-ok 179 - list 2 OK
-ok 180 - group 2 OK
-ok 181 - document OK
-ok 182 - item 1 OK
-ok 183 - item 2 OK
-ok 184 - group OK
-ok 185 - document OK
-ok 186 - Failed to unwrap/group stripped content - as expected
-ok 187 - parses ok
-ok 188 - NoIndent worked ok
-ok 189 - parses ok
-ok 190 - NoIndent worked ok with KeyAttr
-ok 191 - AttrIndent seems to work
-ok 192 - sorting by default key attribute works
-ok 193 - sorting by specified key attributes works
-ok 194 - sorting with no key attribute works
-ok 195 # skip Tie::IxHash not installed
-ok 196 - Correct attributes inserted when ValueAttr specified
-ok 197 - No numeric escaping by default
-ok 198 - No numeric escaping: explicit
-ok 199 - Level 2 numeric escaping looks good
-ok 200 - Level 1 numeric escaping looks good
-ok 201 - large datastructure mapped to XML and back OK
-ok 105 - skipped hashkeys with '-' prefix
-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
-DURATION: 17
+1..8
+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
+DURATION: 14