aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorLines
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
2021-06-14test/test_syscalls.c: use unique filename per testAmir Goldstein-13/+37
2021-06-09Cuse example: Fix memory leak (#607)Christian Menges-3/+1
2021-06-02test/test_syscalls.c: fix test failure on xfs src dir (#611)Amir Goldstein-1/+1
2021-03-18Fix returning d_ino and d_type by readdir(3) in non-plus modeJean-Pierre André-7/+25
2021-02-03Fix returning inode numbers from readdir() in offset==0 mode. (#584)Martin Pärtel-1/+66
2020-11-06test/test_syscalls.c: fix potential fd leakage problemsZhiqiang Liu-2/+7
2020-09-12Update Travis to Ubuntu BionicTom Callaway-1/+3