OSDN Git Service

bionic: add tests for sem_post() and static C++ destruction on dlclose().
authorDavid 'Digit' Turner <digit@google.com>
Mon, 28 Jun 2010 21:04:20 +0000 (14:04 -0700)
committerDavid 'Digit' Turner <digit@google.com>
Wed, 30 Jun 2010 00:11:09 +0000 (17:11 -0700)
commit83b47ccbc4066ef19f5d95261d8a892567a7f0a7
treeb158e88cd760c02129fe3ae8df26b92522ea3700
parent220a991976c5a029a6b8463c10040c322218934b
bionic: add tests for sem_post() and static C++ destruction on dlclose().

Change-Id: I95e5608240881a3880874ea0ae8a24e716186e7f
tests/bionic/libc/Android.mk
tests/bionic/libc/bionic/libdlclosetest1.cpp [new file with mode: 0644]
tests/bionic/libc/bionic/test_dlclose_destruction.c [new file with mode: 0644]
tests/bionic/libc/common/test_sem_post.c [new file with mode: 0644]