summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic changesMatthias Clasen2012-06-112-32/+11
* slice-color test: don't use non-existent macroRyan Lortie2012-05-011-1/+1
* fix warningsDan Winship2012-04-306-13/+20
* Dispose test objectMatthias Clasen2012-04-021-0/+2
* Drop g_thread_init from testsMatthias Clasen2012-04-028-14/+2
* Merge branch 'signal-performance'Alexander Larsson2012-03-051-24/+209
|\
| * tests: Add generic and empty signal emission performace testsAlexander Larsson2012-03-021-5/+107
| * tests: performance: add emit-handled/emit-unhandled testsLionel Landwerlin2012-03-021-21/+104
* | Run gdb under libtool so that local libraries are usedNirbheek Chauhan2012-03-041-1/+1
|/
* Update case conversion test data for Unicode 6.1Matthias Clasen2012-02-262-15/+17
* Do not fail unit test due to gdb abbreviating stringsPeter Kjellerstedt2012-02-171-1/+1
* various GLib tests: plug memory leaksSimon McVittie2011-12-141-0/+12
* testglib: test_file_functions: don't close fd if it's -1Simon McVittie2011-12-141-1/+2
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2011-11-2910-12/+12
* Silence compiler warningsSjoerd Simons2011-11-171-6/+4
* g_parse_debug_string: invert flags given besides "all"Will Thompson2011-10-241-2/+16
* Test g_parse_debug_string ("all")Will Thompson2011-10-241-1/+4
* Fix 'make check' with clangMatthias Clasen2011-10-241-2/+2
* tests/gobject: Use G_VALUE_INITJavier Jardón2011-10-181-5/+5
* tests/Makefile.am: remove unused LDFLAGS variableRyan Lortie2011-10-151-1/+0
* tests: disable deprecation warnings for testsRyan Lortie2011-10-133-2/+5
* Remove g_mutex_new()/g_cond_new() in testcasesRyan Lortie2011-10-046-66/+49
* drop errorcheck mutex testRyan Lortie2011-10-043-133/+0
* locks: drop _INIT macrosRyan Lortie2011-10-021-1/+1
* Don't use g_thread_foreach in testsMatthias Clasen2011-10-021-27/+3
* tests: Use G_VALUE_INITJavier Jardón2011-10-022-11/+11
* gvalue: Add explicitly signed g_value_get_schar() and g_value_set_schar()Colin Walters2011-09-222-0/+17
* Deprecate g_thread_create_full()Ryan Lortie2011-09-211-2/+2
* Stop using GStaticMutex in two testcasesRyan Lortie2011-09-211-7/+7
* Make threads mandatoryDan Winship2011-09-095-20/+1
* update .gitignoreDan Winship2011-09-041-0/+1
* Spelling fixesMatthias Clasen2011-08-292-3/+3
* Add a quick utility to test datetime formattingMatthias Clasen2011-08-212-1/+46
* Add g_mkdtemp in the spirit of g_mkstempMatthias Clasen2011-08-141-0/+52
* wait longer in threadpool test caseRyan Lortie2011-07-201-3/+10
* asyncqueue: improve test coverageMatthias Clasen2011-06-191-3/+54
* Drop a few more G_CONST_RETURNRyan Lortie2011-06-131-1/+1
* Test runtime dir getterMatthias Clasen2011-06-061-4/+17
* Remove deprecated atomic functions from testsMatthias Clasen2011-06-062-7/+7
* Don't hardcode path to true(1).Antoine Jacoutot2011-05-271-1/+1
* Only remove the lines that are no longer neededMatthias Clasen2011-05-031-3/+0
* Revert "[build] Remove stale LDADD lines from tests/Makefile.am to allow build"Matthias Clasen2011-05-031-0/+35
* Add back an erroneously-removed line to tests/Makefile.amDan Winship2011-05-021-0/+1
* Fix compiler warningsDan Winship2011-05-025-8/+4
* [build] Remove stale LDADD lines from tests/Makefile.am to allow buildBehdad Esfahbod2011-05-021-35/+0
* Fix make checkMatthias Clasen2011-05-011-1/+1
* Update Unicode tests to 6.02.27.92Matthias Clasen2011-01-222-8/+49
* Adapt testglib.c to GRelation deprecationMatthias Clasen2010-12-281-1/+5
* Move ifaceproperties test to gobject/tests/Matthias Clasen2010-12-272-649/+0
* Convert ifaceproperties.c to test frameworkMatthias Clasen2010-12-271-119/+260