Home
last modified time | relevance | path

Searched hist:"24 e159e1acd96ac16289038950cc0d52c0d64de2" (Results 1 – 10 of 10) sorted by relevance

/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dstubs.cpp24e159e1acd96ac16289038950cc0d52c0d64de2 Mon Oct 20 22:11:23 UTC 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.
H A DInode.cpp24e159e1acd96ac16289038950cc0d52c0d64de2 Mon Oct 20 22:11:23 UTC 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.
H A DVolume.cpp24e159e1acd96ac16289038950cc0d52c0d64de2 Mon Oct 20 22:11:23 UTC 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.
H A Dcache.h24e159e1acd96ac16289038950cc0d52c0d64de2 Mon Oct 20 22:11:23 UTC 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.
H A DVolume.h24e159e1acd96ac16289038950cc0d52c0d64de2 Mon Oct 20 22:11:23 UTC 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.
H A Dcache.cpp24e159e1acd96ac16289038950cc0d52c0d64de2 Mon Oct 20 22:11:23 UTC 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.
H A DJournal.h24e159e1acd96ac16289038950cc0d52c0d64de2 Mon Oct 20 22:11:23 UTC 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.
H A DInode.h24e159e1acd96ac16289038950cc0d52c0d64de2 Mon Oct 20 22:11:23 UTC 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.
H A Dtest.cpp24e159e1acd96ac16289038950cc0d52c0d64de2 Mon Oct 20 22:11:23 UTC 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.
H A DJamfile24e159e1acd96ac16289038950cc0d52c0d64de2 Mon Oct 20 22:11:23 UTC 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.