haiku/src/tests
Axel Dörfler b49a46a7ff * Inode::_AddSmallData() now supports writing at an arbitrary position.
However, Inode::WriteAttribute() still has a number of problems when this is
  actually used; contents could get lost when an attribute is moved from the
  small data section to an attribute file, and the index might not be updated
  correctly when you write within the first 256 bytes, but not at position 0.
  Since these problems aren't exposed with how we're using BFS right now, it's
  not that bad, though (Inode::WriteAttribute() supports everything correctly
  that it had to under BeOS).
* Added test application for certain fs_attr functions.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31313 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-06-29 10:40:01 +00:00
..
add-ons Moved files not used by VS2008 think they are used by VS2002 or can be removed. 2009-06-25 20:09:12 +00:00
apps Fixed typo in printf output. 2008-06-07 12:46:29 +00:00
bin Fixed unit tests build for platforms libbe_test and r5. Only randomly tested 2005-11-09 16:17:31 +00:00
kits * adjusted to allow for switching between alignments (and now makes use of 2009-05-14 17:39:00 +00:00
libs ALM/linprog patch by Christof Lutteroth: 2008-03-10 21:43:32 +00:00
misc writev test application. I expected this to crash haiku, but it hasn't 2007-08-05 13:24:52 +00:00
servers GCC4 build fixes. 2009-05-02 17:31:24 +00:00
system * Inode::_AddSmallData() now supports writing at an arbitrary position. 2009-06-29 10:40:01 +00:00
ExampleTest.cpp Fixed unit tests build for platforms libbe_test and r5. Only randomly tested 2005-11-09 16:17:31 +00:00
ExampleTest.h + Moved BAutolock and BArchivable over to new testing framework. 2002-07-19 06:45:28 +00:00
ExampleTestAddon.cpp Fixed unit tests build for platforms libbe_test and r5. Only randomly tested 2005-11-09 16:17:31 +00:00
Jamfile Added libalm.so and its dependency liblinprog.so. libalm.so provides a 2008-02-06 10:51:44 +00:00
UnitTester.cpp Changed a few references to OpenBeOS in the unit tester to Haiku. There are 2006-12-11 21:11:27 +00:00
UnitTester.h Renamed UnitTesterHelper.* to UnitTester.*. 2005-11-09 16:23:11 +00:00
UnitTester.rsrc Renamed UnitTesterHelper.* to UnitTester.*. 2005-11-09 16:23:11 +00:00