History log of /system/extras/libc_test/main.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1c33ae7ce88efc23b627f5fdb74afc461fc8e4f5 12-Jul-2013 Christopher Ferris <cferris@google.com> Add tests for strcpy and strcat.

Also convert all of the different string length defines to a single
string length macro.

Move the string alignment loop to the top and make all alignment structures
const.

Change-Id: Idc7121315406a8ba872522ef90024b66d67c6058
/system/extras/libc_test/main.cpp
a63c049f23c49b6345bf2c845a415109c5471ebe 11-Jul-2013 Christopher Ferris <cferris@google.com> Add strlen tests.

Change-Id: I05079dd20765276e9f8f492fc1a0531742d5f1f2
/system/extras/libc_test/main.cpp
1685d00d0a6b905a820a76c9686b6b4b077dfe4a 02-May-2013 Christopher Ferris <cferris@google.com> Fix hard-coded fencepost value.

Change-Id: I827bf06ca464deff03640f998c567e30b9a08611
/system/extras/libc_test/main.cpp
f0b2c68c83e6ced8f988f014bc235393ca231958 24-Apr-2013 Christopher Ferris <cferris@google.com> Update the libc_test.

- Refactored the fencepost testing code, include adding a fencepost
before the buffer (when not using the value returned by malloc).
- Add a verbose option to display more information as the test runs.
- Change the test to stop on the first fail rather than keep going.

Change-Id: I24614293563689ad0f59d6aadd21d717cd080684
/system/extras/libc_test/main.cpp
cd0530e6b72ed9ff4c38f15feea0f231c710af1f 09-Apr-2013 Christopher Ferris <cferris@google.com> Add a test for memset.

Change-Id: Id6bebd267c609b3a42412ec8d4ffa88597afd54f
/system/extras/libc_test/main.cpp
fd65a4e22d8afef028b84c018519468a5f6545f0 04-Apr-2013 Christopher Ferris <cferris@google.com> Add framework for libc testing.

In order to test the strcmp and memcpy libc changes, I created this
framework and these extensive tests.

Change-Id: I8400f786f467f20afe0330c23bd7c50704f8376d
/system/extras/libc_test/main.cpp