summaryrefslogtreecommitdiff
path: root/src/tests/test-general-with-expect.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-18all: remove CLOCK_BOOTTIME defintionsLubomir Rintel1-4/+0
2018-04-30all: remove consecutive empty linesBeniamino Galvani1-1/+0
2018-01-08tests: use NMTST_EXPECT*() macrosThomas Haller1-33/+33
2017-12-15src/tests: fix test_nm_utils_kill_child() under mesonThomas Haller1-12/+29
2017-12-15src/tests: split test code in test_nm_utils_kill_child()Thomas Haller1-9/+16
2017-11-16all: use nm_direct_hash() instead of g_direct_hash()Thomas Haller1-1/+1
2017-11-14all: use nm_close() instead of close()Thomas Haller1-4/+4
2017-07-05core: remove NMMultiIndexThomas Haller1-358/+0
2017-03-14all: use "unsigned long" instead of "long unsigned"Thomas Haller1-1/+1
2016-12-13all: use O_CLOEXEC for file descriptorsThomas Haller1-1/+2
2016-10-24src/tests: relax assertion for test_nm_utils_monotonic_timestamp_as_boottime()Thomas Haller1-1/+1
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-7/+7
2016-05-17all/tests: split core part out of "nm-test-utils.h"Thomas Haller1-1/+1
2016-03-10all/tests: fix tests after adjusting glib logging levelThomas Haller1-4/+4
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2016-01-28tests: fix tests for nm_utils_kill_child() by using "bash"Michael Biebl1-5/+5
2016-01-22libnm-core: fail verify() for NMSettingVlan for invalid vlan idThomas Haller1-2/+2
2016-01-22core: allow VLAN ids between 1 and 4095Beniamino Galvani1-1/+2
2016-01-21core: truncate parent ifname when constructing virtual ifname for VLANThomas Haller1-0/+43
2015-11-13build: add backward compatibility define for missing CLOCK_BOOTTIMEGlenn Washburn1-0/+5
2015-09-04core/test: extend timeout for kill-process utils testThomas Haller1-10/+10
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-2/+1
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-1/+1
2015-06-17Revert "core: add NMRefString"Thomas Haller1-52/+0
2015-06-17core: add NMMultiIndex classThomas Haller1-0/+358
2015-06-17core: add NMRefStringThomas Haller1-0/+52
2015-06-10all: fix a compiler warning about function declarationsJiří Klimeš1-3/+3
2015-04-29core: add nm_utils_monotonic_timestamp_as_boottime() functionThomas Haller1-0/+37
2015-04-23core: refactor nm_ethernet_address_is_valid() and reject invalid addressesThomas Haller1-2/+5
2015-04-23core/test: add test for nm_ethernet_address_is_valid()Thomas Haller1-0/+25
2015-04-08util: add nm_utils_array_remove_at_indexes() functionThomas Haller1-0/+99
2015-04-08test: setup logging during nmtst_init_assert_logging()Thomas Haller1-3/+1
2014-12-15tests: fix NEGATIVE_RETURNS (CWE-394) in testsJiří Klimeš1-1/+5
2014-11-13all: consistently include config.hDan Winship1-0/+2
2014-10-30Merge branch 'lr/rpm-make-check'Lubomir Rintel1-0/+1
2014-10-30tests: Fix /general/nm_utils_kill_child raceLubomir Rintel1-0/+1
2014-10-29build: fix -Wstrict-prototypes warningsThomas Haller1-1/+1
2014-07-10core: add nm_utils_kill_child_async() and nm_utils_kill_child_sync() functionThomas Haller1-0/+342