summaryrefslogtreecommitdiffstats
path: root/tests/dlfcn_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't test GNU-style ELF hashes on MIPS.Elliott Hughes2013-01-071-1/+5
| | | | | | | | The MIPS toolchain can't generate them because they're incompatible with the MIPS ABI (which requires .dynsym match the GOT, while GNU-style requires .dynsym to be sorted by hash code), so there's nothing to test. Change-Id: I2220f452fe6fe595ec1312544cc741dd390a36a5
* Check for unknown flags passed to dlopen(3).Elliott Hughes2012-12-181-0/+220
Change-Id: I56f4aab0e5a1487bc32d2c4d231e8bd15c4ac8da