<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/tests, branch dkg/fix-T4271</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=dkg%2Ffix-T4271</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=dkg%2Ffix-T4271'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2018-11-28T09:45:27Z</updated>
<entry>
<title>tests, json: Make them run on debian stable</title>
<updated>2018-11-28T09:45:27Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2018-11-28T09:44:17Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a9cfb6dad8ac60543bcb06f4d0515f4a64ad897a'/>
<id>urn:sha1:a9cfb6dad8ac60543bcb06f4d0515f4a64ad897a</id>
<content type='text'>
* tests/json/t-json.c (main): Relax version check a bit.
</content>
</entry>
<entry>
<title>Add SPDX identifiers to most source files</title>
<updated>2018-11-16T12:27:33Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2018-11-16T12:27:33Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=8d91c0f4cdcc26679067ae681ae12600fb450200'/>
<id>urn:sha1:8d91c0f4cdcc26679067ae681ae12600fb450200</id>
<content type='text'>
--

Signed-off-by: Werner Koch &lt;wk@gnupg.org&gt;
</content>
</entry>
<entry>
<title>tests: Add run-threaded for multithread tests</title>
<updated>2018-11-15T10:57:27Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2018-11-15T10:57:27Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=d0402f886b720d03369887c807581bd980ee70cf'/>
<id>urn:sha1:d0402f886b720d03369887c807581bd980ee70cf</id>
<content type='text'>
* tests/Makefile.am (run-threaded): Add.
* tests/run-threaded.c: New.

--
This test is intended to help detect race conditions
or other multithread problems. It can also be used
to put the whole GnuPG system under extreme load.
</content>
</entry>
<entry>
<title>tests,json: Clean openpgp-revocs.d</title>
<updated>2018-11-15T09:33:35Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2018-11-15T09:33:35Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=004e2cad2f26250cd010684f11dc187f08e6f9e1'/>
<id>urn:sha1:004e2cad2f26250cd010684f11dc187f08e6f9e1</id>
<content type='text'>
* tests/json/clean-local: Remove revocs.d
</content>
</entry>
<entry>
<title>tests,json: Move version check into t-json</title>
<updated>2018-11-15T09:31:22Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2018-11-15T09:31:22Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=40d962b43a183070ba8602cac1e83f2292ebf2c3'/>
<id>urn:sha1:40d962b43a183070ba8602cac1e83f2292ebf2c3</id>
<content type='text'>
* tests/gpg/t-support.h (check_gpg_version, compare_versions),
(parse_version_string, parse_version_number): Remove version
check code.
* tests/json/t-json.c (check_gpg_version, compare_versions),
(parse_version_string, parse_version_number): Add.
--

t-support header was not a good place for this. It should
go into a library e.g. gpgrt in the future. For now we
can keep it close to where it is needed.
</content>
</entry>
<entry>
<title>tests,json: Add sig-notations test</title>
<updated>2018-11-14T16:56:23Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2018-11-14T16:56:23Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=d3dae4a445d950c94c952ddf54e534ef71675bd1'/>
<id>urn:sha1:d3dae4a445d950c94c952ddf54e534ef71675bd1</id>
<content type='text'>
* tests/json/t-sig-notations.in.json,
tests/json/t-sig-notations.out.json: New
* tests/json/Makefile.am (EXTRA_DIST): Add files.
* tests/json/t-json.c: Register it.
</content>
</entry>
<entry>
<title>tests,json: Fix distcheck</title>
<updated>2018-11-14T16:21:24Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2018-11-14T16:21:24Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=def030e843bd4576597272abe9fe12f846066576'/>
<id>urn:sha1:def030e843bd4576597272abe9fe12f846066576</id>
<content type='text'>
* tests/json/Makefile.am (EXTRA_DIST): Add inital and final scripts.
(t_json_SOURCES): Don't use cJSON.o as source.
</content>
</entry>
<entry>
<title>tests,json: Add more tests</title>
<updated>2018-11-14T16:05:25Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2018-11-14T16:05:25Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=d0087d45f0207bf82a4f078d972c28c4d1cd2690'/>
<id>urn:sha1:d0087d45f0207bf82a4f078d972c28c4d1cd2690</id>
<content type='text'>
* t-config-opt.in.json,
 t-config-opt.out.json,
 t-import.in.json,
 t-import.out.json,
 t-sign.in.json,
 t-sign.out.json: New.
--
These should actually have been in a previous commit as
they are already registered.
</content>
</entry>
<entry>
<title>tests,json: Add missing files and chunking test</title>
<updated>2018-11-14T14:55:02Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2018-11-14T14:55:02Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=88b7221eb737a3102ec61ea385990b7ea7ef2b30'/>
<id>urn:sha1:88b7221eb737a3102ec61ea385990b7ea7ef2b30</id>
<content type='text'>
* tests/json/Makefile.am, tests/json/final.test,
tests/json/initial.test: New.
* tests/json/t-chunking.in.json, tests/json/t-chunking.out.json:
New test.
* tests/json/t-json.c: Register new test.

--
Oops..
</content>
</entry>
<entry>
<title>tests,json: Fix match if the first child differs</title>
<updated>2018-11-14T14:17:18Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2018-11-14T14:17:18Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=27ca12e815c0a582d357641a04b889d648b8766e'/>
<id>urn:sha1:27ca12e815c0a582d357641a04b889d648b8766e</id>
<content type='text'>
* tests/json/t-json.c (test_contains): Try all siblings of
the haystack child.

--
This fixes the case where we don't match against the
first child because the order might have changed or
a new element was inserted at the top. Then we
have to try out also all the siblings.
</content>
</entry>
</feed>
