summaryrefslogtreecommitdiff
path: root/src/tests/test-general-with-expect.c
Commit message (Expand)AuthorAgeFilesLines
* all: use nm_direct_hash() instead of g_direct_hash()Thomas Haller2017-11-161-1/+1
* all: use nm_close() instead of close()Thomas Haller2017-11-141-4/+4
* core: remove NMMultiIndexThomas Haller2017-07-051-358/+0
* all: use "unsigned long" instead of "long unsigned"Thomas Haller2017-03-141-1/+1
* all: use O_CLOEXEC for file descriptorsThomas Haller2016-12-131-1/+2
* src/tests: relax assertion for test_nm_utils_monotonic_timestamp_as_boottime()Thomas Haller2016-10-241-1/+1
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-7/+7
* all/tests: split core part out of "nm-test-utils.h"Thomas Haller2016-05-171-1/+1
* all/tests: fix tests after adjusting glib logging levelThomas Haller2016-03-101-4/+4
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* tests: fix tests for nm_utils_kill_child() by using "bash"Michael Biebl2016-01-281-5/+5
* libnm-core: fail verify() for NMSettingVlan for invalid vlan idThomas Haller2016-01-221-2/+2
* core: allow VLAN ids between 1 and 4095Beniamino Galvani2016-01-221-1/+2
* core: truncate parent ifname when constructing virtual ifname for VLANThomas Haller2016-01-211-0/+43
* build: add backward compatibility define for missing CLOCK_BOOTTIMEGlenn Washburn2015-11-131-0/+5
* core/test: extend timeout for kill-process utils testThomas Haller2015-09-041-10/+10
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* Revert "core: add NMRefString"Thomas Haller2015-06-171-52/+0
* core: add NMMultiIndex classThomas Haller2015-06-171-0/+358
* core: add NMRefStringThomas Haller2015-06-171-0/+52
* all: fix a compiler warning about function declarationsJiří Klimeš2015-06-101-3/+3
* core: add nm_utils_monotonic_timestamp_as_boottime() functionThomas Haller2015-04-291-0/+37
* core: refactor nm_ethernet_address_is_valid() and reject invalid addressesThomas Haller2015-04-231-2/+5
* core/test: add test for nm_ethernet_address_is_valid()Thomas Haller2015-04-231-0/+25
* util: add nm_utils_array_remove_at_indexes() functionThomas Haller2015-04-081-0/+99
* test: setup logging during nmtst_init_assert_logging()Thomas Haller2015-04-081-3/+1
* tests: fix NEGATIVE_RETURNS (CWE-394) in testsJiří Klimeš2014-12-151-1/+5
* all: consistently include config.hDan Winship2014-11-131-0/+2
* Merge branch 'lr/rpm-make-check'Lubomir Rintel2014-10-301-0/+1
|\
| * tests: Fix /general/nm_utils_kill_child raceLubomir Rintel2014-10-301-0/+1
* | build: fix -Wstrict-prototypes warningsThomas Haller2014-10-291-1/+1
|/
* core: add nm_utils_kill_child_async() and nm_utils_kill_child_sync() functionThomas Haller2014-07-101-0/+342