aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorLines
2020-11-06test/test_syscalls.c: fix potential fd leakage problemsZhiqiang Liu-2/+7
2020-09-12Update Travis to Ubuntu BionicTom Callaway-1/+3
2020-09-11Implement GCC 10 style symbol versioning (#545)Tom Callaway-1/+6
2020-06-22Typo fixed. (#520)Seunghoon Yeon-1/+1
2020-05-15fix format in test (#515)Rosen Penev-1/+1
2020-03-13State GPL version in comment (#485)Dr. David Alan Gilbert-2/+2
2020-02-24Travis-CI: Fix ImportError: No module named 'zipp' (#502)philmd-0/+1
2020-01-25Fixes 477, optional src_dir in tst_(rmdir,unlink) (#493)Anthony Rebello-8/+20
2019-11-20Invoke cleanup() with right arguments.Nikolaus Rath-1/+1
2019-08-29Avoid gcc 9.1 strncpy(3) warnings (#447)Stefan Hajnoczi-1/+2
2019-07-09Do not run passthrough test when caching is active.Nikolaus Rath-1/+2
2019-07-05test_cuse: fix runtime errorNikolaus Rath-4/+4
2019-07-04Fix output checking in test casesNikolaus Rath-95/+114
2019-05-15passthrough: fix unix-domain sockets on FreeBSD (#413)Alan Somers-8/+76
2019-05-09Added new example filesystemNikolaus Rath-6/+68
2019-03-11Define ALLPERMS for musl libc systems. (#379)maxice8-0/+4
2019-03-09Work around -Wformat-truncation=/-Wformat-overflow= warnings (#356)Tomohiro Kusumi-5/+5
2019-03-08Document fuse_fsync_in.fsync_flags and remove magic numbers (#375)Alan Somers-6/+8
2019-02-27Travis CI: Use Xenial instead of Trusty.Nikolaus Rath-5/+0
2018-11-24Added testcase for "big" readdir.Nikolaus Rath-0/+26
2018-11-24Kill filesystem process on test cleanup.Nikolaus Rath-8/+13
2018-11-19tests: add copy_file_range() to the syscall testsNiels de Vos-0/+99
2018-11-06Update CI build scriptNikolaus Rath-2/+2
2018-10-19Do not fail "ninja test" when running as subprojectAhmed Masud-3/+16
2018-10-10Enable more tests for passthrough_llNikolaus Rath-48/+18
2018-10-09Add unprivileged option in `mount.fuse3`Mattias Nissler-16/+56
2018-09-27Fix unlink errno checkScott Worley-1/+1
2018-07-23test_write_cache: Use fuse_session_exit() to stop filesystem threadRostislav Skudnov-2/+3
2018-07-23test_write_cache: Fix memory leaksRostislav Skudnov-0/+3
2018-07-21Fix readdir() bug when a non-zero offset is specified in filler (#269)Rostislav-0/+61
2018-07-11Don't assume sub-second resolution for st_atime/st_mtime.Nikolaus Rath-2/+2
2018-05-18rename: perform user mode dir loop check when not done in kernelBill Zissimooulos-0/+216
2018-04-13Fix path to pytest cache directory.Nikolaus Rath-1/+1
2018-03-31Travis: remove root-owned cache files.Nikolaus Rath-0/+3
2018-03-31Fix Travis build environmentNikolaus Rath-1/+2
2018-03-28Fix build error on DragonFlyBSD (sync with other *BSD) (#240)Tomohiro Kusumi-3/+3
2017-09-20Travis CI: Don't use deprecated environmentNikolaus Rath-1/+0
2017-08-25example/ioctl: build on FreeBSD, but add protocol check instead.Nikolaus Rath-0/+2
2017-08-25Fix writeback capability check.Nikolaus Rath-1/+1
2017-08-25examples/{ioctl,null}: don't build under FreeBSD instead of skipping tests.Nikolaus Rath-20/+15
2017-08-24Skip testing null and ioctl examples under FreeBSD.Nikolaus Rath-0/+10
2017-08-24Removed unused import.Nikolaus Rath-1/+1
2017-08-24Don't use -o auto_unmount under FreeBSD.Nikolaus Rath-0/+4
2017-08-24Dropped support for building with autotoolsNikolaus Rath-18/+0
2017-08-24Use printcap() to control test executionNikolaus Rath-15/+54
2017-08-24Added testcase for examples/printcapNikolaus Rath-0/+6
2017-08-24Renamed notify_inval_inode_fh to invalidate_pathNikolaus Rath-2/+2
2017-08-24Allow inode cache invalidation in high-level APISławek Rudnicki-2/+26
2017-08-11Skip tests that aren't supported under FreeBSD.Nikolaus Rath-8/+25
2017-08-11Don't attempt to run fusermount3 under BSD.Nikolaus Rath-10/+21