summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Move tests/env-test.c into glib/tests/environment.cEmmanuel Fleury2021-12-162-110/+0
* Moving tests/dirname-test.c to glib/tests/fileutils.cEmmanuel Fleury2021-12-162-118/+0
* Merging tests/child-test.c into glib/tests/spawn-multithreaded.cEmmanuel Fleury2021-12-152-199/+0
* Merge branch 'datetime_tests' into 'main'Philip Withnall2021-12-142-43/+0
|\
| * Removing unnecessary test on gdatetime.cEmmanuel Fleury2021-12-142-43/+0
* | Merge branch 'cxx-test' into 'main'Philip Withnall2021-12-142-15/+0
|\ \
| * | Distribute cxx test tests/cxx-test.cpp to each module tests directoryEmmanuel Fleury2021-12-142-15/+0
| |/
* | Move tests/completion-test.c to glib/tests/completion.cEmmanuel Fleury2021-12-132-83/+0
|/
* gfileutils: Correctly reset start value when canonicalising pathsPhilip Withnall2021-12-021-0/+3
* Merge branch 'move_bit-test' into 'main'Philip Withnall2021-12-022-146/+0
|\
| * Merging tests/bit-test.c into glib/tests/utils.cEmmanuel Fleury2021-12-012-146/+0
* | Merge branch 'move_test_sources' into 'main'Philip Withnall2021-12-012-186/+0
|\ \ | |/ |/|
| * GSource: move test to glib/tests/Nishal Kulkarni2021-12-012-186/+0
* | Merge branch '2541-canonicalize-performance' into 'main'Philip Withnall2021-11-301-0/+36
|\ \
| * | gfileutils: Improve performance of g_canonicalize_filename()Sebastian Wilhelmi2021-11-261-0/+36
* | | Removing tests/asyncqueue-test.c from tests/Emmanuel Fleury2021-11-292-245/+0
| |/ |/|
* | gqsort: Move test to glib/tests/Nishal Kulkarni2021-11-272-34/+0
|/
* slice-test: Use new g_newa0() functionNishal Kulkarni2021-11-261-2/+1
* Port internal uses to use g_source_set_static_name()Philip Withnall2021-07-261-4/+4
* giomodule: Port to new g_module_open_full() APIPhilip Withnall2021-07-211-3/+7
* testgdate: fix -Wmisleading-indentation warningMichael Catanzaro2021-06-161-1/+3
* gobject: Allow passing %NULL for @data in g_object_remove_toggle_refJasper St. Pierre2021-05-271-1/+2
* Fix missing initializer warning in tests/slice-threadinit.cEmmanuel Fleury2021-05-271-1/+1
* Use G_OPTION_ENTRY_NULL to avoid missing initializer warningsEmmanuel Fleury2021-05-132-2/+2
* Fix signedness warning in tests/memchunks.cEmmanuel Fleury2021-05-061-2/+2
* Fix several signedness warnings in tests/unicode-encoding.cEmmanuel Fleury2021-05-061-5/+5
* Fix several signedness warnings in tests/threadpool-test.cEmmanuel Fleury2021-05-061-4/+4
* Fix signedness warning in tests/thread-test.cEmmanuel Fleury2021-05-061-1/+1
* Fix signedness warning in tests/unicode-collate.cEmmanuel Fleury2021-05-061-1/+1
* Fix signedness warnings in tests/gio-test.cEmmanuel Fleury2021-05-061-3/+4
* Fix several signedness warnings in tests/testglib.cEmmanuel Fleury2021-05-061-4/+4
* Fix several signedness warnings in tests/testglib.cEmmanuel Fleury2021-05-041-2/+2
* Fix signedness warning in tests/timeloop.cEmmanuel Fleury2021-05-041-2/+2
* Fix several signedness warnings in tests/slice-threadinit.cEmmanuel Fleury2021-05-041-1/+1
* Fix signedness warnings in tests/gobject/performance-threaded.cEmmanuel Fleury2021-05-041-1/+1
* Fix signedness warning in tests/mainloop-test.cEmmanuel Fleury2021-05-041-2/+2
* Fix signedness warning in tests/dirname-test.cEmmanuel Fleury2021-05-041-3/+2
* Fix several signedness warnings in tests/gobject/performance-threaded.cEmmanuel Fleury2021-05-041-5/+6
* Fix signedness warnings in tests/gobject/timeloop-closure.cEmmanuel Fleury2021-05-041-2/+2
* Fix signedness warnings in tests/refcount/objects.cEmmanuel Fleury2021-05-041-1/+1
* Fix signedness warnings in tests/gobject/performance.cEmmanuel Fleury2021-05-041-3/+4
* Fix signedness warning in tests/onceinit.cEmmanuel Fleury2021-04-291-1/+1
* Fix missing initializer warning in tests/gobject/defaultiface.cEmmanuel Fleury2021-04-291-1/+6
* Fix multiple missing initializer warnings in tests/gobject/testcommon.hEmmanuel Fleury2021-04-291-1/+8
* Fix several missing initializer in tests/gobject/testgobject.cEmmanuel Fleury2021-04-291-2/+11
* threadpool test: Don't leak the thread poolwip/test-leaksSimon McVittie2021-01-291-0/+1
* Merge branch 'py-fixes' into 'master'Sebastian Dröge2020-11-202-23/+68
|\
| * py: Various flake8 cleanupsPhilip Withnall2020-11-171-3/+7
| * py: Reformat all Python files consistentlyPhilip Withnall2020-11-172-20/+61
* | tests: Fix non-atomic access to some shared variablesPhilip Withnall2020-11-202-8/+8