aboutsummaryrefslogtreecommitdiff
path: root/tests/dlext_test.cpp
AgeCommit message (Expand)Author
2018-09-27Move isolated test runner out of bionic.Christopher Ferris
2018-06-27linker: improve "bad ELF magic" error.Elliott Hughes
2018-06-06Relax check on number of segments in a .so filedimitry
2018-01-29Test ld-android.so directlydimitry
2018-01-25linker: Allow link namespaces without name filtersLogan Chien
2018-01-19Address a bunch of clang-tidy complaints.Elliott Hughes
2017-12-10Fix logic in loading dependencies crossing namespace boundariesdimitry
2017-11-29Merge "Revert "Fix bug with double unload on unsuccessful dlopen""Elliott Hughes
2017-11-29Revert "Fix bug with double unload on unsuccessful dlopen"Elliott Hughes
2017-11-29Merge "Fix bug with double unload on unsuccessful dlopen"Dimitry Ivanov
2017-11-28Fix bug with double unload on unsuccessful dlopendimitry
2017-11-14Merge commit 'e3d21c84af0b8e3244e4c67a873d2a16bfb85034' into HEADXin Li
2017-10-23linker: fix error message for inaccessible libsdimitry
2017-10-12Merge "ns_anonymous test: Make it work for natively bridged environment" am: ...dimitry
2017-10-12ns_anonymous test: Make it work for natively bridged environmentdimitry
2017-08-31Make dlext.ns_shared be independent of default namespace configJiyong Park
2017-08-31Make dlext.ns_shared be independent of default namespace configJiyong Park
2017-08-04With O_TMPFILE, open(2) takes a mode argument.Elliott Hughes
2017-06-20Shave another uninteresting stack frame off aborts.Elliott Hughes
2017-05-09greylist is no longer enabled by default.Jiyong Park
2017-05-02Shared namespaces inherit parent ns propertiesDimitry Ivanov
2017-04-26Compare Pss of tested library in VerifyMemorySavingZhenhua WANG
2017-04-21loader: enable loading libraries from tmpfsDimitry Ivanov
2017-03-29Fix lookup logic for linked namespacesDimitry Ivanov
2017-02-27Fix greylist exception to account for linked namespacesDimitry Ivanov
2017-02-23Add test for a greylisted libraryDimitry Ivanov
2017-02-09Replace public library list with shared lib sonames (part 2/2)Dimitry Ivanov
2017-02-09Replace public library list with shared lib sonames (part 1/2)Dimitry Ivanov
2016-11-28Fix bionic-unit-tests-glibcDimitry Ivanov
2016-11-16Add and use constants for the Android API levels.Elliott Hughes
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-07-13Fix dlext.ns_smoke testDimitry Ivanov
2016-06-03Fix misc-macro-parentheses warnings in bionic/tests.Chih-Hung Hsieh
2016-05-17Merge "linker: Allow caller to specify parent namespace"Treehugger Robot
2016-05-17Fix dlopen of main executable by absolute pathDimitry Ivanov
2016-05-17linker: Allow caller to specify parent namespaceDimitry Ivanov
2016-05-09Remove linker-namespace functions from the headerDimitry Ivanov
2016-04-21Improve error message for empty list of public libsDimitry Ivanov
2016-04-14Remove dangling links in secondary namespacesDimitry Ivanov
2016-03-28linker: hide the pointer to soinfoDimitry Ivanov
2016-03-01linker: print "not accessible" error message to the logDimitry Ivanov
2016-01-26Factor out the waiting for children in bionic tests.Elliott Hughes
2016-01-21Merge "Remove dependency on zipalign."Christopher Ferris
2016-01-20Do not unmap reserved region on dlcloseDimitry Ivanov
2016-01-20Remove dependency on zipalign.Christopher Ferris
2015-12-19linker: implement shared namespacesDimitry Ivanov
2015-12-09Add permitted_when_isolated_path to linker namespacesDimitry Ivanov
2015-12-04Allow dlopening public libs using absolute pathDimitry Ivanov