aboutsummaryrefslogtreecommitdiff
path: root/tests/dl_test.cpp
AgeCommit message (Expand)Author
2021-10-01Merge "Move ExecTestHelper to using a regex."Elliott Hughes
2021-10-01Move ExecTestHelper to using a regex.Elliott Hughes
2021-09-30Convert bionic dlext test zips to Android.bpColin Cross
2021-06-04Use ro.build.type instead of ro.debuggableRyan Prichard
2021-04-12Make the tests that call readelf(1) less sensitive to whitespace.Elliott Hughes
2021-01-22Ensure same order of global group members in all NS'sRyan Prichard
2020-02-13Remove mips test workarounds.Elliott Hughes
2020-01-28Test all four supported relocation encodings.Elliott Hughes
2020-01-23Initialize __progname correctly.Elliott Hughes
2019-12-10dl_test: update error messageRyan Prichard
2019-12-10dl_test: use GTEST_SKIP() in a few placesRyan Prichard
2019-11-26Fix linker path for emulated architectureDmytro Chystiakov
2019-11-05linker: add more context to link failure error.Josh Gao
2019-03-12bionic tests: use GTEST_SKIP.Elliott Hughes
2019-02-06Cleanup bionic tests with hwasan.Evgenii Stepanov
2018-12-04Use shared globals so getauxval works earlierRyan Prichard
2018-11-28Use shared globals to init __progname + environRyan Prichard
2018-11-13bionic tests: switch to using android-base/file.h for TemporaryFileMark Salyzyn
2018-11-08Merge "Add a force fail for non-bionic xfail test."Christopher Ferris
2018-11-07Add a force fail for non-bionic xfail test.Christopher Ferris
2018-11-06Disable a few bionic tests under HWASan.Evgenii Stepanov
2018-10-10Allow invoking the linker on an executable.Ryan Prichard
2018-09-27Move isolated test runner out of bionic.Christopher Ferris
2018-05-09Unhardcode /system/libdimitry
2018-04-04Fix race in ld.config.txt testsRyan Prichard
2017-11-28Fix: dl#disable_ld_config_fileJiyong Park
2017-10-18Use ro.debuggable property instead of checking build typedimitry
2017-10-03Don't run exec_with_ld_config_file* tests on non-production devicesJiyong Park
2017-09-29Replace abort with exit(1) in __linker_cannot_linkdimitry
2017-08-31Don't run disable_ld_config_file test on non-production devicesJiyong Park
2017-08-03linker: the global group is added to all built-in namespacesJiyong Park
2017-03-29Fix x86 system calls made from ELF preinit.Elliott Hughes
2017-02-24loader: set PT_INTERP to itselfDimitry Ivanov
2014-11-04Revert "Revert "Fix symbol lookup order during relocation""Dmitriy Ivanov
2014-11-03Revert "Fix symbol lookup order during relocation"Dmitriy Ivanov
2014-10-31Fix symbol lookup order during relocationDmitriy Ivanov