History log of /system/extras/tests/bionic/libc/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
33cf0fee9523f7c796a71f42d2031a532351bb88 07-Dec-2011 David 'Digit' Turner <digit@google.com> libc: Add pthread and stdio benchmark test programs.

This patch adds two test programs to system/extras/test/bionic/libc

The first one can be used to benchmark simple stdio operation
(for now fread() / fwrite()).

The second one can be used to benchmark misc. pthread operations.
It can also easily be built with other toolchains for comparison
with other C library / pthread implementations.

Change-Id: I3e611244f3ff95e7485d8b8d6f91e5b8bab2de4b
/system/extras/tests/bionic/libc/Android.mk
c72ab98be7288d86980797b4f6295d73de5ca56f 14-Mar-2011 Iliyan Malchev <malchev@google.com> system/extras: remove LOCAL_PRELINK_MODULE

Change-Id: Iafd936bcb30e3fcc18c522a701d567dd744f2fa3
Signed-off-by: Iliyan Malchev <malchev@google.com>
/system/extras/tests/bionic/libc/Android.mk
f06bff7831256c708e9e5f06837bef3afc000e87 17-Jan-2011 Glenn Kasten <gkasten@google.com> Minimal test program for clock(3)

Change-Id: I4fcf6e3c6ed55f1db96dc93e6809b35d7719d32f
/system/extras/tests/bionic/libc/Android.mk
8b37200df5764303e2c7c2396a34a07f2a604591 11-Jan-2011 Glenn Kasten <gkasten@google.com> Test cases for strptime

Change-Id: I43484c7333a967bac527752f4a4f75ec1ab420e3
/system/extras/tests/bionic/libc/Android.mk
aa47f0c8ebe0ee3fc6e6ab90b81848efb4c011a8 20-Dec-2010 David 'Digit' Turner <digit@google.com> libc tests: Add a drand48() test

+ Add a script to run a specific test on a device easily.

Change-Id: Icaf050bc1c3b6aef3498e253badd63344a7d442f
/system/extras/tests/bionic/libc/Android.mk
a4502d4e775e9038621cf32dd311ee6afa788dd0 06-Dec-2010 David 'Digit' Turner <digit@google.com> Add <sched.h> unit tests for cpu_set_t

This adds test_cpu_set to check the new features provided by
<sched.h> around cpu_set_t (i.e. CPU_SETSIZE, CPU_ZERO, CPU_SET,
sched_getaffinity, sched_setaffinity, sched_getcpu, ...)

Change-Id: I59030badb6f6c7560f7cb48fcfa722e8d7b9b1b9
/system/extras/tests/bionic/libc/Android.mk
133a37ede3e955093c6004d94496e2cdc2cc1264 20-Oct-2010 David 'Digit' Turner <digit@google.com> tests: Refine Bionic dlclose destruction test.

The purpose of this change is to test that C constructors and
destructors contained in shared libraries are properly called
when the corresponding libs are loaded and unloaded through
dlopen() and dlclose(), or when the program exits.

The test_dlclose_destruction test already performs this for
static C++ construction/destruction. The change refines it
with another shared library that uses __attribute__((constructor))
and __attribute__((destructor)) from C instead

(see the new libdlclosetest2 shared library).

A new test, test_executable_destructor is also added to check
that the constructor and destructor functions located in the
executable program itself are properly called.

Change-Id: If364d1c710282e8117f980b09490770e7d8d1e33
/system/extras/tests/bionic/libc/Android.mk
e0fa0392204a24f086a2508b043c3962983b9483 23-Jul-2010 David 'Digit' Turner <digit@google.com> am 6f099715: bionic: add a test for dlopen(NULL,...)

Merge commit '6f09971503f9bea177168d1599e925a5b22d18dd'

* commit '6f09971503f9bea177168d1599e925a5b22d18dd':
bionic: add a test for dlopen(NULL,...)
6f09971503f9bea177168d1599e925a5b22d18dd 22-Jul-2010 David 'Digit' Turner <digit@google.com> bionic: add a test for dlopen(NULL,...)

Change-Id: Iee8b33d1a046a71f5fd934912ee36371c1c9e8e5
/system/extras/tests/bionic/libc/Android.mk
10112f51911af42c4e32791858f498900155f9af 01-Jul-2010 David 'Digit' Turner <digit@google.com> am 83b47ccb: bionic: add tests for sem_post() and static C++ destruction on dlclose().

Merge commit '83b47ccbc4066ef19f5d95261d8a892567a7f0a7'

* commit '83b47ccbc4066ef19f5d95261d8a892567a7f0a7':
bionic: add tests for sem_post() and static C++ destruction on dlclose().
83b47ccbc4066ef19f5d95261d8a892567a7f0a7 28-Jun-2010 David 'Digit' Turner <digit@google.com> bionic: add tests for sem_post() and static C++ destruction on dlclose().

Change-Id: I95e5608240881a3880874ea0ae8a24e716186e7f
/system/extras/tests/bionic/libc/Android.mk
545e6ca13f744650e4a62630f1b901c0840dcd43 12-May-2010 David 'Digit' Turner <digit@google.com> Add pthread_rwlock_t unit tests

Change-Id: Id40c317ed6d3bfe7d384ee1ba55a96bb869f361e
/system/extras/tests/bionic/libc/Android.mk
479d9725ab0c5bc7d516e22e84c13d445bfd3c7c 25-Mar-2010 David 'Digit' Turner <digit@google.com> Add setjmp() / longjmp() test.

Change-Id: Id2115e580c2e3463afa9406a8d5236a0c5c5f819
/system/extras/tests/bionic/libc/Android.mk
8e88ea54ff19a3dd2cf5f5309ff13356a41d615a 24-Mar-2010 David 'Digit' Turner <digit@google.com> Add pthread mutex regression tests.

Change-Id: I7a0ed8928dfc61ebe8f027327a3f34e90cad04fb
/system/extras/tests/bionic/libc/Android.mk
84a66d0c8d79857586bad4e3d3010ee44f8f6971 28-Jan-2010 David 'Digit' Turner <digit@google.com> Add clone() test.

This also refreshes the tests to properly compile with the latest
host toolchain.
/system/extras/tests/bionic/libc/Android.mk
1ded028acecd41f7fd10fc63fb859ecdad0e1ff4 29-May-2009 David 'Digit' Turner <digit@google.com> am 611cdccd: Add a new unit test that checks that the static C++ constructors of shared libraries and dynamic executables are called only once, and in the correct order.

Merge commit '611cdccd9690a9083816f6d4746e998d58250a86'

* commit '611cdccd9690a9083816f6d4746e998d58250a86':
Add a new unit test that checks that the static C++ constructors of
611cdccd9690a9083816f6d4746e998d58250a86 28-May-2009 David 'Digit' Turner <digit@google.com> Add a new unit test that checks that the static C++ constructors of
shared libraries and dynamic executables are called only once, and in
the correct order.
/system/extras/tests/bionic/libc/Android.mk
e09db60c180b0380811bc03ac2e2ff439cbe7e09 05-May-2009 David 'Digit' Turner <digit@google.com> am ac6a88e: Add a new test to check the behaviour of getaddrinfo()

Merge commit 'ac6a88edbf65ff3f9e40d6e4bf1e55a002be6d6c'

* commit 'ac6a88edbf65ff3f9e40d6e4bf1e55a002be6d6c':
Add a new test to check the behaviour of getaddrinfo()
ac6a88edbf65ff3f9e40d6e4bf1e55a002be6d6c 05-May-2009 David 'Digit' Turner <digit@google.com> Add a new test to check the behaviour of getaddrinfo()
/system/extras/tests/bionic/libc/Android.mk
319ea244ab117bfa519ec4fb176e5b42a5710458 19-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import //branches/master/...@140412
/system/extras/tests/bionic/libc/Android.mk
e16cb84e2324f05334d18dcf5956f20f44262b62 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/extras/tests/bionic/libc/Android.mk
19ddb4b1680760e2d6863c3003976882ebd9d0fa 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/extras/tests/bionic/libc/Android.mk
dbdf1561ad9b4c6100fb93028929ece02bf66a74 03-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@132589
/system/extras/tests/bionic/libc/Android.mk
17bb1c49683bdc3dee40448ab6e099f38376c326 03-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@137055
/system/extras/tests/bionic/libc/Android.mk
d6dd2fcf84a73288fbdc5c207ec28ee877a19c9b 19-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@132276
/system/extras/tests/bionic/libc/Android.mk
ab8beedeb70c6941e0ff68014d8db64cee4ef15d 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/system/extras/tests/bionic/libc/Android.mk