kernel/tests
David Ward bee04eadf8 Fix existing CI test for memfd_create()
The test was failing (after hanging for several hours) because of a
hard-coded assumption about which file descriptor would be returned
by memfd_create(). The actual file descriptor gets printed by the
test program though, so read this and use it instead. (Adjust the
test program so that this is not printed until the file is ready.)

Resolve compiler warnings about implicit function declarations, by
using the #include statements listed in the kernel.org man-pages.
2019-11-11 14:06:01 -05:00
..
filesystem/ext4 Add memory/filesystem tests 2018-10-05 09:51:31 -04:00
memory/memfd_create Fix existing CI test for memfd_create() 2019-11-11 14:06:01 -05:00
README.txt Add recommended layout/readme file for future tests 2018-05-14 10:21:15 -04:00
filesystem.yml Add memory/filesystem tests 2018-10-05 09:51:31 -04:00
memory.yml Add memory/filesystem tests 2018-10-05 09:51:31 -04:00
tests.yml Add memory/filesystem tests 2018-10-05 09:51:31 -04:00

README.txt

Recommended Layout for Kernel Tests
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Add tests to enable Fedora CI [1] which are curated using the standard test interface [2]

[1] https://fedoraproject.org/wiki/CI
[2] https://fedoraproject.org/wiki/CI/Standard_Test_Interface

As new pull requests are filed, please link/add your tests in one of the following directories
to better organize the tests. If a new directory is required, which isn't included in the layout
below, please add justification in the pull request. The directories can be created as new tests
are added to dist-git.

acpi
cgroup
cpu
crc32c-self-check
criu
crypto
drivers
filesystem
firmware
ftrace
include
kabi
kmod
kpatch
ksc
kvm
mce
memory
modules
namespace
networking
performance
powermgmt
ptp
scheduler
security
storage
syscalls
time
update build