/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/ |
H A D | stubs.cpp | 24e159e1acd96ac16289038950cc0d52c0d64de2 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 D | Inode.cpp | 24e159e1acd96ac16289038950cc0d52c0d64de2 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 D | Volume.cpp | 24e159e1acd96ac16289038950cc0d52c0d64de2 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 D | cache.h | 24e159e1acd96ac16289038950cc0d52c0d64de2 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 D | Volume.h | 24e159e1acd96ac16289038950cc0d52c0d64de2 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 D | cache.cpp | 24e159e1acd96ac16289038950cc0d52c0d64de2 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 D | Journal.h | 24e159e1acd96ac16289038950cc0d52c0d64de2 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 D | Inode.h | 24e159e1acd96ac16289038950cc0d52c0d64de2 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 D | test.cpp | 24e159e1acd96ac16289038950cc0d52c0d64de2 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 D | Jamfile | 24e159e1acd96ac16289038950cc0d52c0d64de2 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.
|