aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dlfcn_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add bootstrap directory to bootstrap linker's search path.Peter Collingbourne2019-06-061-0/+4
* Merge "bionic tests: use GTEST_SKIP."Elliott Hughes2019-03-271-15/+13
|\
| * bionic tests: use GTEST_SKIP.Elliott Hughes2019-03-121-15/+13
* | linker: Handle libraries with disjoint mappings correctly.Peter Collingbourne2019-03-081-0/+30
|/
* Add tests for dynamic ELF TLSRyan Prichard2019-01-291-13/+0
* Disable the dlfcn.dlopen_library_with_ELF_TLS testRyan Prichard2019-01-251-0/+6
* Handle R_GENERIC_TLS_TPREL relocationsRyan Prichard2019-01-171-1/+1
* Move isolated test runner out of bionic.Christopher Ferris2018-09-271-15/+17
* Add secondary counter in place of tls_nodelete flagdimitry2018-05-301-13/+135
* Define DT_ANDROID_REL[A] correctly for a testRyan Prichard2018-05-231-4/+7
* Break libdl.so and ld-android.so's dependency on libc.so.Ryan Prichard2018-03-301-4/+9
* Reject .so files using ELF TLS.Elliott Hughes2018-03-231-0/+7
* Be clearer about linker warnings.Elliott Hughes2018-02-281-1/+1
* Fix RTLD_NEXT/DEFAULT lookupdimitry2018-02-201-1/+1
* The VDSO soname varies by architecture.Elliott Hughes2018-02-161-1/+6
* Fixing app compat issue b/72143978Ian Pedowitz2018-01-181-0/+78
* Remove a test for backwards compatibility we no longer support.Elliott Hughes2018-01-121-78/+0
* Fix dlclose for libraries with thread_local dtorsdimitry2018-01-101-0/+78
* Add test checking library unload on dlclosedimitry2017-11-071-0/+16
* Fix for dlfcn.rtld_next_from_library.Raj Mamadgi2017-11-031-9/+9
* Fix: linker segfault on dlopen of a DF_1_GLOBAL soJiyong Park2017-10-191-0/+5
* Fix dlopen_vdso testdimitry2017-10-111-0/+9
* Link vdso before linking the main executabledimitry2017-09-261-0/+6
* Enable dlfcn.dt_runpath_absolute_path in glibc testsDimitry Ivanov2017-06-271-15/+15
* Add #defines for some key enums.Elliott Hughes2017-06-151-0/+16
* Remove known failures from arm ifunc testsDimitry Ivanov2017-05-031-10/+0
* Add ifunc for variable test-caseDimitry Ivanov2017-05-021-7/+41
* Move scopeguard into android::baseTom Cherry2017-04-051-11/+5
* Disable compat_elf_hash_and_relocation_tables test for x86Dimitry Ivanov2017-03-241-3/+3
* Fix greylist exception to account for linked namespacesDimitry Ivanov2017-02-271-5/+0
* loader: fix d-tor call orderDimitry Ivanov2017-02-101-2/+8
* Add test checking init/fini call orderDimitry Ivanov2017-02-091-0/+22
* Fix bionic-unit-tests in arch with binary translatorVictor Khimenko2017-01-251-3/+36
* Mark ifunc tests failing on arm as known failuresDimitry Ivanov2017-01-231-0/+10
* Merge "Add test for elf-hash and packed relocations"Dimitry Ivanov2016-12-151-0/+84
|\
| * Add test for elf-hash and packed relocationsDimitry Ivanov2016-12-141-0/+84
* | Add test for empty symbol lookupDimitry Ivanov2016-12-141-0/+10
|/
* Fix bionic-unit-tests-glibcDimitry Ivanov2016-11-281-10/+26
* Improve dlerror_concurrent testDimitry Ivanov2016-11-171-12/+34
* Add test for libraries with textrelsDimitry Ivanov2016-10-191-0/+22
* bionic-unit-tests: remove dependency on ANDROID_DATADimitry Ivanov2016-10-101-30/+29
* bionic-unit-tests: Create symlinks in runtimeDimitry Ivanov2016-10-101-2/+5
* Move test libraries under /data/nativetestsDimitry Ivanov2016-09-021-19/+34
* [mips] Add missing linker shdr testsNikola Veljkovic2016-08-161-1/+1
* Merge "linker: add test for zeroed out shdr_table_"Treehugger Robot2016-08-151-0/+8
|\
| * linker: add test for zeroed out shdr_table_Dimitry Ivanov2016-08-151-0/+8
* | Merge "linker: add test for zero shdr offset"Treehugger Robot2016-08-151-0/+8
|\|
| * linker: add test for zero shdr offsetDimitry Ivanov2016-08-151-0/+8
* | Merge "[MIPS] Fix bionic test build"Treehugger Robot2016-08-151-1/+1
|\ \ | |/ |/|
| * [MIPS] Fix bionic test buildLazar Trsic2016-08-151-1/+1