Lines Matching full:tests
18 * tests/testglib.c: Added test cases for g_time_val_to_iso8601()
55 * tests/testglib.c (test_g_parse_debug_string): Add testss
139 * tests/utf8-pointer.c: Add tests for g_utf8_strlen().
146 * tests/completion-test.c: (main): Plug leaks reported by
148 * tests/convert-test.c: (test_iconv_state), (test_one_half):
150 * tests/patterntest.c: (test_compilation): Same
151 * tests/shell-test.c: (do_argv_test): Same.
152 * tests/unicode-caseconv.c: (main): Same.
153 * tests/uri-test.c: (run_to_uri_tests): Same.
158 * tests/asyncqueue-test.c:
159 * tests/list-test.c:
160 * tests/slist-test.c: Updated to test _sort, _sort_with_data,
165 * tests/gobject/Makefile.am: Add paramspec-test
167 * tests/gobject/paramspec-test.c: Some GParamSpec tests.
169 * tests/gobject/gvalue-test.c: Add more tests.
252 * configure.in: free the memory allocated in posix_memalign() tests.
277 * tests/slice-test.c: fixed leaks, reported by Kjartan Maraas.
289 * tests/unicode-encoding.c: Use UTF-16LE as target encoding
338 * tests/threadpool-test.c: Adapt test accordingly. Do not pass
374 * tests/asyncqueue-test.c (main): Fix the
380 * tests/convert-test.c: Don't test items_read and
383 * tests/asyncqueue-test.c: Set error to NULL.
389 * tests/tree-test.c: Add more tests.
452 * tests/threadpool-test.c:
491 * tests/run-collate-tests.sh: use LC_ALL instead of LC_COLLATE, to
513 * tests/run-collate-tests.sh: export LC_COLLATE so it takes.
525 * tests/slice-test.c: Fix C99isms. (#324950, Dan Yefimov)
538 * tests/threadpool-test.c: Test this.
557 * tests/slice-color.c: new program to test cache colorization effects.
559 * tests/slice-test.c: trade G_SLICE_CONFIG_ALWAYS_FREE for 0 duration
614 * tests/asyncqueue-test.c:
643 * tests/run-collate-test.sh: set LC_COLLATE, not LANG, to be sure
654 * tests/Makefile.am (TESTS_ENVIRONMENT):
655 * tests/gobject/Makefile.am (TESTS_ENVIRONMENT): Set
658 * tests/run-collate-tests.sh: Run the collation tests explicitly
677 * tests/Makefile.am:
678 * tests/asyncqueue-test.c:
705 * tests/libmoduletestplugin_a.c: Fix compiler warnings.
781 * tests/slice-test.c: extended to perform the benchmarking on the old
784 * tests/memchunks.c: new file which contains the old GLib mem chunks
787 * tests/Makefile.am: added memchunks.c
798 * tests/gobject/ifacecheck.c (test_iface_base_init): Don't
801 * tests/Makefile.am: Remove duplicate variable.
807 * tests/slice-test.c: added random slice allocation test.
947 * tests/Makefile.am:
948 * tests/utf8-pointer.c: Unit tests for g_utf8_pointer_to_offset
989 * tests/refcount/Makefile.am: Add a missing reference to libglib
1077 * tests/convert-test.c: Add some tests for conversions between
1114 * Makefile.am: Add Collation tests.
1116 * tests/collate/*: Inputs and expected outputs for collation tests.
1118 * tests/run-collate-tests.sh: Script to run collation tests.
1120 * tests/unicode-collate.c (main): Rework slightly to make
1121 it usable in unit tests. Also test g_utf8_collate_key_for_filename().
1130 * tests/casefold.txt:
1131 * tests/casemap.txt: Updated to Unicode 4.1. There are five new
1151 * tests/patterntest.c: more tests, mostly from matthias.
1164 * tests/patterntest.c: added more match cases.
1174 * tests/keyfile-test.c: Add a test for grup names of length 1.
1185 * tests/refcount/Makefile.am (INCLUDES): Link the the refcount
1186 tests to the system thread library $(G_THREAD_LIBS). Fixes #313744
1334 * tests/string-test.c:
1335 Add tests for new optimisation, and fix a leak.