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
2025-04-16
conn: prevent duplicate flag conversion in high-level interface
Bernd Schubert
-3
/
+8
2025-02-18
tests: Skip the ioctl test for x86 cross compilation
Bernd Schubert
-0
/
+13
2024-12-17
tests: Add debug messages to some tests and umount
Bernd Schubert
-4
/
+21
2024-01-29
make FUSE_CAP_EXPIRE_ONLY test depend on available cap and not on version
HereThereBeDragons
-2
/
+2
2023-12-17
Allow *xattr operations on root directory (ino 1)
amitgeron
-2
/
+3
2023-06-30
Make expire only function fail if no kernel support (#789)
HereThereBeDragons
-0
/
+2
2023-05-11
Fix issue #746. (#782)
Peri
-0
/
+59
2023-04-12
Fuse mount: make auto_unmount compatible with suid/dev mount options (#762)
Matthias Görgens
-0
/
+31
2023-04-11
Migrate away from deprecated distutils
Matthias Goergens
-1
/
+1
2023-04-01
Add unit tests for setxattr() et al
Nikolaus Rath
-3
/
+11
2023-01-13
passthrough_hp: Add options for clone_fd, max_threads, daemonize
Bernd Schubert
-0
/
+2
2023-01-06
Test for fuse_lowlevel_notify_expire_entry.
HereThereBeDragons
-1
/
+4
2021-06-23
Do not run unlinked files test on passthrough_hp with old kernels
Amir Goldstein
-0
/
+7
2021-03-18
Fix returning d_ino and d_type by readdir(3) in non-plus mode
Jean-Pierre André
-4
/
+10
2021-02-03
Fix returning inode numbers from readdir() in offset==0 mode. (#584)
Martin Pärtel
-1
/
+18
2020-01-25
Fixes 477, optional src_dir in tst_(rmdir,unlink) (#493)
Anthony Rebello
-8
/
+20
2019-07-09
Do not run passthrough test when caching is active.
Nikolaus Rath
-1
/
+2
2019-07-05
test_cuse: fix runtime error
Nikolaus Rath
-4
/
+4
2019-07-04
Fix output checking in test cases
Nikolaus Rath
-20
/
+29
2019-05-15
passthrough: fix unix-domain sockets on FreeBSD (#413)
Alan Somers
-8
/
+23
2019-05-09
Added new example filesystem
Nikolaus Rath
-0
/
+54
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
[next]