summaryrefslogtreecommitdiff
path: root/glib/gtestutils.c
Commit message (Expand)AuthorAgeFilesLines
* gtestutils: Use $G_TEST_TMPDIR as temporary directory when definedMarco Trevisan (Treviño)2022-12-191-0/+1
* gtestutils: Check for failure to setenv() and returnPhilip Withnall2022-12-141-2/+14
* gtestutils: Use backslashes for isolated test dirs on WindowsPhilip Withnall2022-12-081-4/+14
* gtestutils: Add G_TEST_SUBPROCESS_DEFAULT, G_TEST_TRAP_DEFAULTSimon McVittie2022-06-231-1/+2
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gtestutils: Handle empty argv array passed to g_test_init()Philip Withnall2022-02-111-5/+8
* Merge branch 'wip/smcv/defer-test-cleanup' into 'main'Philip Withnall2022-02-111-6/+12
|\
| * gtestutils: Mark a variable as constPhilip Withnall2022-02-111-2/+2
| * testutils: Defer global cleanup until we really exitSimon McVittie2022-01-061-5/+11
* | Merge branch 'wip/hadess/timer-docs' into 'main'Philip Withnall2022-02-111-2/+3
|\ \
| * | gtestutils: Mention the unit used for the test timerBastien Nocera2021-12-011-2/+3
* | | gtestutils: Fix minor typos in the g_test_get_filename() docsPhilip Withnall2022-01-061-2/+2
| |/ |/|
* | utils: Add XDG_STATE_HOME supportSophie Herold2021-12-241-1/+4
* | include crtdbg first, so includes are alphabaticalCharles Barto2021-12-171-1/+1
* | Only call _set_abort_behavior with the ucrt.Charles Barto2021-12-171-10/+12
* | Prevent gtest tests from popping up dialog boxesCharles Barto2021-12-161-0/+18
|/
* gtestutils: Allow failing a test with a printf-style messageSimon McVittie2021-08-191-0/+32
* gtestutils: Allow skipping tests with a printf-style messageSimon McVittie2021-08-191-0/+46
* glib/gtestutils: Introduce and use a test_cleanup functionGOUJON Évan2021-07-231-0/+14
* glib/gtestutils: Introduce and use a g_test_suite_free functionGOUJON Évan2021-07-231-0/+21
* glib/gtestutils: Introduce and use a g_test_case_free functionGOUJON Évan2021-07-231-0/+15
* g_test_run: Introduce a clean up path once test suite ranGOUJON Évan2021-07-231-5/+24
* gtestutils: Allow full URIs in g_test_bug()Philip Withnall2021-05-131-1/+12
* gtestutils: Improve documentation formatting for g_test_bug_base()Philip Withnall2021-05-131-1/+1
* Split g_test_log() messages that contain multiple linesEmmanuele Bassi2021-04-071-1/+14
* glib: Use g_memdup2() instead of g_memdup() in obvious placesPhilip Withnall2021-02-041-1/+1
* gtestutils: Default to -m no-undefined under AddressSanitizerSimon McVittie2021-02-011-2/+10
* gtestutils: Add g_test_get_path() APIJonas Ådahl2021-01-251-0/+20
* Introduce new options -r (or --run-prefix) and -x (or --skip-prefix)Frederic Martinsons2020-11-301-2/+86
* gtestutils: Drop unnecessary NULL checkPhilip Withnall2020-11-171-2/+2
* gtestutils: Add g_assert_cmpstrv()Niels De Graef2020-11-141-0/+49
* gtestutils: Mark a return value as explicitly ignoredPhilip Withnall2020-11-131-2/+2
* gtestutils: Fix a minor memory leakPhilip Withnall2020-08-181-1/+4
* gtestutils: Clarify the docs for g_test_create_case()Philip Withnall2020-07-271-5/+8
* tree: Fix various ableist languagePhilip Withnall2020-06-231-2/+2
* gtestutils: Clarify documentation for g_test_set_nonfatal_assertions()Philip Withnall2020-03-041-6/+4
* gtestutils: Add a new g_assert_no_errno() test macroPhilip Withnall2020-03-041-0/+18
* gtestutils: Allow cmpmem() arguments to be NULL iff lengths are zeroPhilip Withnall2019-09-301-2/+4
* glib: Various minor scan-build fixesPhilip Withnall2019-09-051-0/+3
* minor typos in the documentation (a/an)Дилян Палаузов2019-08-241-2/+2
* gtestutils: Allow g_test_bug() to be used without g_test_bug_base()Philip Withnall2019-08-211-6/+11
* Merge branch '436-test-coredumps' into 'master'Emmanuele Bassi2019-07-251-0/+12
|\
| * gtestutils: Set coredump rlimit to 0 when calling g_test_trap_fork()Philip Withnall2019-06-281-0/+12
* | docs: Add example to g_test_summary() documentationPhilip Withnall2019-07-151-0/+12
|/
* Annotate various types and macros as deprecatedPhilip Withnall2019-05-301-0/+2
* gtestutils: Add g_test_summary() to add summary metadata to unit testsPhilip Withnall2019-05-211-0/+26
* gtestutils: Output in TAP format by defaultPhilip Withnall2019-05-141-2/+10
* glib: Deprecate gtester and gtester-reportPhilip Withnall2019-05-141-2/+3
* testing: Run tests specified with -p in the order specifiedSimon McVittie2019-04-291-0/+5
* gtestutils: Allow combining --tap with -pSimon McVittie2019-04-291-13/+8