summaryrefslogtreecommitdiff
path: root/glib/tests/testing.c
Commit message (Expand)AuthorAgeFilesLines
* Add fuzzy floating point comparison macrowip/rishi/issue-914Emmanuele Bassi2018-05-291-0/+14
* Revert "Add a test for expected messages with structured logging"Philip Withnall2016-08-071-27/+0
* Add a test for expected messages with structured loggingMatthias Clasen2016-08-021-0/+27
* gtestutils: add g_assert_cmpmem()Dan Winship2015-08-311-0/+26
* Fix up failure-to-see-expected-message loggingDan Winship2014-07-091-3/+9
* Improve testing test coverageMatthias Clasen2014-01-011-0/+41
* Make g_test_run() return 77 if all tests are skippedDan Winship2013-12-181-0/+81
* gtestutils: skipping a test should count as success, not failureDan Winship2013-12-181-0/+8
* Simplify subprocesses in testsMatthias Clasen2013-12-151-53/+40
* gtestutils: fix g_test_set_nonfatal_assertions()Dan Winship2013-11-241-0/+22
* test: g_debug messages shouldn't affect g_assert_expected_messagesStef Walter2013-10-281-0/+14
* Don't g_test_assert_expected_messages for g_errorRyan Lortie2013-10-211-0/+10
* gmessages: fix g_test_expect_message() with NULL domainsDan Winship2013-08-311-0/+13
* gtestutils: deprecate g_test_trap_fork()Dan Winship2013-05-131-0/+6
* tests: port from g_test_trap_subprocess() to g_test_trap_fork()Dan Winship2013-05-131-74/+130
* gtestutils: add g_test_trap_subprocess()Dan Winship2013-05-131-0/+183
* Revert "gtestutils: add g_test_trap_subprocess(), deprecate g_test_trap_fork()"Matthias Clasen2012-12-191-91/+0
* Revert "tests: port from g_test_trap_subprocess() to g_test_trap_fork()"Matthias Clasen2012-12-191-140/+74
* Revert "gtestutils: fix "-p" logic"Matthias Clasen2012-12-191-125/+0
* gtestutils: fix "-p" logicDan Winship2012-12-191-0/+125
* tests: port from g_test_trap_subprocess() to g_test_trap_fork()Dan Winship2012-12-191-74/+140
* gtestutils: add g_test_trap_subprocess(), deprecate g_test_trap_fork()Dan Winship2012-12-191-0/+91
* gtestutils: add g_text_expect_message()Dan Winship2012-08-201-0/+86
* glib/tests/testing, logging: don't use g_test_undefined()Dan Winship2012-08-201-22/+10
* various tests: do not provoke SIGTRAP with -m no-undefinedSimon McVittie2011-12-271-10/+22
* Improve testutils test coverageMatthias Clasen2010-08-231-0/+13
* Silence log handler testsMatthias Clasen2010-07-301-6/+12
* Bug 579050 Allow making selected critical and warning messages non-fatalChristian Dywan2009-09-101-0/+27
* added new sample test to prepare for extended range random tests.15:47:08 Tim Janik2008-07-251-0/+13
* add G_DISABLE_SINGLE_INCLUDES to CPPFLAGS globally.Michael Natterer2008-05-281-1/+3
* /bin/ksh can't handle a for-loop with no arguments, so add a "." for whenMatthias Clasen2008-02-101-1/+1
* Only declare variables at the beginning of a code block. Bug #511654.Jens Granseuer2008-01-231-1/+2
* added g_test_add_data_func() to pass data into tests. allow data arguments11:43:22 Tim Janik2007-12-051-4/+17
* initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional21:06:47 Tim Janik2007-11-211-2/+4
* Fixed copyright for newly submitted files.Tim Janik2007-11-201-1/+2
* Renamed gtestframework to gtestutils.Tim Janik2007-11-201-1/+1
* Implemented test logging basics.Tim Janik2007-11-201-0/+2
* Implemented g_test_timer*().Tim Janik2007-11-201-0/+14
* Implemented support for testpaths.Tim Janik2007-11-201-28/+8
* testing.c: added tests for the g_test_rand*() API.Tim Janik2007-11-201-0/+43
* testing.c: added tests for g_assert_cmphex() and forked test traps.Tim Janik2007-11-201-4/+51
* that match a given test path. (g_test_run_suite): run suite only if itTim Janik2007-11-201-1/+1
* GTest framework started.Tim Janik2007-11-201-0/+96