summaryrefslogtreecommitdiff
path: root/glib/tests/testing.c
Commit message (Expand)AuthorAgeFilesLines
* gtestutils: Improve TAP reporting on tests failuresMarco Trevisan (Treviño)2023-01-201-8/+12
* gtestutils: Do not make a subtest to Bail out! the root oneMarco Trevisan (Treviño)2023-01-201-4/+2
* gtestutils: Use test print handler to write subprocess outputMarco Trevisan (Treviño)2023-01-201-0/+108
* gtestutils: Define a custom g_print handler for TAPMarco Trevisan (Treviño)2023-01-201-0/+103
* tests/logging, testing: Add more tests for cases enforcing gmessages on stderrMarco Trevisan (Treviño)2023-01-201-0/+20
* gtestutils: Use TAP 13 comments syntax for subtestsMarco Trevisan (Treviño)2023-01-171-2/+2
* gtestutils: Use TAP version 14 Subtests syntax to show subtests outputMarco Trevisan (Treviño)2023-01-171-11/+836
* gtestutils: Do not allow newlines in Bail out! messagesMarco Trevisan (Treviño)2023-01-171-2/+2
* testing: Add TAP test for Bail out! messagesMarco Trevisan (Treviño)2023-01-171-0/+84
* gtestutils: Print commented TAP output if running a subprocessMarco Trevisan (Treviño)2023-01-171-1/+1
* gtestutils: Write g_test_message() output in a single operationMarco Trevisan (Treviño)2023-01-171-2/+4
* tests/testing, testing-helper: Add test to check g_test_message on TAPMarco Trevisan (Treviño)2023-01-171-0/+55
* gtestutils: Set the TAP version 13 as first line of tests outputMarco Trevisan (Treviño)2023-01-171-19/+45
* Add a SPDX LicenseRef for the license historically used for testsSimon McVittie2022-11-021-0/+2
* gtestutils: Add G_TEST_SUBPROCESS_DEFAULT, G_TEST_TRAP_DEFAULTSimon McVittie2022-06-231-37/+65
* gtestutils: Handle empty argv array passed to g_test_init()Philip Withnall2022-02-111-0/+36
* Add a test-case for calling g_test_build_filename after g_test_runSimon McVittie2022-02-111-1/+19
* gtestutils: Allow failing a test with a printf-style messageSimon McVittie2021-08-191-0/+20
* gtestutils: Allow skipping tests with a printf-style messageSimon McVittie2021-08-191-0/+38
* tests: Fix error handling when testing gtestutilsSimon McVittie2021-08-051-0/+4
* Distinguish more clearly between wait status and exit statusSimon McVittie2021-06-151-25/+25
* gtestutils: Add g_test_get_path() APIJonas Ådahl2021-01-251-0/+15
* Introduce new options -r (or --run-prefix) and -x (or --skip-prefix)Frederic Martinsons2020-11-301-24/+194
* gtestutils: Add g_assert_cmpstrv()Niels De Graef2020-11-141-0/+59
* gtestutils: Add a new g_assert_no_errno() test macroPhilip Withnall2020-03-041-0/+27
* gtestutils: Allow cmpmem() arguments to be NULL iff lengths are zeroPhilip Withnall2019-09-301-0/+15
* gtestutils: Add g_test_summary() to add summary metadata to unit testsPhilip Withnall2019-05-211-0/+38
* tests: Set locale in gtestutils tests to allow UTF-8 outputPhilip Withnall2019-05-211-1/+3
* testing: Run tests specified with -p in the order specifiedSimon McVittie2019-04-291-6/+4
* testing: Comment that test order with -p is reversedSimon McVittie2019-04-291-0/+2
* Test what happens when GTestSkipCount is 0 or more than number of testsSimon McVittie2019-04-291-0/+54
* gtestutils: Test the combination of --tap and -pSimon McVittie2019-04-291-0/+30
* gtestutils: Test the combination of --tap and --GTestSkipCountSimon McVittie2019-04-291-0/+27
* gtestutils: Add regression test for combining -s with --tapSimon McVittie2019-04-291-0/+33
* gtestutils: Add g_assert_cmpvariant()Philip Withnall2018-12-121-0/+53
* testing: Exercise TAP outputSimon McVittie2018-08-071-0/+126
* testing: Assert that test-case results are combined correctlySimon McVittie2018-08-031-16/+158
* testutils: Treat incomplete tests more like skipped testsSimon McVittie2018-08-031-0/+5
* testing: Use g_assert_true(), which is preferred for unit testsSimon McVittie2018-08-031-9/+10
* testing: Assert that skipped tests cause g_test_failed()Simon McVittie2018-08-031-0/+4
* testing: Clarify why incomplete tests cause g_test_failed()Simon McVittie2018-08-031-1/+4
* 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