aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-08-03Don't check st_nlink value for mkdirNikolaus Rath
2017-07-07Don't use emacs' python-mode for meson filesNikolaus Rath
2017-06-20tst_readdir(): actually go through FUSENikolaus Rath
2017-06-05examples/passthrough_ll: added support for create()Nikolaus Rath
2017-06-05example/passthrough_ll: added write supportNikolaus Rath
2017-05-31tst_link(): wait for RELEASE requestNikolaus Rath
2017-05-25Factored out C-based testsNikolaus Rath
2017-05-25tst_link(): add more assertionsNikolaus Rath
2017-05-24Travis-CI: Don't abort on first failed testNikolaus Rath
2017-05-24Added tst_open_read()Nikolaus Rath
2017-05-24Make tests build on bsdBrian Naylor
2017-04-10Fix travis build script. Broken in e372d.Nikolaus Rath
2017-04-10Remove 'tests' target in favor of calling py.test directly.Nikolaus Rath
2017-04-10Build tests by default.Nikolaus Rath
2017-04-10Only build test/*.py if out of date.Nikolaus Rath
2017-04-07Actually test passthrough* examplesNikolaus Rath
2017-04-07test_examples(): test without debug messages firstNikolaus Rath
2017-04-07test_examples(): avoid false positives from fuse debug outputNikolaus Rath
2017-04-07passthrough_ll: only test functions that are actually providedNikolaus Rath
2017-04-07Remove checked_unlink()Nikolaus Rath
2017-04-07Turn tst_mknod() into tst_create()Nikolaus Rath
2017-04-07Renamed tst_write() to tst_open_write()Nikolaus Rath
2017-04-07Added tst_unlink()Nikolaus Rath
2017-04-07tst_mkdir(): factor out tst_rmdir()Nikolaus Rath
2017-04-07Rename tst_unlink() to tst_open_unlink()Nikolaus Rath
2017-04-07tst_readdir(): don't require create/mkdir supportNikolaus Rath
2017-01-23Put -Werror in mesonconf, not CFLAGSNikolaus Rath
2017-01-12Only use valgrind if requested explicitly + enable address sanitizerNikolaus Rath
2017-01-12Switch Travis build to Meson+NinjaNikolaus Rath
2017-01-12Added experimental support for building with Meson+NinjaNikolaus Rath
2017-01-10Skip tests if not root and no setuid fusermount3.Nikolaus Rath
2016-12-23Added documentation and test case for null exampleNikolaus Rath
2016-11-28Rename more things from fuse to fuse3Przemysław Pawełczyk
2016-11-10Don't expect EACCESS errors as rootNikolaus Rath
2016-11-06Don't hardcode test file name.Nikolaus Rath
2016-11-06Added test for fchmodNikolaus Rath
2016-10-28Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3Nikolaus Rath
2016-10-24Fix segfault in debug logging codeNikolaus Rath
2016-10-20fuse_new(): don't accept options that don't make sense for end-usersNikolaus Rath
2016-10-15Unify handling of fuse_conn_info optionsNikolaus Rath
2016-10-13tests: use freshly-build fusermount (instead of system version)Nikolaus Rath
2016-10-13Only test writeback cache if kernel is recent enough.Nikolaus Rath
2016-10-10Fix race condition in notify_* examplesNikolaus Rath
2016-10-10Added write cache tests.Nikolaus Rath
2016-10-09Added cuse unit test.Nikolaus Rath
2016-10-09Increase timeouts in notify_* testsNikolaus Rath
2016-10-09Renamed timefsN examples to fuse_notify_*Nikolaus Rath
2016-10-09Renamed ioctl and poll examplesNikolaus Rath
2016-10-09Renamed some examples to make their function more obviousNikolaus Rath
2016-10-08Added timefs3 to test notify_inval_entry.Nikolaus Rath