History log of /haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/stubs.cpp
Revision Date Author Comments
# f982c9ed 13-Jan-2015 Axel Dörfler <axeld@pinc-software.de>

BFS btreeTest: fixed DEBUG build.


# 24e159e1 20-Oct-2014 Michael Lotz <mmlr@mlotz.ch>

btreeTest: Revive test for BPlusTree implementation.

* Update pseudo cache with minimal set of block cache API.
* Update Inode, Journal and Volume stubs to current API.
* Add stubs for remaining VFS functions.
* Extend tests to also call BPlusTree::Validate() and bail on errors.
* Change duplicate tests to fill in the same value. While this isn't
strictly allowed, the tree validation can't work unless the values
match up.
* Lots of coding style cleanup, but much more should still be done...

The tests run through without errors.


# f982c9ed88597ae902878c24bc64be38a4238763 13-Jan-2015 Axel Dörfler <axeld@pinc-software.de>

BFS btreeTest: fixed DEBUG build.


# 24e159e1acd96ac16289038950cc0d52c0d64de2 20-Oct-2014 Michael Lotz <mmlr@mlotz.ch>

btreeTest: Revive test for BPlusTree implementation.

* Update pseudo cache with minimal set of block cache API.
* Update Inode, Journal and Volume stubs to current API.
* Add stubs for remaining VFS functions.
* Extend tests to also call BPlusTree::Validate() and bail on errors.
* Change duplicate tests to fill in the same value. While this isn't
strictly allowed, the tree validation can't work unless the values
match up.
* Lots of coding style cleanup, but much more should still be done...

The tests run through without errors.