summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-122-2/+2
* Normalize C source files to end with exactly one newlineSimon McVittie2020-06-108-10/+0
* glib: Update Unicode Character Database to version 13.0.0Philip Withnall2020-03-182-2/+12
* build: Fix shellcheck warnings in various old build and test scriptsPhilip Withnall2020-02-272-11/+9
* testgdate: Exit with failure if there are not passed testsMarco Trevisan (Treviño)2019-12-101-1/+2
* Merge branch '1750-more-atomic-intrinsics' into 'master'Sebastian Dröge2019-11-142-64/+0
|\
| * tests: Remove redundant old atomic testPhilip Withnall2019-10-082-64/+0
* | tests: Fix unused variable in the threadpool-testPhilip Withnall2019-10-301-1/+1
* | gmessages: Add g_warning_once()Jonas Ådahl2019-10-091-0/+21
|/
* gmodule: write test for shared librariesTom Schoonjans2019-09-062-5/+27
* Merge branch 'G_SIGNAL_RUN_CLEANUP_do_not_call_accumulate' into 'master'Philip Withnall2019-08-261-1/+1
|\
| * Run the accumulator function for RUN_CLEANUP object handlers tooSebastian Dröge2019-08-251-1/+1
* | win32: don't assume the format specifier for the stdlib printf/scanf like fun...Christoph Reiter2019-08-101-0/+2
|/
* Fix module tests on Visual Studio buildsChun-wei Fan2019-06-241-2/+8
* Fix various deprecation warnings in code and testsPhilip Withnall2019-05-302-9/+8
* tests: Remove redundant --tap optionsPhilip Withnall2019-05-142-6/+2
* glib: Update Unicode Character Database to version 12.1.0Philip Withnall2019-05-082-2/+2
* glib: Update Unicode Character Database to version 12.0.0Philip Withnall2019-04-292-5/+25
* build: Remove */.gitignore filesMichael Gratton2019-04-221-76/+0
* build: Add -UG_DISABLE_ASSERT when building testsPhilip Withnall2019-03-081-1/+1
* Merge branch 'tsan' into 'master'Philip Withnall2019-03-051-4/+4
|\
| * tests: Synchronize access to stopping flagTomasz Miąsko2019-02-251-4/+4
* | build: Move tests/refcount/closures to gobject/tests/closure-refcountPhilip Withnall2019-02-272-304/+0
|/
* Merge branch 'w32-testsuite-fixes-general' into 'master'Philip Withnall2019-02-132-4/+23
|\
| * GLib test: Adjust to follow the implementationРуслан Ижбулатов2019-02-131-3/+19
| * GDate test: Disable Julian epoch test on WindowsРуслан Ижбулатов2019-02-131-1/+4
* | installed tests: Allow tests to set environment variablesIain Lane2019-02-133-0/+3
|/
* build: Drop autotools supportPhilip Withnall2019-01-153-265/+0
* gspawn, tests: extend spawn_test, run it on win32Vasily Galkin2018-12-263-64/+98
* gio-test: use g_debug rather than #define VERBOSEWill Thompson2018-11-261-24/+8
* gio-test: fix leak & maybe-uninitialized warningWill Thompson2018-11-261-6/+6
* Merge branch 'tests-tsan' into 'master'Philip Withnall2018-11-132-17/+5
|\
| * tests: Fix data races in refcount/signals.cTomasz Miąsko2018-11-041-8/+4
| * tests: Fix data races in refcount/closures.cTomasz Miąsko2018-11-041-9/+1
* | closures test: Avoid timeout on ARM64 CPUsSimon McVittie2018-11-062-0/+19
|/
* meson: Centralize test timeout valuesSimon McVittie2018-11-013-3/+3
* Revert "gdatetime: Enable compile time check of g_date_time_format() format"Philip Withnall2018-11-011-8/+0
* gdatetime: Enable compile time check of g_date_time_format() formatChristian Persch2018-10-311-0/+8
* mainloop-test: Fix race conditionsTomasz Miąsko2018-10-301-17/+20
* Meson: Bump dependency to 0.48.0Xavier Claessens2018-09-272-76/+68
* Tests: Mark printf wrappers with G_GNUC_PRINTFSimon McVittie2018-09-271-3/+2
* Autotools: Always run glib-genmarshal, even if cross-compilingSimon McVittie2018-09-261-6/+2
* Meson: Do not run tests/refcount with --tapXavier Claessens2018-09-251-2/+1
* meson: Run build-time tests with --tap where supportedSimon McVittie2018-09-243-3/+8
* Meson: Install timeloop-closure testXavier Claessens2018-09-241-36/+39
* Meson: Run in TAP mode installed tests that support itXavier Claessens2018-09-232-5/+7
* Tests: Fix -Wformat-nonliteral causing build failure with clangXavier Claessens2018-09-211-0/+3
* tests W32: ifdef a variable not used on WindowsРуслан Ижбулатов2018-09-211-0/+2
* tests W32: Move timeloop test to the non-Windows sectionРуслан Ижбулатов2018-09-211-1/+1
* tests W32: ugly fix for sscanf() formatРуслан Ижбулатов2018-09-211-2/+12