libfuse/test
Alan Somers 1f842c996e passthrough: fix unix-domain sockets on FreeBSD (#413)
FreeBSD doesn't allow creating sockets using mknod(2). Instead, one has to use socket(2)
and bind(2).  Add appropriate logic to the examples and add a test case.
2019-05-15 21:35:57 +01:00
..
.gitignore Added write cache tests. 2016-10-10 11:07:38 -07:00
conftest.py Run tests under valgrind when available. 2016-10-02 22:39:28 -07:00
lsan_suppress.txt Only use valgrind if requested explicitly + enable address sanitizer 2017-01-12 15:19:04 -08:00
meson.build Do not fail "ninja test" when running as subproject 2018-10-19 14:17:48 -07:00
pytest.ini Skip tests if not root and no setuid fusermount3. 2017-01-10 14:42:26 -08:00
stracedecode.c libfuse: add readdirplus support in fuse_lowlevel_ops 2013-02-07 14:58:50 +01:00
test_ctests.py Kill filesystem process on test cleanup. 2018-11-24 20:51:34 +00:00
test_examples.py passthrough: fix unix-domain sockets on FreeBSD (#413) 2019-05-15 21:35:57 +01:00
test_setattr.c Don't use -o auto_unmount under FreeBSD. 2017-08-24 20:50:44 +02:00
test_syscalls.c passthrough: fix unix-domain sockets on FreeBSD (#413) 2019-05-15 21:35:57 +01:00
test_write_cache.c test_write_cache: Use fuse_session_exit() to stop filesystem thread 2018-07-23 11:02:57 +01:00
travis-build.sh Added new example filesystem 2019-05-09 14:16:37 -05:00
travis-install.sh Travis CI: Use Xenial instead of Trusty. 2019-02-27 21:20:58 +00:00
util.py Kill filesystem process on test cleanup. 2018-11-24 20:51:34 +00:00
wrong_command.c Do not fail "ninja test" when running as subproject 2018-10-19 14:17:48 -07:00