Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
refs/heads/q
/
tests
/
dlext_test.cpp
ebfebd0
Only write main library's RELRO by default.
by Torne (Richard Coles)
· 6 years ago
fa9f7f2
Fix DLEXT_WRITE_RELRO when loading multiple libs.
by Torne (Richard Coles)
· 6 years ago
358603a
Modernise code to use override specifier
by Yi Kong
· 6 years ago
e082884
Merge "bionic tests: use GTEST_SKIP."
by Elliott Hughes
· 6 years ago
1e7a150
Reduce reserved size for DlExtTest.ReservedRecursiveTooSmall test
by Yi Kong
· 6 years ago
bcaa454
bionic tests: use GTEST_SKIP.
by Elliott Hughes
· 6 years ago
7cdbd0d
Merge "linker: allow using reserved space for multiple libraries."
by Treehugger Robot
· 6 years ago
efbe9a5
linker: allow using reserved space for multiple libraries.
by Torne (Richard Coles)
· 7 years ago
6cb719f
Revert "Revert "Allow dlopen("/system/lib/<soname>") for pre-Q""
by Victor Chang
· 6 years ago
4e02cc1
bionic_unit_tests: Remove dependency on libpagemap
by Sandeep Patil
· 7 years ago
68a3bcc
bionic tests: switch to using android-base/file.h for TemporaryFile
by Mark Salyzyn
· 7 years ago
8178c41
ART isn't using the ART-specific linker features any more.
by Elliott Hughes
· 7 years ago
6d2c0bd
Move isolated test runner out of bionic.
by Christopher Ferris
· 7 years ago
a897151
linker: improve "bad ELF magic" error.
by Elliott Hughes
· 7 years ago
3b0a5b7
Relax check on number of segments in a .so file
by dimitry
· 7 years ago
321476a
Test ld-android.so directly
by dimitry
· 8 years ago
9ee4591
linker: Allow link namespaces without name filters
by Logan Chien
· 8 years ago
5cec377
Address a bunch of clang-tidy complaints.
by Elliott Hughes
· 8 years ago
965d06d
Fix logic in loading dependencies crossing namespace boundaries
by dimitry
· 8 years ago
65ba81b
Merge "Revert "Fix bug with double unload on unsuccessful dlopen""
by Elliott Hughes
· 8 years ago
27f1806
Revert "Fix bug with double unload on unsuccessful dlopen"
by Elliott Hughes
· 8 years ago
f1e645c
Merge "Fix bug with double unload on unsuccessful dlopen" am: dc89324e93
by Dimitry Ivanov
· 8 years ago
58554cc
Fix bug with double unload on unsuccessful dlopen
by dimitry
· 8 years ago
74d57a3
Merge commit 'e3d21c84af0b8e3244e4c67a873d2a16bfb85034' into HEAD
by Xin Li
· 8 years ago
8db36a5
linker: fix error message for inaccessible libs
by dimitry
· 8 years ago
b48bb2d
Merge "ns_anonymous test: Make it work for natively bridged environment" am: b49ac81c8e am: 1ac327aed7
by dimitry
· 8 years ago
8eaf28d
ns_anonymous test: Make it work for natively bridged environment
by dimitry
· 8 years ago
7f1e941
Make dlext.ns_shared be independent of default namespace config am: 917d34a84f
by Jiyong Park
· 8 years ago
917d34a
Make dlext.ns_shared be independent of default namespace config
by Jiyong Park
· 8 years ago
b115aef
With O_TMPFILE, open(2) takes a mode argument.
by Elliott Hughes
· 8 years ago
d7c5262
Shave another uninteresting stack frame off aborts.
by Elliott Hughes
· 8 years ago
37b91af
greylist is no longer enabled by default.
by Jiyong Park
· 8 years ago
f1cb669
Shared namespaces inherit parent ns properties
by Dimitry Ivanov
· 8 years ago
81aad00
Compare Pss of tested library in VerifyMemorySaving
by Zhenhua WANG
· 8 years ago
bf34ba3
loader: enable loading libraries from tmpfs
by Dimitry Ivanov
· 8 years ago
d3e7d08
Fix lookup logic for linked namespaces
by Dimitry Ivanov
· 8 years ago
35c8e3b
Fix greylist exception to account for linked namespaces
by Dimitry Ivanov
· 8 years ago
1862314
Add test for a greylisted library
by Dimitry Ivanov
· 8 years ago
7a34b9d
Replace public library list with shared lib sonames (part 2/2)
by Dimitry Ivanov
· 8 years ago
7d429d3
Replace public library list with shared lib sonames (part 1/2)
by Dimitry Ivanov
· 9 years ago
d0b5c3a
Fix bionic-unit-tests-glibc
by Dimitry Ivanov
· 9 years ago
5bc78c8
Add and use constants for the Android API levels.
by Elliott Hughes
· 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
3a6c6b3
Fix dlext.ns_smoke test
by Dimitry Ivanov
· 9 years ago
d61ca37
Fix misc-macro-parentheses warnings in bionic/tests.
by Chih-Hung Hsieh
· 9 years ago
42abf3d
Merge "linker: Allow caller to specify parent namespace"
by Treehugger Robot
· 9 years ago
2ba1cf3
Fix dlopen of main executable by absolute path
by Dimitry Ivanov
· 9 years ago
fc2da53
linker: Allow caller to specify parent namespace
by Dimitry Ivanov
· 9 years ago
41fd295
Remove linker-namespace functions from the header
by Dimitry Ivanov
· 9 years ago
5480761
Improve error message for empty list of public libs
by Dimitry Ivanov
· 9 years ago
aca299a
Remove dangling links in secondary namespaces
by Dimitry Ivanov
· 9 years ago
d88e1f3
linker: hide the pointer to soinfo
by Dimitry Ivanov
· 9 years ago
d17a377
linker: print "not accessible" error message to the log
by Dimitry Ivanov
· 9 years ago
33697a0
Factor out the waiting for children in bionic tests.
by Elliott Hughes
· 10 years ago
be4f742
Merge "Remove dependency on zipalign."
by Christopher Ferris
· 10 years ago
f45b0e9
Do not unmap reserved region on dlclose
by Dimitry Ivanov
· 10 years ago
c0ffcec
Remove dependency on zipalign.
by Christopher Ferris
· 10 years ago
7331fe1
linker: implement shared namespaces
by Dimitry Ivanov
· 10 years ago
284ae35
Add permitted_when_isolated_path to linker namespaces
by Dimitry Ivanov
· 10 years ago
22840aa
Allow dlopening public libs using absolute path
by Dimitry Ivanov
· 10 years ago
1ffec1c
Introduce anonymous namespace
by Dmitriy Ivanov
· 10 years ago
3cc35e2
Ignore target sdk version for the public namespace
by Dmitriy Ivanov
· 10 years ago
42d5fcb
Introducing linker namespaces
by Dmitriy Ivanov
· 10 years ago
fd7a91e
linker: cleanup solist after unsuccessful read
by Dmitriy Ivanov
· 10 years ago
126af75
Implement load at fixed address feature
by Dmitriy Ivanov
· 10 years ago
a1feb11
Make dt_runpath work for libraries opened from apk
by Dmitriy Ivanov
· 10 years ago
b482750
Optimize dlopen from a zip file
by Dmitriy Ivanov
· 10 years ago
edfc9f6
linker: don't pass dlextinfo to dependent loads
by Dmitriy Ivanov
· 10 years ago
402a750
Make path to apk compliant with jar url format
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
9b82136
Add ANDROID_DLEXT_FORCE_LOAD flag
by Dmitriy Ivanov
· 10 years ago
52393a5
Move open from zip tests to dlext
by Dmitriy Ivanov
· 10 years ago
b1ada3d
Fix typo
by Dmitriy Ivanov
· 10 years ago
294d1e2
better gtest runner for bionic
by Yabin Cui
· 11 years ago
16f7f8d
check invalid file offset when loading library
by Yabin Cui
· 11 years ago
a6c1279
Rename library_offset to library_fd_offset
by Dmitriy Ivanov
· 11 years ago
667853d
Build dlext_testzip as custom module.
by Ying Wang
· 11 years ago
07e5bc1
Add file_offset parameter to android_extinfo
by Dmitriy Ivanov
· 11 years ago
69fb9f3
Don't fail a test just because we aren't root.
by Dan Albert
· 11 years ago
a2c6ae6
Add missing type casts before comparison.
by Chih-Hung Hsieh
· 11 years ago
04dc91a
Load library using file handle.
by Dmitriy Ivanov
· 11 years ago
2605261
Test that relro sharing actually saves memory.
by Torne (Richard Coles)
· 11 years ago
26ec967
Handle empty relro segment or incorrectly sized file.
by Torne (Richard Coles)
· 11 years ago
53c884e
Get ANDROID_DATA dir from enviroment
by Dmitriy Ivanov
· 11 years ago
183ad9d
Allow sharing the RELRO section via a file.
by Torne (Richard Coles)
· 11 years ago
12bbb91
Support loading libraries to a reserved address.
by Torne (Richard Coles)
· 11 years ago