summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemux86-64/core-image-ptest-json-glib/ptest-json-glib.log
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/poky/qemux86-64/core-image-ptest-json-glib/ptest-json-glib.log')
-rw-r--r--runtime/poky/qemux86-64/core-image-ptest-json-glib/ptest-json-glib.log536
1 files changed, 268 insertions, 268 deletions
diff --git a/runtime/poky/qemux86-64/core-image-ptest-json-glib/ptest-json-glib.log b/runtime/poky/qemux86-64/core-image-ptest-json-glib/ptest-json-glib.log
index 4acdb2946b5..36cbb043c80 100644
--- a/runtime/poky/qemux86-64/core-image-ptest-json-glib/ptest-json-glib.log
+++ b/runtime/poky/qemux86-64/core-image-ptest-json-glib/ptest-json-glib.log
@@ -1,8 +1,210 @@
START: ptest-runner
-2023-10-30T02:06
+2023-10-31T01:42
+Running test: json-glib-1.0/builder.test
+TAP version 13
+# random seed: R02S9899a50ba23bda62694f935c50ceafd3
+1..3
+# Start of builder tests
+ok 1 /builder/complex
+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/generator.test
+TAP version 13
+# random seed: R02S8c1181c7c36dce8d37f76fd2c932d78e
+1..15
+# Start of generator tests
+ok 1 /generator/empty-array
+ok 2 /generator/empty-object
+ok 3 /generator/simple-array
+ok 4 /generator/nested-array
+ok 5 /generator/simple-object
+ok 6 /generator/nested-object
+ok 7 /generator/decimal-separator
+ok 8 /generator/double-stays-double
+# checking pretty printing: [] expected: []
+# checking pretty printing: {} expected: {}
+# checking pretty printing: [
+# true,
+# false,
+# null,
+# "hello"
+# ] expected: [
+# true,
+# false,
+# null,
+# "hello"
+# ]
+# checking pretty printing: {
+# "foo" : 42,
+# "bar" : true,
+# "baz" : null
+# } expected: {
+# "foo" : 42,
+# "bar" : true,
+# "baz" : null
+# }
+ok 9 /generator/pretty
+# Start of string tests
+ok 10 /generator/string/abc
+ok 11 /generator/string/a\177xc
+ok 12 /generator/string/a\033xc
+ok 13 /generator/string/a\nxc
+ok 14 /generator/string/a\\xc
+ok 15 /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: R02S606e775a31cc43d31fcfde2450720bfc
+1..5
+# 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
+# End of reader tests
+PASS: json-glib-1.0/reader.test
+Running test: json-glib-1.0/invalid.test
+TAP version 13
+# random seed: R02S413a20eb8ced8735dc27f41937ecd3aa
+1..29
+# Start of invalid tests
+# Start of json tests
+ok 1 /invalid/json/bareword-1
+ok 2 /invalid/json/bareword-2
+ok 3 /invalid/json/bareword-3
+ok 4 /invalid/json/bareword-4
+ok 5 /invalid/json/bareword-5
+ok 6 /invalid/json/bareword-6
+ok 7 /invalid/json/values-1
+ok 8 /invalid/json/values-2
+ok 9 /invalid/json/values-3
+ok 10 /invalid/json/values-4
+ok 11 /invalid/json/assignment-1
+ok 12 /invalid/json/assignment-2
+ok 13 /invalid/json/assignment-3
+ok 14 /invalid/json/assignment-4
+ok 15 /invalid/json/assignment-5
+ok 16 /invalid/json/array-1
+ok 17 /invalid/json/array-2
+ok 18 /invalid/json/array-3
+ok 19 /invalid/json/object-1
+ok 20 /invalid/json/object-2
+ok 21 /invalid/json/object-3
+ok 22 /invalid/json/object-4
+ok 23 /invalid/json/object-5
+ok 24 /invalid/json/object-6
+ok 25 /invalid/json/object-7
+ok 26 /invalid/json/missing-comma-1
+ok 27 /invalid/json/missing-comma-2
+ok 28 /invalid/json/trailing-comma-1
+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/node.test
+TAP version 13
+# random seed: R02Scac2f79b291499332dfda38f9d48c0da
+1..27
+# 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
+# End of init tests
+# Start of copy tests
+ok 7 /nodes/copy/null
+ok 8 /nodes/copy/value
+ok 9 /nodes/copy/object
+# End of copy tests
+# Start of get tests
+ok 10 /nodes/get/int
+ok 11 /nodes/get/double
+# End of get tests
+# Start of gvalue tests
+ok 12 /nodes/gvalue/autopromotion
+# End of gvalue tests
+# Start of seal tests
+ok 13 /nodes/seal/int
+ok 14 /nodes/seal/double
+ok 15 /nodes/seal/boolean
+ok 16 /nodes/seal/string
+ok 17 /nodes/seal/null
+ok 18 /nodes/seal/object
+ok 19 /nodes/seal/array
+# End of seal tests
+# Start of immutable tests
+ok 20 /nodes/immutable/int
+ok 21 /nodes/immutable/double
+ok 22 /nodes/immutable/boolean
+ok 23 /nodes/immutable/string
+ok 24 /nodes/immutable/object
+ok 25 /nodes/immutable/array
+ok 26 /nodes/immutable/value
+ok 27 /nodes/immutable/parent
+# End of immutable tests
+# End of nodes tests
+PASS: json-glib-1.0/node.test
+Running test: json-glib-1.0/object.test
+TAP version 13
+# random seed: R02S757ae439784491c9e36526376de50160
+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/serialize-full.test
+TAP version 13
+# random seed: R02Sa11ef89ce6577c64de71077dc5ffedda
+1..1
+# Start of deserialize tests
+ok 1 /deserialize/json-to-gobject
+# End of deserialize tests
+PASS: json-glib-1.0/serialize-full.test
+Running test: json-glib-1.0/parser.test
+TAP version 13
+# random seed: R02S6da0ef2083504409c2b106b0d5d897c9
+1..15
+# Start of parser tests
+ok 1 /parser/empty-string
+ok 2 /parser/base-value
+ok 3 /parser/empty-array
+ok 4 /parser/simple-array
+ok 5 /parser/nested-array
+ok 6 /parser/empty-object
+ok 7 /parser/simple-object
+ok 8 /parser/nested-object
+ok 9 /parser/assignment
+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/array.test
TAP version 13
-# random seed: R02S61ce47c4516c07c54273705e21b3b47a
+# random seed: R02Sf1e1973d98c619c1b5e7c01c616a6bfe
1..4
# Start of array tests
ok 1 /array/empty-array
@@ -11,26 +213,56 @@ 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/serialize-complex.test
-TAP version 13
-# random seed: R02Sb9b568024cc365629eca448ff69188f7
-1..1
-# Start of serialize tests
-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
+Running test: json-glib-1.0/path.test
TAP version 13
-# random seed: R02S9d168721e09b3b830b7a8f9a0f11c8ca
-1..2
-# Start of boxed tests
-ok 1 /boxed/serialize-property
-ok 2 /boxed/deserialize-property
-# End of boxed tests
-PASS: json-glib-1.0/boxed.test
+# random seed: R02Se4732a6ba9d9bd56c6b2e01a39a2019c
+1..32
+# Start of path tests
+# Start of expressions tests
+# Start of valid tests
+ok 1 /path/expressions/valid/1
+ok 2 /path/expressions/valid/2
+ok 3 /path/expressions/valid/3
+ok 4 /path/expressions/valid/4
+ok 5 /path/expressions/valid/5
+ok 6 /path/expressions/valid/6
+ok 7 /path/expressions/valid/7
+ok 8 /path/expressions/valid/8
+ok 9 /path/expressions/valid/9
+ok 10 /path/expressions/valid/10
+ok 11 /path/expressions/valid/11
+ok 12 /path/expressions/valid/12
+ok 13 /path/expressions/valid/13
+# End of valid tests
+# Start of invalid tests
+ok 14 /path/expressions/invalid/1
+ok 15 /path/expressions/invalid/2
+ok 16 /path/expressions/invalid/3
+ok 17 /path/expressions/invalid/4
+ok 18 /path/expressions/invalid/5
+ok 19 /path/expressions/invalid/6
+ok 20 /path/expressions/invalid/7
+# End of invalid tests
+# End of expressions tests
+# Start of match tests
+ok 21 /path/match/1
+ok 22 /path/match/2
+ok 23 /path/match/3
+ok 24 /path/match/4
+ok 25 /path/match/5
+ok 26 /path/match/6
+ok 27 /path/match/7
+ok 28 /path/match/8
+ok 29 /path/match/9
+ok 30 /path/match/10
+ok 31 /path/match/11
+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/gvariant.test
TAP version 13
-# random seed: R02Sb2a8a23351b3edd82e668df14fabebde
+# random seed: R02S1f2eb7a1e11cdc0967bbc20642d54531
1..89
# Start of gvariant tests
# Start of to-json tests
@@ -168,262 +400,30 @@ 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/invalid.test
-TAP version 13
-# random seed: R02S69e4b2f7f7093222a927b7f649d88f30
-1..29
-# Start of invalid tests
-# Start of json tests
-ok 1 /invalid/json/bareword-1
-ok 2 /invalid/json/bareword-2
-ok 3 /invalid/json/bareword-3
-ok 4 /invalid/json/bareword-4
-ok 5 /invalid/json/bareword-5
-ok 6 /invalid/json/bareword-6
-ok 7 /invalid/json/values-1
-ok 8 /invalid/json/values-2
-ok 9 /invalid/json/values-3
-ok 10 /invalid/json/values-4
-ok 11 /invalid/json/assignment-1
-ok 12 /invalid/json/assignment-2
-ok 13 /invalid/json/assignment-3
-ok 14 /invalid/json/assignment-4
-ok 15 /invalid/json/assignment-5
-ok 16 /invalid/json/array-1
-ok 17 /invalid/json/array-2
-ok 18 /invalid/json/array-3
-ok 19 /invalid/json/object-1
-ok 20 /invalid/json/object-2
-ok 21 /invalid/json/object-3
-ok 22 /invalid/json/object-4
-ok 23 /invalid/json/object-5
-ok 24 /invalid/json/object-6
-ok 25 /invalid/json/object-7
-ok 26 /invalid/json/missing-comma-1
-ok 27 /invalid/json/missing-comma-2
-ok 28 /invalid/json/trailing-comma-1
-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/builder.test
-TAP version 13
-# random seed: R02S791f8d4a8c42ea7b880f17374f3629ae
-1..3
-# Start of builder tests
-ok 1 /builder/complex
-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/object.test
-TAP version 13
-# random seed: R02Sac9371a3985dd3a3ad5e96155f2c1e04
-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
+Running test: json-glib-1.0/serialize-complex.test
TAP version 13
-# random seed: R02S0c27d57e70cec97b8ef86a62fa696410
-1..15
-# Start of generator tests
-ok 1 /generator/empty-array
-ok 2 /generator/empty-object
-ok 3 /generator/simple-array
-ok 4 /generator/nested-array
-ok 5 /generator/simple-object
-ok 6 /generator/nested-object
-ok 7 /generator/decimal-separator
-ok 8 /generator/double-stays-double
-# checking pretty printing: [] expected: []
-# checking pretty printing: {} expected: {}
-# checking pretty printing: [
-# true,
-# false,
-# null,
-# "hello"
-# ] expected: [
-# true,
-# false,
-# null,
-# "hello"
-# ]
-# checking pretty printing: {
-# "foo" : 42,
-# "bar" : true,
-# "baz" : null
-# } expected: {
-# "foo" : 42,
-# "bar" : true,
-# "baz" : null
-# }
-ok 9 /generator/pretty
-# Start of string tests
-ok 10 /generator/string/abc
-ok 11 /generator/string/a\177xc
-ok 12 /generator/string/a\033xc
-ok 13 /generator/string/a\nxc
-ok 14 /generator/string/a\\xc
-ok 15 /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/node.test
+# random seed: R02Se2c8e42ee299d7decc36ecb782dc95ce
+1..1
+# Start of serialize tests
+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: R02Sb67964627e2512e62816a9f6f04963a1
-1..27
-# 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
-# End of init tests
-# Start of copy tests
-ok 7 /nodes/copy/null
-ok 8 /nodes/copy/value
-ok 9 /nodes/copy/object
-# End of copy tests
-# Start of get tests
-ok 10 /nodes/get/int
-ok 11 /nodes/get/double
-# End of get tests
-# Start of gvalue tests
-ok 12 /nodes/gvalue/autopromotion
-# End of gvalue tests
-# Start of seal tests
-ok 13 /nodes/seal/int
-ok 14 /nodes/seal/double
-ok 15 /nodes/seal/boolean
-ok 16 /nodes/seal/string
-ok 17 /nodes/seal/null
-ok 18 /nodes/seal/object
-ok 19 /nodes/seal/array
-# End of seal tests
-# Start of immutable tests
-ok 20 /nodes/immutable/int
-ok 21 /nodes/immutable/double
-ok 22 /nodes/immutable/boolean
-ok 23 /nodes/immutable/string
-ok 24 /nodes/immutable/object
-ok 25 /nodes/immutable/array
-ok 26 /nodes/immutable/value
-ok 27 /nodes/immutable/parent
-# End of immutable tests
-# End of nodes tests
-PASS: json-glib-1.0/node.test
+# random seed: R02Sa4818c68a10e564c2804297d406f7aca
+1..2
+# Start of boxed tests
+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/serialize-simple.test
TAP version 13
-# random seed: R02Sa967294bccafa5e76630e08c5fa152df
+# random seed: R02S71c2dcde0bdcadcc2801b9b988ff53c7
1..1
# Start of serialize tests
ok 1 /serialize/gobject
# End of serialize tests
PASS: json-glib-1.0/serialize-simple.test
-Running test: json-glib-1.0/reader.test
-TAP version 13
-# random seed: R02S6289883360d258be8c3b604d96eac79b
-1..5
-# 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
-# End of reader tests
-PASS: json-glib-1.0/reader.test
-Running test: json-glib-1.0/serialize-full.test
-TAP version 13
-# random seed: R02S03c385e9156f4f20b89b22467aa68e8e
-1..1
-# Start of deserialize tests
-ok 1 /deserialize/json-to-gobject
-# End of deserialize tests
-PASS: json-glib-1.0/serialize-full.test
-Running test: json-glib-1.0/path.test
-TAP version 13
-# random seed: R02S020fe4157109cab765804b4e5229c9da
-1..32
-# Start of path tests
-# Start of expressions tests
-# Start of valid tests
-ok 1 /path/expressions/valid/1
-ok 2 /path/expressions/valid/2
-ok 3 /path/expressions/valid/3
-ok 4 /path/expressions/valid/4
-ok 5 /path/expressions/valid/5
-ok 6 /path/expressions/valid/6
-ok 7 /path/expressions/valid/7
-ok 8 /path/expressions/valid/8
-ok 9 /path/expressions/valid/9
-ok 10 /path/expressions/valid/10
-ok 11 /path/expressions/valid/11
-ok 12 /path/expressions/valid/12
-ok 13 /path/expressions/valid/13
-# End of valid tests
-# Start of invalid tests
-ok 14 /path/expressions/invalid/1
-ok 15 /path/expressions/invalid/2
-ok 16 /path/expressions/invalid/3
-ok 17 /path/expressions/invalid/4
-ok 18 /path/expressions/invalid/5
-ok 19 /path/expressions/invalid/6
-ok 20 /path/expressions/invalid/7
-# End of invalid tests
-# End of expressions tests
-# Start of match tests
-ok 21 /path/match/1
-ok 22 /path/match/2
-ok 23 /path/match/3
-ok 24 /path/match/4
-ok 25 /path/match/5
-ok 26 /path/match/6
-ok 27 /path/match/7
-ok 28 /path/match/8
-ok 29 /path/match/9
-ok 30 /path/match/10
-ok 31 /path/match/11
-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: R02Sd6322c7b78a588ff048ac436a45fe12a
-1..15
-# Start of parser tests
-ok 1 /parser/empty-string
-ok 2 /parser/base-value
-ok 3 /parser/empty-array
-ok 4 /parser/simple-array
-ok 5 /parser/nested-array
-ok 6 /parser/empty-object
-ok 7 /parser/simple-object
-ok 8 /parser/nested-object
-ok 9 /parser/assignment
-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
-SUMMARY: total=14; passed=14; skipped=0; failed=0; user=0.0s; system=0.0s; maxrss=4992
+SUMMARY: total=14; passed=14; skipped=0; failed=0; user=0.1s; system=0.1s; maxrss=5120
DURATION: 0