- 41c8951 bionic: tests: Remove PAGE_SIZE usage by Kalesh Singh · 1 year, 10 months ago
- 95646e6 Add ASSERT_ERRNO and EXPECT_ERRNO (and use them). by Elliott Hughes · 1 year, 11 months ago
- e393d48 Merge "Clarify dlfcn.dladdr_libc slightly." by Elliott Hughes · 2 years, 4 months ago
- 0cf311c Clarify dlfcn.dladdr_libc slightly. by Elliott Hughes · 2 years, 4 months ago
- c10d064 Introduce hwasan mode for linker by Florian Mayer · 2 years, 4 months ago
- 447c346 Nullability check for dlfcn module by zijunzhao · 2 years, 5 months ago
- ec9f023 Add invalid riscv64 ELF files for the linker tests. by Elliott Hughes · 2 years, 9 months ago
- 3f73ea6 Remove explicit lists of ABIs. by Elliott Hughes · 2 years, 10 months ago
- 8ea6af5 Always process TLS relocs using general code path by Ryan Prichard · 3 years, 4 months ago
- 82c9072 Explain why we test ifunc variables. by Elliott Hughes · 3 years, 6 months ago
- 1ff7be0 Don't use LLVM when readelf(1) will do. by Elliott Hughes · 3 years, 7 months ago
- 4c5595c Replace local MUSL define with global ANDROID_HOST_MUSL by Colin Cross · 4 years ago
- 14d1507 Fix some clang-format issues by Colin Cross · 4 years ago
- 7da2034 Build bionic unit tests for musl by Colin Cross · 4 years ago
- cab794c Move prebuilt library dependencies of bionic-unit-tests to Blueprint by Chris Parsons · 5 years ago
- 6a65ccd Remove mips test workarounds. by Elliott Hughes · 5 years ago
- 6dd1f58 Test all four supported relocation encodings. by Elliott Hughes · 6 years ago
- 6663f55 Modernize SHT_RELR support. by Elliott Hughes · 6 years ago
- ea11be0 Add bootstrap directory to bootstrap linker's search path. by Peter Collingbourne · 6 years ago
- e712cd1 Fix Bionic dlfcn.dladdr_libc test case for 64bit binary translations by Dmytro Chystiakov · 6 years ago
- e082884 Merge "bionic tests: use GTEST_SKIP." by Elliott Hughes · 6 years ago
- bcaa454 bionic tests: use GTEST_SKIP. by Elliott Hughes · 6 years ago
- b39cb3c linker: Handle libraries with disjoint mappings correctly. by Peter Collingbourne · 6 years ago
- 06d2d79 Add tests for dynamic ELF TLS by Ryan Prichard · 7 years ago
- 5f5a192 Disable the dlfcn.dlopen_library_with_ELF_TLS test by Ryan Prichard · 7 years ago
- fb8730d Handle R_GENERIC_TLS_TPREL relocations by Ryan Prichard · 7 years ago
- 6d2c0bd Move isolated test runner out of bionic. by Christopher Ferris · 7 years ago
- 55547db Add secondary counter in place of tls_nodelete flag by dimitry · 7 years ago
- 6814028 Define DT_ANDROID_REL[A] correctly for a test by Ryan Prichard · 7 years ago
- 470b666 Break libdl.so and ld-android.so's dependency on libc.so. by Ryan Prichard · 7 years ago
- 9724e93 Reject .so files using ELF TLS. by Elliott Hughes · 7 years ago
- 9076b0c Be clearer about linker warnings. by Elliott Hughes · 7 years ago
- 153168c Fix RTLD_NEXT/DEFAULT lookup by dimitry · 7 years ago
- da1bb11 The VDSO soname varies by architecture. by Elliott Hughes · 7 years ago
- b6310c2 Fixing app compat issue b/72143978 by Ian Pedowitz · 8 years ago
- a4a4854 Remove a test for backwards compatibility we no longer support. by Elliott Hughes · 8 years ago
- 06016f2 Fix dlclose for libraries with thread_local dtors by dimitry · 8 years ago
- 109040c Add test checking library unload on dlclose by dimitry · 8 years ago
- 527229c Fix for dlfcn.rtld_next_from_library. by Raj Mamadgi · 8 years ago
- 01162f2 Fix: linker segfault on dlopen of a DF_1_GLOBAL so by Jiyong Park · 8 years ago
- b9555a9 Fix dlopen_vdso test by dimitry · 8 years ago
- c18de1b Link vdso before linking the main executable by dimitry · 8 years ago
- db6ab3d Enable dlfcn.dt_runpath_absolute_path in glibc tests by Dimitry Ivanov · 8 years ago
- 8ad4093 Add #defines for some key enums. by Elliott Hughes · 8 years ago
- c42b4bb Remove known failures from arm ifunc tests by Dimitry Ivanov · 8 years ago
- 21975b2 Add ifunc for variable test-case by Dimitry Ivanov · 8 years ago
- b8ab618 Move scopeguard into android::base by Tom Cherry · 8 years ago
- fc32dcb Disable compat_elf_hash_and_relocation_tables test for x86 by Dimitry Ivanov · 8 years ago
- 35c8e3b Fix greylist exception to account for linked namespaces by Dimitry Ivanov · 8 years ago
- ec90e24 loader: fix d-tor call order by Dimitry Ivanov · 8 years ago
- ea8f396 Add test checking init/fini call order by Dimitry Ivanov · 8 years ago
- 14b9d71 Fix bionic-unit-tests in arch with binary translator by Victor Khimenko · 9 years ago
- 01c888c Mark ifunc tests failing on arm as known failures by Dimitry Ivanov · 9 years ago
- 59dd615 Merge "Add test for elf-hash and packed relocations" by Dimitry Ivanov · 9 years ago
- d5b578a Add test for empty symbol lookup by Dimitry Ivanov · 9 years ago
- ac4bd2f Add test for elf-hash and packed relocations by Dimitry Ivanov · 9 years ago
- d0b5c3a Fix bionic-unit-tests-glibc by Dimitry Ivanov · 9 years ago
- c7365eb Improve dlerror_concurrent test by Dimitry Ivanov · 9 years ago
- 816676e Add test for libraries with textrels by Dimitry Ivanov · 9 years ago
- 927877c bionic-unit-tests: remove dependency on ANDROID_DATA by Dimitry Ivanov · 9 years ago
- 708589f bionic-unit-tests: Create symlinks in runtime by Dimitry Ivanov · 9 years ago
- a36e59b Move test libraries under /data/nativetests by Dimitry Ivanov · 9 years ago
- 44a6544 [mips] Add missing linker shdr tests by Nikola Veljkovic · 9 years ago
- 3b2d331 Merge "linker: add test for zeroed out shdr_table_" by Treehugger Robot · 9 years ago
- 4154b77 Merge "linker: add test for zero shdr offset" by Treehugger Robot · 9 years ago
- 5595834 linker: add test for zeroed out shdr_table_ by Dimitry Ivanov · 9 years ago
- 63ccb1b Merge "[MIPS] Fix bionic test build" by Treehugger Robot · 9 years ago
- 4623044 linker: add test for zero shdr offset by Dimitry Ivanov · 9 years ago
- 293d513 [MIPS] Fix bionic test build by Lazar Trsic · 9 years ago
- 8bdf70e linker: add test for empty shdr table by Dimitry Ivanov · 9 years ago
- c9a9561 linker: add test for zero shstrndx by Dimitry Ivanov · 9 years ago
- cb86c31 linker: add test for zero e_shentsize by Dimitry Ivanov · 9 years ago
- 972e3d0 Add test for misaligned section header by Dimitry Ivanov · 9 years ago
- 9700bab linker: disallow W + E PT_LOAD segments by Dimitry Ivanov · 9 years ago
- 5543746 Pass argc/argv/envp to dso constructors by Dimitry Ivanov · 9 years ago
- 2ba1cf3 Fix dlopen of main executable by absolute path by Dimitry Ivanov · 9 years ago
- ba35b2d Add test for IRELATIVE resolution with RTLD_LAZY by Dimitry Ivanov · 9 years ago
- 0a2ab02 Do not test ifunc on mips by Dimitry Ivanov · 9 years ago
- c967d89 Enable ifunc test for arm by Dimitry Ivanov · 9 years ago
- 9cf99cb linker: add dlvsym(3) by Dimitry Ivanov · 10 years ago
- 4a2c5aa Move dlsym and dladdr implementation to linker.cpp by Dimitry Ivanov · 10 years ago
- 6f2d310 Correctly resolve realpath for absolute paths by Lazar Trsic · 10 years ago
- 0cdef7e Respect caller DT_RUNPATH in dlopen(). by Evgenii Stepanov · 10 years ago
- aff18fd Replace NULL with nullptr by Dmitriy Ivanov · 10 years ago
- 6865082 Support DT_RUNPATH in the linker. by Evgenii Stepanov · 10 years ago
- f439b5a Fix dlsym(handle_of_main_executable, ...) by Dmitriy Ivanov · 10 years ago
- 697bd9f Improved dlsym tests and fixes to linker by Dmitriy Ivanov · 10 years ago
- 6612d7a Enable dlsym_df_1_global test for arm/arm64 by Dmitriy Ivanov · 10 years ago
- 2a81536 Support symbol versioning by Dmitriy Ivanov · 10 years ago
- ef25592 Fix dl* tests to run-on-host by Dmitriy Ivanov · 10 years ago
- aae859c Add realpath for soinfo by Dmitriy Ivanov · 10 years ago
- 76ac1ac Look into local group on dlsym with RTLD_DEFAULT by Dmitriy Ivanov · 10 years ago
- 52393a5 Move open from zip tests to dlext by Dmitriy Ivanov · 10 years ago
- 618f1a3 Implement lookup by DT_SONAME by Dmitriy Ivanov · 10 years ago
- aef7195 Support loading shared libraries from zip files by Simon Baldwin · 11 years ago
- cb0443c Remove obsolete test_isolated wrapper function by Dmitriy Ivanov · 10 years ago
- 279a22f Minimize calls to mprotect by Dmitriy Ivanov · 11 years ago
- bfa88bc Add another test for weak-reference by Dmitriy Ivanov · 11 years ago
- ab972b9 Count references for groups instead of instances by Dmitriy Ivanov · 11 years ago
- 7699d13 Yet another relocation test by Dmitriy Ivanov · 11 years ago