summaryrefslogtreecommitdiff
path: root/glib/tests/slice.c
Commit message (Expand)AuthorAgeFilesLines
* glib/tests: Drop debug build of slice testNatanael Copa2023-01-251-64/+0
* gtestutils: Add G_TEST_SUBPROCESS_DEFAULT, G_TEST_TRAP_DEFAULTSimon McVittie2022-06-231-2/+2
* tests: Drop unnecessary volatile qualifiers from testsPhilip Withnall2020-11-201-1/+1
* Fix signedness warnings in glib/tests/slice.cEmmanuel Fleury2020-11-171-1/+1
* Drop g_slice_set_config testsMatthias Clasen2015-09-121-21/+0
* tests: Remove a compiler warningEmmanuele Bassi2014-02-021-1/+1
* glib/tests: Fix non-debug build of slice testRico Tzschichholz2014-01-041-0/+4
* Improve GSlice test coverageMatthias Clasen2014-01-011-0/+150
* Simplify subprocesses in testsMatthias Clasen2013-12-151-8/+6
* tests/slice: use G_GNUC_BEGIN_IGNORE_DEPRECATIONSDan Winship2013-05-131-1/+1
* tests: port from g_test_trap_subprocess() to g_test_trap_fork()Dan Winship2013-05-131-6/+8
* Revert "tests: port from g_test_trap_subprocess() to g_test_trap_fork()"Matthias Clasen2012-12-191-10/+7
* tests: port from g_test_trap_subprocess() to g_test_trap_fork()Dan Winship2012-12-191-7/+10
* Deprecated GSlice config APIMatthias Clasen2012-08-061-0/+3
* various tests: do not provoke SIGTRAP with -m no-undefinedSimon McVittie2011-12-271-0/+3
* Mark some functions 'static' in glib/testsRyan Lortie2011-10-161-1/+1
* Test that g_slice_set_config() worksRyan Lortie2011-10-041-0/+28