libfuse/test
CismonX 09e6583b54 Use off_t instead of loff_t
Since we're already enforcing 64-bit off_t, using loff_t
makes no difference.

Also loff_t is Linux-only, which breaks compatibility for *BSD.
2024-06-25 07:16:49 +02:00
..
.gitignore Added write cache tests. 2016-10-10 11:07:38 -07:00
ci-build.sh Install all test/build python packages from requirements.txt 2024-03-27 17:26:14 +01:00
conftest.py Fix deprecated @pytest.mark.hookwrapper 2023-04-07 15:31:58 +01:00
lsan_suppress.txt Disable leak suppression (#773) 2023-04-12 08:40:18 +01:00
meson.build Fix issue #746. (#782) 2023-05-11 02:38:46 +01:00
pytest.ini ci-build.sh: Reduce pytest --maxfail from 99 to 1 2024-03-20 09:09:29 +01:00
readdir_inode.c Fix returning d_ino and d_type by readdir(3) in non-plus mode 2021-03-18 09:52:30 +00:00
release_unlink_race.c Fix issue #746. (#782) 2023-05-11 02:38:46 +01:00
stracedecode.c libfuse: add readdirplus support in fuse_lowlevel_ops 2013-02-07 14:58:50 +01:00
test_ctests.py /test_ctests / test_notify1: Print cmdline on failure 2024-03-20 12:37:17 +01:00
test_custom_io.py Support application-defined I/O functions for FUSE fd 2023-01-10 10:04:35 +00:00
test_examples.py make FUSE_CAP_EXPIRE_ONLY test depend on available cap and not on version 2024-01-29 08:43:58 +00:00
test_setattr.c Install a the configure_file (config.h) and use in headers 2023-01-28 09:35:34 +00:00
test_syscalls.c Install a the configure_file (config.h) and use in headers 2023-01-28 09:35:34 +00:00
test_write_cache.c Use off_t instead of loff_t 2024-06-25 07:16:49 +02:00
util.py Fix test failures: Create missing mount dir 2024-03-20 12:32:30 +01:00
wrong_command.c Do not fail "ninja test" when running as subproject 2018-10-19 14:17:48 -07:00