aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorLines
2025-02-18ci-build test: Add a 32-bit compilation testBernd Schubert-0/+17
2025-02-18tests: Skip the ioctl test for x86 cross compilationBernd Schubert-0/+13
2025-02-10Build fixes for -OgBernd Schubert-1/+1
2025-02-10Fix libfuse build with FUSE_USE_VERSION 30Amir Goldstein-0/+6
2024-12-30Add 64-bit conn::{capable,want}_ext fieldsBernd Schubert-1/+1
2024-12-17tests: Add debug messages to some tests and umountBernd Schubert-15/+97
2024-11-27support FUSE_TMPFILE in the low level APIHorst Birthelmer-0/+101
2024-06-25Use off_t instead of loff_tCismonX-3/+1
2024-03-27Install all test/build python packages from requirements.txtAshley Pittman-12/+3
2024-03-20ci-build.sh: Fix checking for function arguments (#909)Bernd Schubert-1/+1
2024-03-20/test_ctests / test_notify1: Print cmdline on failureBernd Schubert-0/+1
2024-03-20ci-build.sh: Add back test without versioned symbolsBernd Schubert-6/+15
2024-03-20Build clang/sanitized build firstBernd Schubert-37/+45
2024-03-20Add back s-bit for compiled fusermountBernd Schubert-0/+8
2024-03-20Fix test failures: Create missing mount dirBernd Schubert-2/+14
2024-03-20ci-build.sh: Reduce pytest --maxfail from 99 to 1Bernd Schubert-1/+3
2024-03-07Merge pull request #901 from bsbernd/posix_spawnBernd Schubert-25/+33
2024-03-07ci-build.sh: Always install and add s-bit for fusermount3Bernd Schubert-6/+14
2024-03-07ci-build.sh: Run ASAN and UBSAN at the same timeBernd Schubert-20/+20
2024-03-06Fix undefined loff_t in test_write_cache.c on alpineBernd Schubert-0/+2
2024-02-26Fix tests/test_write_cache in write back mode (#892)Bernd Schubert-8/+33
2024-01-29make FUSE_CAP_EXPIRE_ONLY test depend on available cap and not on versionHereThereBeDragons-2/+2
2023-12-17Allow *xattr operations on root directory (ino 1)amitgeron-2/+3
2023-07-01Reduce default write size by halfNikolaus Rath-1/+1
2023-07-01Add missing include.Nikolaus Rath-0/+1
2023-06-30Make expire only function fail if no kernel support (#789)HereThereBeDragons-0/+2
2023-05-11Fix issue #746. (#782)Peri-0/+173
2023-04-12Disable leak suppression (#773)Matthias Görgens-10/+0
2023-04-12Fuse mount: make auto_unmount compatible with suid/dev mount options (#762)Matthias Görgens-0/+31
2023-04-11Migrate away from deprecated distutilsMatthias Goergens-3/+3
2023-04-11Fix typoMatthias Goergens-1/+1
2023-04-07Fix PytestReturnNotNoneWarningMatthias Goergens-2/+4
2023-04-07Fix deprecated @pytest.mark.hookwrapperMatthias Goergens-1/+1
2023-04-07Fix meson deprecation warningMatthias Goergens-2/+2
2023-04-07Upgrade meson version in CIMatthias Goergens-2/+1
2023-04-01Add unit tests for setxattr() et alNikolaus Rath-3/+11
2023-02-20Migrate from Travis to Github actionsNikolaus Rath-1/+5
2023-01-28Install a the configure_file (config.h) and use in headersBernd Schubert-4/+4
2023-01-28Update travis to ubuntu jammy (22.04)Bernd Schubert-1/+1
2023-01-13passthrough_hp: Add options for clone_fd, max_threads, daemonizeBernd Schubert-0/+2
2023-01-10Support application-defined I/O functions for FUSE fdTofik Sonono-1/+82
2023-01-06Test for fuse_lowlevel_notify_expire_entry.HereThereBeDragons-1/+4
2023-01-04Fixes when HAVE_LIBC_VERSIONED_SYMBOLS is not definedBernd Schubert-8/+29
2022-05-06Fix a test strncpy compilation warning with recent gccBernd Schubert-2/+4
2022-01-05Add test for FOPEN_NOFLUSH flagAmir Goldstein-1/+65
2021-11-20test/test_syscalls.c: allow EBADF in fcheck_stat() (#631)Luis Henriques-1/+2
2021-06-24Travis-CI: Make sure lsan supppressions file can be read by root.Nikolaus Rath-5/+8
2021-06-23Do not run unlinked files test on passthrough_hp with old kernelsAmir Goldstein-3/+19
2021-06-14test/test_syscalls.c: check unlinked testfiles at the end of the testAmir Goldstein-16/+129
2021-06-14test/test_syscalls.c: refactor fcheck_* helpersAmir Goldstein-68/+45