summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemux86-64/core-image-ptest-libxml-simple-perl/ptest-libxml-simple-perl.log
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/poky/qemux86-64/core-image-ptest-libxml-simple-perl/ptest-libxml-simple-perl.log')
-rw-r--r--runtime/poky/qemux86-64/core-image-ptest-libxml-simple-perl/ptest-libxml-simple-perl.log234
1 files changed, 117 insertions, 117 deletions
diff --git a/runtime/poky/qemux86-64/core-image-ptest-libxml-simple-perl/ptest-libxml-simple-perl.log b/runtime/poky/qemux86-64/core-image-ptest-libxml-simple-perl/ptest-libxml-simple-perl.log
index bb712df777b..d3df1aaa7db 100644
--- a/runtime/poky/qemux86-64/core-image-ptest-libxml-simple-perl/ptest-libxml-simple-perl.log
+++ b/runtime/poky/qemux86-64/core-image-ptest-libxml-simple-perl/ptest-libxml-simple-perl.log
@@ -1,94 +1,35 @@
START: ptest-runner
-2023-04-20T01:11
-1..44
-ok 1 - XML::Simple loads ok with qw(:strict)
-could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.36.0/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
+2023-04-21T01:30
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.36.0/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..2
-ok 1 - External entity not retrieved
-ok 2 - External entity left as URL
-PASS: t/C_External_Entities
+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..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
-ok 1 - copied known good source file
could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.36.0/XML/SAX
-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..7
-ok 1 - copied source XML file
-could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.36.0/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
+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..23
ok 1 - copied known good source file
ok 2 - no cache files lying around
@@ -116,21 +57,22 @@ ok 22 - bad cache scheme names are trapped
ok 23 - with correct error message
PASS: t/3_Storable
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
+ok 1 - created source XML file
+ok 2 - deleted old cache files
+could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.36.0/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..37
ok 1 - invalid number of options are trapped
ok 2 - with correct error message
@@ -171,6 +113,57 @@ 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..2
+ok 1 - External entity not retrieved
+ok 2 - External entity left as URL
+PASS: t/C_External_Entities
+1..44
+ok 1 - XML::Simple loads ok with qw(:strict)
+could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.36.0/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
1..12
ok 1 - use XML::Simple;
ok 2 # skip Tie::IxHash not installed
@@ -189,6 +182,16 @@ 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..7
+ok 1 - copied source XML file
+could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.36.0/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
1..132
ok 1 - Module compiled OK
# Warning: XML::Simple::VERSION = 2.25 (Changes version: unknown)
@@ -326,17 +329,6 @@ 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..8
-could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.36.0/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..201
ok 1 - call with no args proves fatal
ok 2 - with correct error message
@@ -557,7 +549,15 @@ could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.36.0/XML/SAX
# XML::NamespaceSupport 1.12
ok 1 - Dumped config
PASS: t/0_Config
-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
-DURATION: 13
+1..8
+ok 1 - copied known good source file
+could not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.36.0/XML/SAX
+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
+DURATION: 15