aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Don't use emacs' python-mode for meson filesGravatar Nikolaus Rath2017-07-07
* tst_readdir(): actually go through FUSEGravatar Nikolaus Rath2017-06-20
* examples/passthrough_ll: added support for create()Gravatar Nikolaus Rath2017-06-05
* example/passthrough_ll: added write supportGravatar Nikolaus Rath2017-06-05
* tst_link(): wait for RELEASE requestGravatar Nikolaus Rath2017-05-31
* Factored out C-based testsGravatar Nikolaus Rath2017-05-25
* tst_link(): add more assertionsGravatar Nikolaus Rath2017-05-25
* Travis-CI: Don't abort on first failed testGravatar Nikolaus Rath2017-05-24
* Added tst_open_read()Gravatar Nikolaus Rath2017-05-24
* Make tests build on bsdGravatar Brian Naylor2017-05-24
* Fix travis build script. Broken in e372d.Gravatar Nikolaus Rath2017-04-10
* Remove 'tests' target in favor of calling py.test directly.Gravatar Nikolaus Rath2017-04-10
* Build tests by default.Gravatar Nikolaus Rath2017-04-10
* Only build test/*.py if out of date.Gravatar Nikolaus Rath2017-04-10
* Actually test passthrough* examplesGravatar Nikolaus Rath2017-04-07
* test_examples(): test without debug messages firstGravatar Nikolaus Rath2017-04-07
* test_examples(): avoid false positives from fuse debug outputGravatar Nikolaus Rath2017-04-07
* passthrough_ll: only test functions that are actually providedGravatar Nikolaus Rath2017-04-07
* Remove checked_unlink()Gravatar Nikolaus Rath2017-04-07
* Turn tst_mknod() into tst_create()Gravatar Nikolaus Rath2017-04-07
* Renamed tst_write() to tst_open_write()Gravatar Nikolaus Rath2017-04-07
* Added tst_unlink()Gravatar Nikolaus Rath2017-04-07
* tst_mkdir(): factor out tst_rmdir()Gravatar Nikolaus Rath2017-04-07
* Rename tst_unlink() to tst_open_unlink()Gravatar Nikolaus Rath2017-04-07
* tst_readdir(): don't require create/mkdir supportGravatar Nikolaus Rath2017-04-07
* Put -Werror in mesonconf, not CFLAGSGravatar Nikolaus Rath2017-01-23
* Only use valgrind if requested explicitly + enable address sanitizerGravatar Nikolaus Rath2017-01-12
* Switch Travis build to Meson+NinjaGravatar Nikolaus Rath2017-01-12
* Added experimental support for building with Meson+NinjaGravatar Nikolaus Rath2017-01-12
* Skip tests if not root and no setuid fusermount3.Gravatar Nikolaus Rath2017-01-10
* Added documentation and test case for null exampleGravatar Nikolaus Rath2016-12-23
* Rename more things from fuse to fuse3Gravatar Przemysław Pawełczyk2016-11-28
* Don't expect EACCESS errors as rootGravatar Nikolaus Rath2016-11-10
* Don't hardcode test file name.Gravatar Nikolaus Rath2016-11-06
* Added test for fchmodGravatar Nikolaus Rath2016-11-06
* Renamed fusermount / mount.fuse to fusermount3 / mount.fuse3Gravatar Nikolaus Rath2016-10-28
* Fix segfault in debug logging codeGravatar Nikolaus Rath2016-10-24
* fuse_new(): don't accept options that don't make sense for end-usersGravatar Nikolaus Rath2016-10-20
* Unify handling of fuse_conn_info optionsGravatar Nikolaus Rath2016-10-15
* tests: use freshly-build fusermount (instead of system version)Gravatar Nikolaus Rath2016-10-13
* Only test writeback cache if kernel is recent enough.Gravatar Nikolaus Rath2016-10-13
* Fix race condition in notify_* examplesGravatar Nikolaus Rath2016-10-10
* Added write cache tests.Gravatar Nikolaus Rath2016-10-10
* Added cuse unit test.Gravatar Nikolaus Rath2016-10-09
* Increase timeouts in notify_* testsGravatar Nikolaus Rath2016-10-09
* Renamed timefsN examples to fuse_notify_*Gravatar Nikolaus Rath2016-10-09
* Renamed ioctl and poll examplesGravatar Nikolaus Rath2016-10-09
* Renamed some examples to make their function more obviousGravatar Nikolaus Rath2016-10-09
* Added timefs3 to test notify_inval_entry.Gravatar Nikolaus Rath2016-10-08
* Added timefs[12] examples.Gravatar Nikolaus Rath2016-10-08