Fix up failure-to-see-expected-message logging
[platform/upstream/glib.git] / glib / tests / testing.c
2014-07-09 Dan WinshipFix up failure-to-see-expected-message logging
2014-01-01 Matthias ClasenImprove testing test coverage
2013-12-18 Dan WinshipMake g_test_run() return 77 if all tests are skipped
2013-12-18 Dan Winshipgtestutils: skipping a test should count as success...
2013-12-15 Matthias ClasenSimplify subprocesses in tests
2013-11-24 Dan Winshipgtestutils: fix g_test_set_nonfatal_assertions()
2013-10-28 Stef Waltertest: g_debug messages shouldn't affect g_assert_expect...
2013-10-21 Ryan LortieDon't g_test_assert_expected_messages for g_error
2013-08-31 Dan Winshipgmessages: fix g_test_expect_message() with NULL domains
2013-05-13 Dan Winshipgtestutils: deprecate g_test_trap_fork()
2013-05-13 Dan Winshiptests: port from g_test_trap_subprocess() to g_test_tra...
2013-05-13 Dan Winshipgtestutils: add g_test_trap_subprocess()
2012-12-19 Matthias ClasenRevert "gtestutils: add g_test_trap_subprocess(), depre...
2012-12-19 Matthias ClasenRevert "tests: port from g_test_trap_subprocess() to...
2012-12-19 Matthias ClasenRevert "gtestutils: fix "-p" logic"
2012-12-19 Dan Winshipgtestutils: fix "-p" logic
2012-12-19 Dan Winshiptests: port from g_test_trap_subprocess() to g_test_tra...
2012-12-19 Dan Winshipgtestutils: add g_test_trap_subprocess(), deprecate...
2012-08-20 Dan Winshipgtestutils: add g_text_expect_message()
2012-08-20 Dan Winshipglib/tests/testing, logging: don't use g_test_undefined()
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-12-27 Simon McVittievarious tests: do not provoke SIGTRAP with -m no-undefined
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-08-23 Matthias ClasenImprove testutils test coverage
2010-07-30 Matthias ClasenSilence log handler tests
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2009-09-10 Christian DywanBug 579050 Allow making selected critical and warning...
2008-07-25 15:47:08 Tim Janikadded new sample test to prepare for extended range...
2008-05-28 Michael Nattereradd G_DISABLE_SINGLE_INCLUDES to CPPFLAGS globally.
2008-02-10 Matthias Clasen/bin/ksh can't handle a for-loop with no arguments...
2008-01-23 Jens GranseuerOnly declare variables at the beginning of a code block...
2007-12-05 11:43:22 Tim Janikadded g_test_add_data_func() to pass data into tests...
2007-11-21 21:06:47 Tim Janikinitialize automake variables EXTRA_DIST and TEST_PROGS...
2007-11-20 Tim JanikFixed copyright for newly submitted files.
2007-11-20 Tim JanikRenamed gtestframework to gtestutils.
2007-11-20 Tim JanikImplemented test logging basics.
2007-11-20 Tim JanikImplemented g_test_timer*().
2007-11-20 Tim JanikImplemented support for testpaths.
2007-11-20 Tim Janiktesting.c: added tests for the g_test_rand*() API.
2007-11-20 Tim Janiktesting.c: added tests for g_assert_cmphex() and forked...
2007-11-20 Tim Janikthat match a given test path. (g_test_run_suite): run...
2007-11-20 Tim JanikGTest framework started.