summaryrefslogtreecommitdiff
path: root/glib/gtestutils.c
Commit message (Expand)AuthorAgeFilesLines
* gtestutils: Clarify docs about calling g_test_init() before anythingPhilip Withnall2023-03-171-0/+6
* gtestutils: Document that g_test_trap_fork () won't get close-on-exec fixMaciej S. Szmigiero2023-02-211-2/+3
* gtestutils: Fix a potential NULL pointer dereference in g_test_log()Philip Withnall2023-01-241-5/+8
* gtestutils: Improve TAP reporting on tests failuresMarco Trevisan (Treviño)2023-01-201-1/+20
* gtestutils: Do not make a subtest to Bail out! the root oneMarco Trevisan (Treviño)2023-01-201-10/+1
* gtestutils: Define TAP version clearly as defined valueMarco Trevisan (Treviño)2023-01-201-1/+2
* gtestutils: Use test print handler to write subprocess outputMarco Trevisan (Treviño)2023-01-201-2/+21
* gtestutils: Define a custom g_print handler for TAPMarco Trevisan (Treviño)2023-01-201-57/+127
* gtestutils: Do not generate the random seed if providedMarco Trevisan (Treviño)2023-01-201-4/+8
* gtestutils: Do not use default log handler when using TAPXavier Claessens2023-01-171-2/+3
* gtestutils: Use TAP 13 comments syntax for subtestsMarco Trevisan (Treviño)2023-01-171-2/+4
* gtestutils: Use TAP version 14 Subtests syntax to show subtests outputMarco Trevisan (Treviño)2023-01-171-15/+29
* gtestutils: Do not allow newlines in Bail out! messagesMarco Trevisan (Treviño)2023-01-171-2/+12
* gtestutils: Print commented TAP output if running a subprocessMarco Trevisan (Treviño)2023-01-171-7/+13
* gtestutils: "Bail out!" TAP message cannot be multilineXavier Claessens2023-01-171-4/+8
* gtestutils: Write g_test_message() output in a single operationMarco Trevisan (Treviño)2023-01-171-6/+23
* gtestutils: Write log to stderr atomicallyMarco Trevisan (Treviño)2023-01-171-7/+11
* gtestutils: Use TAP format for all the verbose outputMarco Trevisan (Treviño)2023-01-171-2/+12
* gtestutils: Write tap test results atomicallyMarco Trevisan (Treviño)2023-01-171-9/+10
* gtestutils: Set the TAP version 13 as first line of tests outputMarco Trevisan (Treviño)2023-01-171-2/+21
* 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