History log of /haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/Jamfile
Revision Date Author Comments
# 7edcb06f 17-Jul-2018 Augustin Cavalier <waddlesplash@gmail.com>

tests/file_systems/bfs: Update tests Jamfiles to refer to the kernel BFS sources.


# 64bb360b 29-Oct-2014 Michael Lotz <mmlr@mlotz.ch>

btreeTest: Remove equal sign from preinclude argument.

No separator at all (no space and no equal sign) seems to be the only
version that is accepted by both GCC versions.


# 524709ea 29-Oct-2014 Adrien Destugues <pulkomandy@gmail.com>

Avoid space after -include.

This seems to make cpp unhappy. Note that other fixes seems to be needed
to get the build running with gcc2 (missing includes and the like.)


# 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.


# f6e59c50 09-Oct-2011 Axel Dörfler <axeld@pinc-software.de>

* Minor work in progress of getting the test to run again. Never found the time
to complete it, though.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42813 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 338b8dc3 29-Oct-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Merged changes from branch build_system_redesign at revision 14573.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14574 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 83c97032 19-Nov-2004 Axel Dörfler <axeld@pinc-software.de>

Now use the BFS R5 for now. Might get moved to the Haiku one later on.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10025 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0b487845 07-May-2004 Axel Dörfler <axeld@pinc-software.de>

Moved all remaining files under befs/ over to bfs/.
Fixed the build of all bfs tools.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7445 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d3d255f3 25-Jan-2004 Axel Dörfler <axeld@pinc-software.de>

Got btree test to build again.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6295 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3c0a9867 30-Sep-2003 Axel Dörfler <axeld@pinc-software.de>

Fixed the build.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4900 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8b40798f 30-Sep-2003 Axel Dörfler <axeld@pinc-software.de>

Moved the "btree" test from befs/ to bfs/.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4899 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 64bb360b8c2e723275933d6e87ce48eb35d5ae1d 29-Oct-2014 Michael Lotz <mmlr@mlotz.ch>

btreeTest: Remove equal sign from preinclude argument.

No separator at all (no space and no equal sign) seems to be the only
version that is accepted by both GCC versions.


# 524709ea2b77b19fc1138efc5790a779006b23fe 29-Oct-2014 Adrien Destugues <pulkomandy@gmail.com>

Avoid space after -include.

This seems to make cpp unhappy. Note that other fixes seems to be needed
to get the build running with gcc2 (missing includes and the like.)


# 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.


# f6e59c500a1f5d94214bafd23df8521f97ffdc16 09-Oct-2011 Axel Dörfler <axeld@pinc-software.de>

* Minor work in progress of getting the test to run again. Never found the time
to complete it, though.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42813 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 338b8dc301721b1f472e8297a898d4eaa2f2ee3a 29-Oct-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Merged changes from branch build_system_redesign at revision 14573.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14574 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 83c97032eef26b378b592dfb4ca3c7dc483f47ba 19-Nov-2004 Axel Dörfler <axeld@pinc-software.de>

Now use the BFS R5 for now. Might get moved to the Haiku one later on.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10025 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0b487845416d9637fc4b07b6f41659a15e5477e8 07-May-2004 Axel Dörfler <axeld@pinc-software.de>

Moved all remaining files under befs/ over to bfs/.
Fixed the build of all bfs tools.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7445 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d3d255f3a9d6dbb12e46da11751139643eb3c938 25-Jan-2004 Axel Dörfler <axeld@pinc-software.de>

Got btree test to build again.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6295 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3c0a9867346995e6be0311f473b4b764722b2536 30-Sep-2003 Axel Dörfler <axeld@pinc-software.de>

Fixed the build.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4900 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8b40798fe4ee951c0e7513afa1fd042800a71e04 30-Sep-2003 Axel Dörfler <axeld@pinc-software.de>

Moved the "btree" test from befs/ to bfs/.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4899 a95241bf-73f2-0310-859d-f6bbb57e9c96