summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemuarm64/core-image-ptest-json-glib/ptest-json-glib.log
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/poky/qemuarm64/core-image-ptest-json-glib/ptest-json-glib.log')
-rw-r--r--runtime/poky/qemuarm64/core-image-ptest-json-glib/ptest-json-glib.log438
1 files changed, 219 insertions, 219 deletions
diff --git a/runtime/poky/qemuarm64/core-image-ptest-json-glib/ptest-json-glib.log b/runtime/poky/qemuarm64/core-image-ptest-json-glib/ptest-json-glib.log
index d393f0c3490..f4bf09fc4c2 100644
--- a/runtime/poky/qemuarm64/core-image-ptest-json-glib/ptest-json-glib.log
+++ b/runtime/poky/qemuarm64/core-image-ptest-json-glib/ptest-json-glib.log
@@ -1,31 +1,52 @@
START: ptest-runner
-2024-06-04T21:02
-Running test: json-glib-1.0/array.test
+2024-06-06T02:27
+Running test: json-glib-1.0/reader.test
TAP version 13
-# random seed: R02S6866e33084ae8cbf5635f5be9875ffff
-1..4
-# Start of array tests
-ok 1 /array/empty-array
-ok 2 /array/add-element
-ok 3 /array/remove-element
-ok 4 /array/foreach-element
-# End of array tests
-PASS: json-glib-1.0/array.test
-Running test: json-glib-1.0/builder.test
+# random seed: R02S774ff16a8c5c32443485ef64f03f3463
+1..6
+# Start of reader tests
+ok 1 /reader/base-array
+ok 2 /reader/base-object
+ok 3 /reader/level
+# Bug Reference: http://bugzilla.gnome.org/show_bug.cgi?id=758580
+ok 4 /reader/null-value
+ok 5 /reader/bom
+ok 6 /reader/currrent-node
+# End of reader tests
+PASS: json-glib-1.0/reader.test
+Running test: json-glib-1.0/serialize-simple.test
TAP version 13
-# random seed: R02S2bcf21d085475899a75a7cafd3453d8f
-1..3
-# Start of builder tests
-# Builder complex: '{"depth1":[1,{"depth2":[3,[null,false],"after array"],"value2":true}],"object1":{},"value3":null,"value4":42,"":54}'
-ok 1 /builder/complex
-# Builder empty: '{"a":{}}'
-ok 2 /builder/empty
-ok 3 /builder/reset
-# End of builder tests
-PASS: json-glib-1.0/builder.test
+# random seed: R02S559b2600a3bb5282cb9931b7326defac
+1..1
+# Start of serialize tests
+# TestObject: {
+# "bar" : true,
+# "baz" : "Test"
+# }
+ok 1 /serialize/gobject
+# End of serialize tests
+PASS: json-glib-1.0/serialize-simple.test
+Running test: json-glib-1.0/serialize-complex.test
+TAP version 13
+# random seed: R02S66d75c48573fe61e16087e4db55ee65e
+1..1
+# Start of serialize tests
+# TestObject: {
+# "foo" : 47,
+# "bar" : false,
+# "baz" : "Hello, World!",
+# "blah" : {
+# "foo" : 42,
+# "bar" : true
+# },
+# "meh" : 0.5
+# }
+ok 1 /serialize/gobject-boxed
+# End of serialize tests
+PASS: json-glib-1.0/serialize-complex.test
Running test: json-glib-1.0/boxed.test
TAP version 13
-# random seed: R02S56217307d1a30b3df75ff3a4b7dbdaa1
+# random seed: R02S4d2c3508139f0ce7e74e09d71cba88f2
1..2
# Start of boxed tests
# Registering transform functions
@@ -41,9 +62,80 @@ ok 1 /boxed/serialize-property
ok 2 /boxed/deserialize-property
# End of boxed tests
PASS: json-glib-1.0/boxed.test
+Running test: json-glib-1.0/parser.test
+TAP version 13
+# random seed: R02Saf7b56c7fd37d66b7043b596065a46e0
+1..15
+# Start of parser tests
+ok 1 /parser/empty-string
+# Checking root node type 'NULL'...
+# Checking root node type 'Integer'...
+# Checking root node type 'Boolean'...
+# Checking root node type 'String'...
+# Checking root node type 'Floating Point'...
+# Checking root node type 'Integer'...
+# Checking root node type 'Floating Point'...
+ok 2 /parser/base-value
+ok 3 /parser/empty-array
+# Parsing: '[ true ]'
+# checking element 0 is of the desired type gboolean...
+# Parsing: '[ true, false, null ]'
+# checking element 2 is of the desired type (null)...
+# Parsing: '[ 1, 2, 3.14, "test" ]'
+# checking element 3 is of the desired type gchararray...
+ok 4 /parser/simple-array
+ok 5 /parser/nested-array
+ok 6 /parser/empty-object
+# checking root node is an object...
+# checking object is of the desired size '1'...
+# checking member 'test' exists and is of the desired type 'gint64'...
+# checking root node is an object...
+# checking object is of the desired size '2'...
+# checking member 'name' exists and is of the desired type 'gchararray'...
+# checking root node is an object...
+# checking object is of the desired size '2'...
+# checking member 'baz' exists and is of the desired type '(null)'...
+# checking root node is an object...
+# checking object is of the desired size '1'...
+# checking member 'channel' exists and is of the desired type 'gchararray'...
+# checking root node is an object...
+# checking object is of the desired size '2'...
+# checking member 'valign' exists and is of the desired type 'gdouble'...
+# checking root node is an object...
+# checking object is of the desired size '1'...
+# checking member '' exists and is of the desired type 'gchararray'...
+ok 7 /parser/simple-object
+# checking root node is an object...
+# checking object is not empty...
+# checking root node is an object...
+# checking object is not empty...
+ok 8 /parser/nested-object
+# checking variable 'foo' is assigned...
+# checking for a root of the desired type...
+# checking variable 'bar' is assigned...
+# checking for a root of the desired type...
+# checking variable 'baz' is assigned...
+# checking for a root of the desired type...
+ok 9 /parser/assignment
+# checking root node is an object...
+# checking object is not empty...
+# checking for object member 'test'...
+# checking simple string equality...
+# checking for valid UTF-8...
+ok 10 /parser/unicode-escape
+# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
+ok 11 /parser/stream-sync
+ok 12 /parser/stream-async
+ok 13 /parser/mapped
+# Start of mapped tests
+ok 14 /parser/mapped/file-error
+ok 15 /parser/mapped/json-error
+# End of mapped tests
+# End of parser tests
+PASS: json-glib-1.0/parser.test
Running test: json-glib-1.0/gvariant.test
TAP version 13
-# random seed: R02Sab0be7d7971981dd8da2f2ccef9a7d91
+# random seed: R02Sfc7d04227986ee903726c0dd8a5bfce1
1..89
# Start of gvariant tests
# Start of to-json tests
@@ -181,9 +273,76 @@ ok 89 /gvariant/from-json/variant/variant/array
# End of from-json tests
# End of gvariant tests
PASS: json-glib-1.0/gvariant.test
+Running test: json-glib-1.0/object.test
+TAP version 13
+# random seed: R02S9be575de339dd20ff5bec10a656fedfd
+1..9
+# Start of object tests
+ok 1 /object/empty-object
+ok 2 /object/add-member
+ok 3 /object/set-member
+ok 4 /object/get-member-default
+ok 5 /object/remove-member
+ok 6 /object/foreach-member
+ok 7 /object/iter
+ok 8 /object/ordered-iter
+ok 9 /object/empty-member
+# End of object tests
+PASS: json-glib-1.0/object.test
+Running test: json-glib-1.0/node.test
+TAP version 13
+# random seed: R02S40c283dcde1181419000a30f55e1a627
+1..28
+# Start of nodes tests
+ok 1 /nodes/gvalue
+# Start of init tests
+ok 2 /nodes/init/int
+ok 3 /nodes/init/double
+ok 4 /nodes/init/boolean
+ok 5 /nodes/init/string
+ok 6 /nodes/init/null
+ok 7 /nodes/init/reinit
+# End of init tests
+# Start of copy tests
+ok 8 /nodes/copy/null
+ok 9 /nodes/copy/value
+ok 10 /nodes/copy/object
+# End of copy tests
+# Start of get tests
+ok 11 /nodes/get/int
+ok 12 /nodes/get/double
+# End of get tests
+# Start of gvalue tests
+# Autopromotion of int to int64
+# Expecting an gint64, got a 'gint64'
+# Autopromotion of float to double
+# Expecting a gdouble, got a 'gdouble'
+ok 13 /nodes/gvalue/autopromotion
+# End of gvalue tests
+# Start of seal tests
+ok 14 /nodes/seal/int
+ok 15 /nodes/seal/double
+ok 16 /nodes/seal/boolean
+ok 17 /nodes/seal/string
+ok 18 /nodes/seal/null
+ok 19 /nodes/seal/object
+ok 20 /nodes/seal/array
+# End of seal tests
+# Start of immutable tests
+ok 21 /nodes/immutable/int
+ok 22 /nodes/immutable/double
+ok 23 /nodes/immutable/boolean
+ok 24 /nodes/immutable/string
+ok 25 /nodes/immutable/object
+ok 26 /nodes/immutable/array
+ok 27 /nodes/immutable/value
+ok 28 /nodes/immutable/parent
+# End of immutable tests
+# End of nodes tests
+PASS: json-glib-1.0/node.test
Running test: json-glib-1.0/invalid.test
TAP version 13
-# random seed: R02Sfc56e38e223fc8b2513f9c2851c41313
+# random seed: R02Seaa849536e182e1df63fd1ed58b04836
1..29
# Start of invalid tests
# Start of json tests
@@ -267,43 +426,9 @@ ok 29 /invalid/json/trailing-comma-2
# End of json tests
# End of invalid tests
PASS: json-glib-1.0/invalid.test
-Running test: json-glib-1.0/serialize-complex.test
-TAP version 13
-# random seed: R02S6f88a567bfe384efba52941138017914
-1..1
-# Start of serialize tests
-# TestObject: {
-# "foo" : 47,
-# "bar" : false,
-# "baz" : "Hello, World!",
-# "blah" : {
-# "foo" : 42,
-# "bar" : true
-# },
-# "meh" : 0.5
-# }
-ok 1 /serialize/gobject-boxed
-# End of serialize tests
-PASS: json-glib-1.0/serialize-complex.test
-Running test: json-glib-1.0/object.test
-TAP version 13
-# random seed: R02S138dd050fd257c5494946a598cee0031
-1..9
-# Start of object tests
-ok 1 /object/empty-object
-ok 2 /object/add-member
-ok 3 /object/set-member
-ok 4 /object/get-member-default
-ok 5 /object/remove-member
-ok 6 /object/foreach-member
-ok 7 /object/iter
-ok 8 /object/ordered-iter
-ok 9 /object/empty-member
-# End of object tests
-PASS: json-glib-1.0/object.test
Running test: json-glib-1.0/generator.test
TAP version 13
-# random seed: R02S0c97c9f804e73a8fd4aa84fe29431912
+# random seed: R02Scc1cff50f24897eaa0c9776dcf4bc7be
1..16
# Start of generator tests
ok 1 /generator/empty-array
@@ -356,87 +481,32 @@ ok 16 /generator/string/Barney B\303\244r
# End of string tests
# End of generator tests
PASS: json-glib-1.0/generator.test
-Running test: json-glib-1.0/reader.test
-TAP version 13
-# random seed: R02Sf3f872ba34361e8dd2f6db976842fef7
-1..6
-# Start of reader tests
-ok 1 /reader/base-array
-ok 2 /reader/base-object
-ok 3 /reader/level
-# Bug Reference: http://bugzilla.gnome.org/show_bug.cgi?id=758580
-ok 4 /reader/null-value
-ok 5 /reader/bom
-ok 6 /reader/currrent-node
-# End of reader tests
-PASS: json-glib-1.0/reader.test
-Running test: json-glib-1.0/serialize-full.test
+Running test: json-glib-1.0/builder.test
TAP version 13
-# random seed: R02S1f43b92bea409244515f187df262ffac
-1..1
-# Start of deserialize tests
-# *** TestObject ***
-# foo: <true>
-# bar: <true>
-# baz: <true>
-# meh: <true>
-ok 1 /deserialize/json-to-gobject
-# End of deserialize tests
-PASS: json-glib-1.0/serialize-full.test
-Running test: json-glib-1.0/node.test
+# random seed: R02S0553d414e896df554c8a78eb84519f8e
+1..3
+# Start of builder tests
+# Builder complex: '{"depth1":[1,{"depth2":[3,[null,false],"after array"],"value2":true}],"object1":{},"value3":null,"value4":42,"":54}'
+ok 1 /builder/complex
+# Builder empty: '{"a":{}}'
+ok 2 /builder/empty
+ok 3 /builder/reset
+# End of builder tests
+PASS: json-glib-1.0/builder.test
+Running test: json-glib-1.0/array.test
TAP version 13
-# random seed: R02Sea37274cda846a196779499d122f64a0
-1..28
-# Start of nodes tests
-ok 1 /nodes/gvalue
-# Start of init tests
-ok 2 /nodes/init/int
-ok 3 /nodes/init/double
-ok 4 /nodes/init/boolean
-ok 5 /nodes/init/string
-ok 6 /nodes/init/null
-ok 7 /nodes/init/reinit
-# End of init tests
-# Start of copy tests
-ok 8 /nodes/copy/null
-ok 9 /nodes/copy/value
-ok 10 /nodes/copy/object
-# End of copy tests
-# Start of get tests
-ok 11 /nodes/get/int
-ok 12 /nodes/get/double
-# End of get tests
-# Start of gvalue tests
-# Autopromotion of int to int64
-# Expecting an gint64, got a 'gint64'
-# Autopromotion of float to double
-# Expecting a gdouble, got a 'gdouble'
-ok 13 /nodes/gvalue/autopromotion
-# End of gvalue tests
-# Start of seal tests
-ok 14 /nodes/seal/int
-ok 15 /nodes/seal/double
-ok 16 /nodes/seal/boolean
-ok 17 /nodes/seal/string
-ok 18 /nodes/seal/null
-ok 19 /nodes/seal/object
-ok 20 /nodes/seal/array
-# End of seal tests
-# Start of immutable tests
-ok 21 /nodes/immutable/int
-ok 22 /nodes/immutable/double
-ok 23 /nodes/immutable/boolean
-ok 24 /nodes/immutable/string
-ok 25 /nodes/immutable/object
-ok 26 /nodes/immutable/array
-ok 27 /nodes/immutable/value
-ok 28 /nodes/immutable/parent
-# End of immutable tests
-# End of nodes tests
-PASS: json-glib-1.0/node.test
+# random seed: R02S88fa570c4d77276e91065aeb8f3943b5
+1..4
+# Start of array tests
+ok 1 /array/empty-array
+ok 2 /array/add-element
+ok 3 /array/remove-element
+ok 4 /array/foreach-element
+# End of array tests
+PASS: json-glib-1.0/array.test
Running test: json-glib-1.0/path.test
TAP version 13
-# random seed: R02S40f7a2ed5f40d8804dea2d7d3b20298d
+# random seed: R02S348a97b6694050a9d2b1da5db447b2c4
1..32
# Start of path tests
# Start of expressions tests
@@ -537,88 +607,18 @@ ok 32 /path/match/12
# End of match tests
# End of path tests
PASS: json-glib-1.0/path.test
-Running test: json-glib-1.0/parser.test
-TAP version 13
-# random seed: R02Sc30d8db27c6f3ceeef96819ef1365f1e
-1..15
-# Start of parser tests
-ok 1 /parser/empty-string
-# Checking root node type 'NULL'...
-# Checking root node type 'Integer'...
-# Checking root node type 'Boolean'...
-# Checking root node type 'String'...
-# Checking root node type 'Floating Point'...
-# Checking root node type 'Integer'...
-# Checking root node type 'Floating Point'...
-ok 2 /parser/base-value
-ok 3 /parser/empty-array
-# Parsing: '[ true ]'
-# checking element 0 is of the desired type gboolean...
-# Parsing: '[ true, false, null ]'
-# checking element 2 is of the desired type (null)...
-# Parsing: '[ 1, 2, 3.14, "test" ]'
-# checking element 3 is of the desired type gchararray...
-ok 4 /parser/simple-array
-ok 5 /parser/nested-array
-ok 6 /parser/empty-object
-# checking root node is an object...
-# checking object is of the desired size '1'...
-# checking member 'test' exists and is of the desired type 'gint64'...
-# checking root node is an object...
-# checking object is of the desired size '2'...
-# checking member 'name' exists and is of the desired type 'gchararray'...
-# checking root node is an object...
-# checking object is of the desired size '2'...
-# checking member 'baz' exists and is of the desired type '(null)'...
-# checking root node is an object...
-# checking object is of the desired size '1'...
-# checking member 'channel' exists and is of the desired type 'gchararray'...
-# checking root node is an object...
-# checking object is of the desired size '2'...
-# checking member 'valign' exists and is of the desired type 'gdouble'...
-# checking root node is an object...
-# checking object is of the desired size '1'...
-# checking member '' exists and is of the desired type 'gchararray'...
-ok 7 /parser/simple-object
-# checking root node is an object...
-# checking object is not empty...
-# checking root node is an object...
-# checking object is not empty...
-ok 8 /parser/nested-object
-# checking variable 'foo' is assigned...
-# checking for a root of the desired type...
-# checking variable 'bar' is assigned...
-# checking for a root of the desired type...
-# checking variable 'baz' is assigned...
-# checking for a root of the desired type...
-ok 9 /parser/assignment
-# checking root node is an object...
-# checking object is not empty...
-# checking for object member 'test'...
-# checking simple string equality...
-# checking for valid UTF-8...
-ok 10 /parser/unicode-escape
-# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
-ok 11 /parser/stream-sync
-ok 12 /parser/stream-async
-ok 13 /parser/mapped
-# Start of mapped tests
-ok 14 /parser/mapped/file-error
-ok 15 /parser/mapped/json-error
-# End of mapped tests
-# End of parser tests
-PASS: json-glib-1.0/parser.test
-Running test: json-glib-1.0/serialize-simple.test
+Running test: json-glib-1.0/serialize-full.test
TAP version 13
-# random seed: R02S389035fe3d5700cd865c6e3f4203861f
+# random seed: R02S3b408edb18c02a5a7124f1bc2e6ed4a1
1..1
-# Start of serialize tests
-# TestObject: {
-# "bar" : true,
-# "baz" : "Test"
-# }
-ok 1 /serialize/gobject
-# End of serialize tests
-PASS: json-glib-1.0/serialize-simple.test
-SUMMARY: total=14; passed=14; skipped=0; failed=0; user=0.1s; system=0.1s; maxrss=4992
+# Start of deserialize tests
+# *** TestObject ***
+# foo: <true>
+# bar: <true>
+# baz: <true>
+# meh: <true>
+ok 1 /deserialize/json-to-gobject
+# End of deserialize tests
+PASS: json-glib-1.0/serialize-full.test
+SUMMARY: total=14; passed=14; skipped=0; failed=0; user=0.1s; system=0.0s; maxrss=4992
DURATION: 0