index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
test_examples.py
Age
Commit message (
Expand
)
Author
Lines
2018-11-24
Added testcase for "big" readdir.
Nikolaus Rath
-0
/
+26
2018-11-24
Kill filesystem process on test cleanup.
Nikolaus Rath
-6
/
+6
2018-10-10
Enable more tests for passthrough_ll
Nikolaus Rath
-48
/
+18
2018-10-09
Add unprivileged option in `mount.fuse3`
Mattias Nissler
-11
/
+27
2018-09-27
Fix unlink errno check
Scott Worley
-1
/
+1
2018-07-11
Don't assume sub-second resolution for st_atime/st_mtime.
Nikolaus Rath
-2
/
+2
2017-08-25
example/ioctl: build on FreeBSD, but add protocol check instead.
Nikolaus Rath
-0
/
+2
2017-08-25
examples/{ioctl,null}: don't build under FreeBSD instead of skipping tests.
Nikolaus Rath
-20
/
+15
2017-08-24
Skip testing null and ioctl examples under FreeBSD.
Nikolaus Rath
-0
/
+10
2017-08-24
Removed unused import.
Nikolaus Rath
-1
/
+1
2017-08-24
Use printcap() to control test execution
Nikolaus Rath
-11
/
+15
2017-08-24
Added testcase for examples/printcap
Nikolaus Rath
-0
/
+6
2017-08-11
Skip tests that aren't supported under FreeBSD.
Nikolaus Rath
-4
/
+11
2017-08-11
Don't build passthrough_ll under BSD.
Nikolaus Rath
-0
/
+3
2017-08-06
os_open(): don't attempt to close fd if open failed.
Nikolaus Rath
-1
/
+1
2017-08-06
Added writeback cache to passthrough_ll
Nikolaus Rath
-21
/
+59
2017-08-04
Added append and seek tests
Nikolaus Rath
-3
/
+41
2017-08-03
Don't check st_nlink value for mkdir
Nikolaus Rath
-0
/
+1
2017-06-20
tst_readdir(): actually go through FUSE
Nikolaus Rath
-6
/
+9
2017-06-05
examples/passthrough_ll: added support for create()
Nikolaus Rath
-2
/
+2
2017-06-05
example/passthrough_ll: added write support
Nikolaus Rath
-1
/
+1
2017-05-31
tst_link(): wait for RELEASE request
Nikolaus Rath
-9
/
+16
2017-05-25
Factored out C-based tests
Nikolaus Rath
-47
/
+0
2017-05-25
tst_link(): add more assertions
Nikolaus Rath
-3
/
+17
2017-05-24
Added tst_open_read()
Nikolaus Rath
-0
/
+9
2017-04-07
Actually test passthrough* examples
Nikolaus Rath
-1
/
+1
2017-04-07
test_examples(): test without debug messages first
Nikolaus Rath
-1
/
+1
2017-04-07
test_examples(): avoid false positives from fuse debug output
Nikolaus Rath
-1
/
+7
2017-04-07
passthrough_ll: only test functions that are actually provided
Nikolaus Rath
-19
/
+23
2017-04-07
Remove checked_unlink()
Nikolaus Rath
-18
/
+7
2017-04-07
Turn tst_mknod() into tst_create()
Nikolaus Rath
-8
/
+15
2017-04-07
Renamed tst_write() to tst_open_write()
Nikolaus Rath
-7
/
+12
2017-04-07
Added tst_unlink()
Nikolaus Rath
-0
/
+13
2017-04-07
tst_mkdir(): factor out tst_rmdir()
Nikolaus Rath
-3
/
+14
2017-04-07
Rename tst_unlink() to tst_open_unlink()
Nikolaus Rath
-4
/
+4
2017-04-07
tst_readdir(): don't require create/mkdir support
Nikolaus Rath
-3
/
+3
2017-01-12
Added experimental support for building with Meson+Ninja
Nikolaus Rath
-1
/
+1
2017-01-10
Skip tests if not root and no setuid fusermount3.
Nikolaus Rath
-1
/
+3
2016-12-23
Added documentation and test case for null example
Nikolaus Rath
-0
/
+22
2016-10-24
Fix segfault in debug logging code
Nikolaus Rath
-1
/
+4
2016-10-20
fuse_new(): don't accept options that don't make sense for end-users
Nikolaus Rath
-2
/
+0
2016-10-15
Unify handling of fuse_conn_info options
Nikolaus Rath
-10
/
+5
2016-10-13
tests: use freshly-build fusermount (instead of system version)
Nikolaus Rath
-2
/
+1
2016-10-13
Only test writeback cache if kernel is recent enough.
Nikolaus Rath
-1
/
+5
2016-10-10
Fix race condition in notify_* examples
Nikolaus Rath
-13
/
+8
2016-10-10
Added write cache tests.
Nikolaus Rath
-0
/
+12
2016-10-09
Added cuse unit test.
Nikolaus Rath
-0
/
+39
2016-10-09
Increase timeouts in notify_* tests
Nikolaus Rath
-8
/
+14
2016-10-09
Renamed timefsN examples to fuse_notify_*
Nikolaus Rath
-4
/
+6
2016-10-09
Renamed ioctl and poll examples
Nikolaus Rath
-6
/
+6
[next]