aboutsummaryrefslogtreecommitdiff
path: root/tests/dlfcn_test.cpp
AgeCommit message (Expand)Author
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
2016-09-02Move test libraries under /data/nativetestsDimitry Ivanov
2016-08-16[mips] Add missing linker shdr testsNikola Veljkovic
2016-08-15Merge "linker: add test for zeroed out shdr_table_"Treehugger Robot
2016-08-15Merge "linker: add test for zero shdr offset"Treehugger Robot
2016-08-15linker: add test for zeroed out shdr_table_Dimitry Ivanov
2016-08-15Merge "[MIPS] Fix bionic test build"Treehugger Robot
2016-08-15linker: add test for zero shdr offsetDimitry Ivanov
2016-08-15[MIPS] Fix bionic test buildLazar Trsic
2016-08-15linker: add test for empty shdr tableDimitry Ivanov
2016-08-15linker: add test for zero shstrndxDimitry Ivanov
2016-08-12linker: add test for zero e_shentsizeDimitry Ivanov
2016-08-12Add test for misaligned section headerDimitry Ivanov
2016-08-11linker: disallow W + E PT_LOAD segmentsDimitry Ivanov
2016-07-20Pass argc/argv/envp to dso constructorsDimitry Ivanov
2016-05-17Fix dlopen of main executable by absolute pathDimitry Ivanov