aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorLines
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
2017-08-11Call cp with -p instead of --preserve=modeNikolaus Rath-1/+1
2017-08-11Don't pass --update to cpNikolaus Rath-1/+1
2017-08-11Don't build passthrough_ll under BSD.Nikolaus Rath-0/+3
2017-08-06os_open(): don't attempt to close fd if open failed.Nikolaus Rath-1/+1
2017-08-06Added writeback cache to passthrough_llNikolaus Rath-21/+59
2017-08-04Added append and seek testsNikolaus Rath-3/+41
2017-08-03Don't check st_nlink value for mkdirNikolaus Rath-1/+4
2017-07-07Don't use emacs' python-mode for meson filesNikolaus Rath-3/+0
2017-06-20tst_readdir(): actually go through FUSENikolaus Rath-6/+9
2017-06-05examples/passthrough_ll: added support for create()Nikolaus Rath-2/+2
2017-06-05example/passthrough_ll: added write supportNikolaus Rath-1/+1
2017-05-31tst_link(): wait for RELEASE requestNikolaus Rath-9/+16
2017-05-25Factored out C-based testsNikolaus Rath-48/+65
2017-05-25tst_link(): add more assertionsNikolaus Rath-3/+17
2017-05-24Travis-CI: Don't abort on first failed testNikolaus Rath-4/+6
2017-05-24Added tst_open_read()Nikolaus Rath-0/+9
2017-05-24Make tests build on bsdBrian Naylor-0/+10
2017-04-10Fix travis build script. Broken in e372d.Nikolaus Rath-3/+3
2017-04-10Remove 'tests' target in favor of calling py.test directly.Nikolaus Rath-10/+2
2017-04-10Build tests by default.Nikolaus Rath-7/+6
2017-04-10Only build test/*.py if out of date.Nikolaus Rath-1/+1
2017-04-07Actually test passthrough* examplesNikolaus Rath-1/+1
2017-04-07test_examples(): test without debug messages firstNikolaus Rath-1/+1
2017-04-07test_examples(): avoid false positives from fuse debug outputNikolaus Rath-1/+7
2017-04-07passthrough_ll: only test functions that are actually providedNikolaus Rath-19/+23
2017-04-07Remove checked_unlink()Nikolaus Rath-18/+7
2017-04-07Turn tst_mknod() into tst_create()Nikolaus Rath-8/+15
2017-04-07Renamed tst_write() to tst_open_write()Nikolaus Rath-7/+12
2017-04-07Added tst_unlink()Nikolaus Rath-0/+13
2017-04-07tst_mkdir(): factor out tst_rmdir()Nikolaus Rath-3/+14
2017-04-07Rename tst_unlink() to tst_open_unlink()Nikolaus Rath-4/+4
2017-04-07tst_readdir(): don't require create/mkdir supportNikolaus Rath-3/+3
2017-01-23Put -Werror in mesonconf, not CFLAGSNikolaus Rath-3/+2
2017-01-12Only use valgrind if requested explicitly + enable address sanitizerNikolaus Rath-14/+21
2017-01-12Switch Travis build to Meson+NinjaNikolaus Rath-0/+67
2017-01-12Added experimental support for building with Meson+NinjaNikolaus Rath-6/+53
2017-01-10Skip tests if not root and no setuid fusermount3.Nikolaus Rath-2/+41
2016-12-23Added documentation and test case for null exampleNikolaus Rath-0/+22
2016-11-28Rename more things from fuse to fuse3Przemysław Pawełczyk-2/+2
2016-11-10Don't expect EACCESS errors as rootNikolaus Rath-8/+13
2016-11-06Don't hardcode test file name.Nikolaus Rath-1/+1
2016-11-06Added test for fchmodNikolaus Rath-1/+186
2016-10-28Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3Nikolaus Rath-2/+2
2016-10-24Fix segfault in debug logging codeNikolaus Rath-1/+4
2016-10-20fuse_new(): don't accept options that don't make sense for end-usersNikolaus Rath-2/+0
2016-10-15Unify handling of fuse_conn_info optionsNikolaus Rath-11/+16
2016-10-13tests: use freshly-build fusermount (instead of system version)Nikolaus Rath-4/+22
2016-10-13Only test writeback cache if kernel is recent enough.Nikolaus Rath-1/+5