Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
6391e1a44d4a183cb1fc092fc62c4e30f59429c5
/
tests
fb5a639
Silence a compiler warning due to unused variable on mips
by Pavel Labath
· 9 years ago
3dad8d5
Add "imprecise" watchpoint ptrace test
by Pavel Labath
· 9 years ago
1862314
Add test for a greylisted library
by Dimitry Ivanov
· 9 years ago
30a3627
Cope with argv[0] being null in the dynamic linker.
by Elliott Hughes
· 9 years ago
c9a840a
Merge "Add timeout support to __system_property_wait."
by Treehugger Robot
· 9 years ago
40c885a
Add timeout support to __system_property_wait.
by Elliott Hughes
· 9 years ago
6ce686c
Downgrade the special case of pthread_t(0) to a warning.
by Elliott Hughes
· 9 years ago
d115846
Merge "Add tests for ptrace resumption behavior."
by Josh Gao
· 9 years ago
5e3fe95
Add tests for ptrace resumption behavior.
by Josh Gao
· 9 years ago
c54937b
Merge "add fortified implementations of send/sendto"
by Treehugger Robot
· 9 years ago
95b59c5
add fortified implementations of send/sendto
by Daniel Micay
· 9 years ago
0370905
Merge "Be more strict about using invalid `pthread_t`s."
by Elliott Hughes
· 9 years ago
ade3be4
Merge "Add __system_property_wait and return the serial in __system_property_read_callback."
by Treehugger Robot
· 9 years ago
11859d4
Be more strict about using invalid `pthread_t`s.
by Elliott Hughes
· 9 years ago
a0d374d
Add __system_property_wait and return the serial in __system_property_read_callback.
by Elliott Hughes
· 9 years ago
572b1dd
Merge "Match __bos0 to __pass_object_size0 in FORTIFY"
by Treehugger Robot
· 9 years ago
2cb4dfb
Merge "Replace public library list with shared lib sonames (part 2/2)"
by Dimitry Ivanov
· 9 years ago
156d5a8
Match __bos0 to __pass_object_size0 in FORTIFY
by George Burgess IV
· 9 years ago
ec90e24
loader: fix d-tor call order
by Dimitry Ivanov
· 9 years ago
7a34b9d
Replace public library list with shared lib sonames (part 2/2)
by Dimitry Ivanov
· 9 years ago
7d429d3
Replace public library list with shared lib sonames (part 1/2)
by Dimitry Ivanov
· 9 years ago
5ac6509
Merge "libc: add clang FORTIFY support"
by Treehugger Robot
· 9 years ago
7cc779f
libc: add clang FORTIFY support
by George Burgess IV
· 9 years ago
ea8f396
Add test checking init/fini call order
by Dimitry Ivanov
· 9 years ago
bcb1529
Revert "Stop checking the global thread list in several trivial cases."
by Elliott Hughes
· 9 years ago
f5a4992
Stop checking the global thread list in several trivial cases.
by Elliott Hughes
· 9 years ago
9886ea3
Merge "Fix CFI initialization crash on x86."
by Evgenii Stepanov
· 9 years ago
68ecec1
Fix CFI initialization crash on x86.
by Evgenii Stepanov
· 9 years ago
a187a6f
Merge "Revert "Remove the global thread list.""
by David James
· 9 years ago
7484c21
Revert "Remove the global thread list."
by Elliott Hughes
· 9 years ago
9b9d4eb
Merge "Remove the global thread list."
by Elliott Hughes
· 9 years ago
beb3eb1
Revert "Fix CFI initialization crash on x86."
by Evgenii Stepanov
· 9 years ago
4ccd431
Fix CFI initialization crash on x86.
by Evgenii Stepanov
· 9 years ago
6fcd7a7
Revert "Fix CFI initialization crash on x86."
by Alex Cheung
· 9 years ago
be46d38
Fix CFI initialization crash on x86.
by Evgenii Stepanov
· 9 years ago
bb9713d
Silence unused variable warning in sys_ptrace_test
by Pavel Labath
· 9 years ago
fb082ee
Add hardware breakpoint ptrace test
by Pavel Labath
· 9 years ago
55aae03
Merge "Remove bionic-unit-tests-gcc"
by Dimitry Ivanov
· 9 years ago
3c81d5b
Remove bionic-unit-tests-gcc
by Dimitry Ivanov
· 9 years ago
14b9d71
Fix bionic-unit-tests in arch with binary translator
by Victor Khimenko
· 9 years ago
18c009c
Merge "Fix bionic-unit-tests in some non-standard builds"
by Victor Khimenko
· 9 years ago
cafd355
Do not send 0 byte string content.
by Dimitry Ivanov
· 9 years ago
65273fb
Fix bionic-unit-tests in some non-standard builds
by Victor Khimenko
· 9 years ago
16b2a4d
Revert "Revert "Remove limit of system property name length""
by Dimitry Ivanov
· 9 years ago
40250bb
Merge "Revert "Remove limit of system property name length""
by Dimitry Ivanov
· 9 years ago
489f58b
Revert "Remove limit of system property name length"
by Dimitry Ivanov
· 9 years ago
440d6c7
Merge "Remove limit of system property name length"
by Dimitry Ivanov
· 9 years ago
8bb01c0
Merge "Remove libc++ dependency from prebuilt test-libs"
by Treehugger Robot
· 9 years ago
01c888c
Mark ifunc tests failing on arm as known failures
by Dimitry Ivanov
· 9 years ago
bfe8680
Remove libc++ dependency from prebuilt test-libs
by Dimitry Ivanov
· 9 years ago
5c1ce27
Remove limit of system property name length
by Dimitry Ivanov
· 10 years ago
082bec5
Merge "Runtime support for CFI"
by Evgenii Stepanov
· 9 years ago
0a3637d
Runtime support for CFI
by Evgenii Stepanov
· 10 years ago
2a3b4fa
Rename libdebuggerd_client to libdebuggerd_handler.
by Josh Gao
· 9 years ago
1f553ea
Switch bionic-unit-tests to libc++_static.
by Yabin Cui
· 9 years ago
cc44100
Beef up process_vm_readv/writev tests
by Pavel Labath
· 9 years ago
1b2975d
Merge "localtime_r(3) should act as if it calls tzset(3)."
by Elliott Hughes
· 9 years ago
27fa754
Merge "Improve fmemopen tests."
by Josh Gao
· 9 years ago
ea87716
localtime_r(3) should act as if it calls tzset(3).
by Elliott Hughes
· 9 years ago
94ea198
Merge "Add support for expected failures to gtest runner."
by Treehugger Robot
· 9 years ago
2f06e10
Improve fmemopen tests.
by Josh Gao
· 9 years ago
907fcc9
Merge "Hide __system_property_add/update, deprecate find_nth"
by Treehugger Robot
· 9 years ago
581b9f6
Hide __system_property_add/update, deprecate find_nth
by Dimitry Ivanov
· 9 years ago
0105222
Add support for expected failures to gtest runner.
by Josh Gao
· 9 years ago
940d460
Merge "Revert "Revert "move android_ids into bionic"""
by Elliott Hughes
· 9 years ago
b0e8c56
Remove the global thread list.
by Elliott Hughes
· 9 years ago
462ea66
Fix bionic-unit-tests-static crash
by Dimitry Ivanov
· 9 years ago
5489183
Merge "Define range of GIDs for cached app data."
by Jeff Sharkey
· 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
3f6eee9
Revert "Revert "move android_ids into bionic""
by Elliott Hughes
· 9 years ago
9f9c73b
Merge "Rename <grp.h>/<pwd.h> tests to fit the usual pattern."
by Elliott Hughes
· 9 years ago
934bc86
Define range of GIDs for cached app data.
by Jeff Sharkey
· 9 years ago
755ecde
Merge "bionic-unit-tests: Build host testlibs in bionic-loader-test-libs"
by Treehugger Robot
· 9 years ago
5367d1b
Rename <grp.h>/<pwd.h> tests to fit the usual pattern.
by Elliott Hughes
· 9 years ago
50ae6dd
Merge "Revert "move android_ids into bionic""
by Treehugger Robot
· 9 years ago
901de13
Merge "Fix gtest_filter of bionic gtest runner."
by Yabin Cui
· 9 years ago
77cb68d
Revert "move android_ids into bionic"
by Elliott Hughes
· 9 years ago
c641a95
Fix gtest_filter of bionic gtest runner.
by Yabin Cui
· 9 years ago
858ec7a
Merge "Fix the way to find negative filter pattern."
by Yabin Cui
· 9 years ago
ded6c91
Merge "move android_ids into bionic"
by Elliott Hughes
· 9 years ago
cf75462
Fix the way to find negative filter pattern.
by Yabin Cui
· 9 years ago
ee2952e
bionic-unit-tests: Build host testlibs in bionic-loader-test-libs
by Kevin Brodsky
· 9 years ago
722d01a
Fix icu4c calling on x86.
by Elliott Hughes
· 9 years ago
51366e9
Merge "Add test for ambient caps"
by Treehugger Robot
· 9 years ago
ba1f77d
Add test for ambient caps
by Greg Hackmann
· 9 years ago
0ee1546
Merge "Fix wcsto* where strings begin with whitespace." am: 297ad4cbb8
by Dan Albert
· 9 years ago
297ad4c
Merge "Fix wcsto* where strings begin with whitespace."
by Treehugger Robot
· 9 years ago
f634655
Fix wcsto* where strings begin with whitespace.
by Dan Albert
· 9 years ago
f3d49a3
Merge "Fix unistd.execvpe_ENOEXEC and unistd.execvpe_failure." am: b2d36b4ec7
by Elliott Hughes
· 9 years ago
5965bf0
Fix unistd.execvpe_ENOEXEC and unistd.execvpe_failure.
by Elliott Hughes
· 9 years ago
1a13db5
move android_ids into bionic
by William Roberts
· 10 years ago
d3adf35
Merge "Use icu4c to implement <wctype.h>." am: bd734f0716
by Elliott Hughes
· 9 years ago
bd734f0
Merge "Use icu4c to implement <wctype.h>."
by Elliott Hughes
· 9 years ago
03b7872
Merge "Implement <langinfo.h>." am: 86841573ed
by Elliott Hughes
· 9 years ago
a57ca0d
Use icu4c to implement <wctype.h>.
by Elliott Hughes
· 9 years ago
8684157
Merge "Implement <langinfo.h>."
by Elliott Hughes
· 9 years ago
ead3686
Merge "Fix bionic-unit-tests-glibc" am: 11b362d284
by Dimitry Ivanov
· 9 years ago
11b362d
Merge "Fix bionic-unit-tests-glibc"
by Treehugger Robot
· 9 years ago
Next »