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
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
2016-10-09
Renamed some examples to make their function more obvious
Nikolaus Rath
-36
/
+9
2016-10-08
Added timefs3 to test notify_inval_entry.
Nikolaus Rath
-1
/
+33
2016-10-08
Added timefs[12] examples.
Nikolaus Rath
-1
/
+31
2016-10-08
Removed ``-o big_writes`` option
Nikolaus Rath
-1
/
+1
2016-10-05
Test more combinations of low-level options.
Nikolaus Rath
-6
/
+12
2016-10-02
Run tests under valgrind when available.
Nikolaus Rath
-15
/
+20
2016-10-02
Import os.path.join as pjoin
Nikolaus Rath
-26
/
+27
2016-10-02
Added test for fuse_lo-plus.
Nikolaus Rath
-0
/
+31
2016-10-02
Run hello_ll single-threaded explicitly.
Nikolaus Rath
-0
/
+3
2016-05-13
Add ioctl tests.
Nikolaus Rath
-0
/
+24
2016-03-29
Added test_fsel
Nikolaus Rath
-0
/
+15
2016-03-29
Added unit tests for fusexmp and hello
Nikolaus Rath
-0
/
+306
[prev]