Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-30 | test: udev - Signal that test was skipped when running as non-root | Filipe Brandenburger | |
It is more accurate to report that the test was skipped rather than succeeded if we did not get to run it because it requires root. Tested by running `make check` and inspecting the log file: $ cat test/udev-test.pl.log Must have root permissions to run properly. SKIP test/udev-test.pl (exit status: 77) The `make check` output also reported: SKIP: test/udev-test.pl | |||
2015-04-03 | test: udev, valgrind - track origins of uninitiaziled memory | Tom Gundersen | |
2015-03-27 | test: udev - add gdb support | Tom Gundersen | |
2014-12-11 | tests: udev - assume /etc/machine-id rather than /etc/hosts | Tom Gundersen | |
On todays machines /etc/hosts is not mandatory. /etc/machine-id is though, so let's rely on that instead. This makes the udev tests pass again for me. | |||
2014-12-10 | test: fix some tests when running inside a container | Jan Synacek | |
2014-09-20 | test: udev - restrict nemuric uid's to existing ones | Tom Gundersen | |
We now verify the existence of uid's before applying them to devicenodes, so change the test accordingly. We assume that both uid/gid 1 and 2 exist on the test system. | |||
2013-04-15 | Fix spelling errors using 'codespell' tool | Anatol Pomozov | |
2012-11-12 | use the same email address everywhere | Kay Sievers | |
2012-10-08 | udev: remove SYMLINK "unique" option | Kay Sievers | |
2012-07-15 | udev: get rid of TEST_PREFIX and use unshare() to fake /sys, /dev, /run | Kay Sievers | |
2012-04-16 | udev: remove configuration options for /dev, /sys, /run directories | Kay Sievers | |
2012-04-14 | udev: test - move test/ and src/test/ | Kay Sievers | |