aboutsummaryrefslogtreecommitdiffstats
path: root/tests/atexit_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add atexit test for attributed c-tor/d-torDmitriy Ivanov2014-08-151-5/+18
| | | | | | | | | 1. Add test for __attribute__((constructor/destructor)) and static constructor 2. Compile C++ testlibs with -std=gnu++11 Change-Id: I67f9308144a0c638a51f111fcba8e1933fe0ba41
* Make atexit.dlclose work for glibcDmitriy Ivanov2014-05-301-4/+0
| | | | | | | | * build libtest_atexit.so * remove atexit(NULL) - glibc segfaults on it Bug: 15350494 Change-Id: I27d79130c32c5691b0e8790a57d92f9710f5bf4a
* Do not run dlclose test on glibc.Christopher Ferris2014-05-301-0/+4
| | | | | | | The support library for this test is not built for host by default. Even if the support library is built, the test segfaults on glibc. Change-Id: I9cb7a364c59b55d4bf5d8634293037cd9bae020b
* Add missing test for atexit test suite.Dmitriy Ivanov2014-05-071-2/+54
| | | | Change-Id: I3d14d7df1da53ccef534c106633593551ab6a7cb
* Fixes for __cxa_finalizeDmitriy Ivanov2014-05-051-0/+44
* Ability to register atexit handler from atexit handler * Correct way to handle both forms of atexit handler Bug: https://code.google.com/p/android/issues/detail?id=66595 Bug: 4998315 Change-Id: I39529afaef97b6e1469c21389d54c0d7d175da28