Sébastien Wilmet
308bc41fb9
gobject/tests/: LGPLv2+ -> LGPLv2.1+
...
A lot of tests in gobject/tests/ don't have a license header. And some
tests are licensed under a BSD-style license.
https://bugzilla.gnome.org/show_bug.cgi?id=776504
2017-05-24 11:58:19 +02:00
Stef Walter
b49344c1d3
qdata: Fix leak in qdata unit tests
...
https://bugzilla.gnome.org/show_bug.cgi?id=627423
2013-11-06 10:14:30 +01:00
Matthias Clasen
a9abbb3192
Improve test coverage in gobject/
...
Lines: 6631 8862 74.8 %
Functions: 747 893 83.7 %
2013-05-29 08:37:08 -04:00
Ryan Lortie
1dc774a653
Remove g_type_init() calls
...
Very many testcases, some GLib tools (resource compiler, etc) and
GApplication were calling g_type_init().
Remove those uses, as they are no longer required.
https://bugzilla.gnome.org/show_bug.cgi?id=686161
2012-10-16 09:39:24 -04:00
Matthias Clasen
d80d70458a
Add a threaded test for g_object_replace_data
...
This is the threaded atomic add test from glib/tests/atomic.c,
redone using qdata instead of an atomic int to store the values.
2012-09-02 15:10:20 -04:00