aboutsummaryrefslogtreecommitdiff
path: root/tests/dlfcn_test.cpp
AgeCommit message (Expand)Author
2021-08-16Replace local MUSL define with global ANDROID_HOST_MUSLColin Cross
2021-08-16Fix some clang-format issuesColin Cross
2021-08-12Build bionic unit tests for muslColin Cross
2020-07-28Move prebuilt library dependencies of bionic-unit-tests to BlueprintChris Parsons
2020-02-13Remove mips test workarounds.Elliott Hughes
2020-01-28Test all four supported relocation encodings.Elliott Hughes
2020-01-24Modernize SHT_RELR support.Elliott Hughes
2019-05-16Add bootstrap directory to bootstrap linker's search path.Peter Collingbourne
2019-03-29Fix Bionic dlfcn.dladdr_libc test case for 64bit binary translationsDmytro Chystiakov
2019-03-27Merge "bionic tests: use GTEST_SKIP."Elliott Hughes
2019-03-12bionic tests: use GTEST_SKIP.Elliott Hughes
2019-03-08linker: Handle libraries with disjoint mappings correctly.Peter Collingbourne
2019-01-29Add tests for dynamic ELF TLSRyan Prichard
2019-01-25Disable the dlfcn.dlopen_library_with_ELF_TLS testRyan Prichard
2019-01-17Handle R_GENERIC_TLS_TPREL relocationsRyan Prichard
2018-09-27Move isolated test runner out of bionic.Christopher Ferris
2018-05-30Add secondary counter in place of tls_nodelete flagdimitry
2018-05-23Define DT_ANDROID_REL[A] correctly for a testRyan Prichard
2018-03-30Break libdl.so and ld-android.so's dependency on libc.so.Ryan Prichard
2018-03-23Reject .so files using ELF TLS.Elliott Hughes
2018-02-28Be clearer about linker warnings.Elliott Hughes
2018-02-20Fix RTLD_NEXT/DEFAULT lookupdimitry
2018-02-16The VDSO soname varies by architecture.Elliott Hughes
2018-01-18Fixing app compat issue b/72143978Ian Pedowitz
2018-01-12Remove a test for backwards compatibility we no longer support.Elliott Hughes
2018-01-10Fix dlclose for libraries with thread_local dtorsdimitry
2017-11-07Add test checking library unload on dlclosedimitry
2017-11-03Fix for dlfcn.rtld_next_from_library.Raj Mamadgi
2017-10-19Fix: linker segfault on dlopen of a DF_1_GLOBAL soJiyong Park
2017-10-11Fix dlopen_vdso testdimitry
2017-09-26Link vdso before linking the main executabledimitry
2017-06-27Enable dlfcn.dt_runpath_absolute_path in glibc testsDimitry Ivanov
2017-06-15Add #defines for some key enums.Elliott Hughes
2017-05-03Remove known failures from arm ifunc testsDimitry Ivanov
2017-05-02Add ifunc for variable test-caseDimitry Ivanov
2017-04-05Move scopeguard into android::baseTom Cherry
2017-03-24Disable compat_elf_hash_and_relocation_tables test for x86Dimitry Ivanov
2017-02-27Fix greylist exception to account for linked namespacesDimitry Ivanov
2017-02-10loader: fix d-tor call orderDimitry Ivanov
2017-02-09Add test checking init/fini call orderDimitry Ivanov
2017-01-25Fix bionic-unit-tests in arch with binary translatorVictor Khimenko
2017-01-23Mark ifunc tests failing on arm as known failuresDimitry Ivanov
2016-12-15Merge "Add test for elf-hash and packed relocations"Dimitry Ivanov
2016-12-14Add test for empty symbol lookupDimitry Ivanov
2016-12-14Add test for elf-hash and packed relocationsDimitry Ivanov
2016-11-28Fix bionic-unit-tests-glibcDimitry Ivanov
2016-11-17Improve dlerror_concurrent testDimitry Ivanov
2016-10-19Add test for libraries with textrelsDimitry Ivanov
2016-10-10bionic-unit-tests: remove dependency on ANDROID_DATADimitry Ivanov
2016-10-10bionic-unit-tests: Create symlinks in runtimeDimitry Ivanov