Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
fc97dafa86faa0b8639e7ace40dd48cdf5cd32dd
/
tests
08b7a40
fdsan: improve errors some more.
by Josh Gao
· 7 years ago
32bc0fc
Modernize codebase by replacing NULL with nullptr
by Yi Kong
· 7 years ago
b652e9a
Our prebuilt host glibc is new enough to remove a workaround.
by Elliott Hughes
· 7 years ago
6fc8dc2
remove bionic-compile-time-tests-g++
by Sajid Dalvi
· 7 years ago
94ab04c
Merge "libm: add tests that would have caught the recent regression."
by Treehugger Robot
· 7 years ago
505ecd6
libm: add tests that would have caught the recent regression.
by Elliott Hughes
· 7 years ago
f6e5b58
Introduce api to track fd ownership in libc.
by Josh Gao
· 8 years ago
ad596bf
Merge "setjmp is a macro."
by Treehugger Robot
· 7 years ago
7622140
Merge "Add C11 timespec_get."
by Treehugger Robot
· 7 years ago
99a8caf
Merge "Expose __res_randomid."
by Treehugger Robot
· 7 years ago
afacaab
The --gtest_color flag should take a priority.
by Tao Bao
· 7 years ago
bf74815
setjmp is a macro.
by Elliott Hughes
· 7 years ago
f98d87b
Add C11 timespec_get.
by Elliott Hughes
· 7 years ago
3a5fd00
Expose __res_randomid.
by Elliott Hughes
· 7 years ago
c1ef5eb
Only use color in supported terminal.
by Haibo Huang
· 7 years ago
06f217d
Merge "Remove workarounds for old versions of clang and GCC."
by Treehugger Robot
· 7 years ago
6726758
Merge "Reimplement popen(3)/pclose(3)."
by Treehugger Robot
· 7 years ago
3012b96
Remove workarounds for old versions of clang and GCC.
by Elliott Hughes
· 7 years ago
468efc8
Reimplement popen(3)/pclose(3).
by Elliott Hughes
· 7 years ago
83b6379
Remove bionic test's dependency on gtest internal.
by Haibo Huang
· 7 years ago
07a7c9b
Merge "Fix some long-standing UTF-8 bugs."
by Elliott Hughes
· 7 years ago
57fe813
Merge "bionic: Convert res_send.c to poll()"
by Bernie Innocenti
· 7 years ago
402c762
Fix some long-standing UTF-8 bugs.
by Elliott Hughes
· 7 years ago
463faad
pthread_barrier_init: add a test for the count == 0 EINVAL case.
by Elliott Hughes
· 7 years ago
b664724
bionic: Convert res_send.c to poll()
by Bernie Innocenti
· 8 years ago
50acae8
Merge "Reland "Remove a check for AIDs in the OEM range.""
by Tom Cherry
· 7 years ago
4cddb00
Reland "Remove a check for AIDs in the OEM range."
by Tom Cherry
· 7 years ago
363eac0
Merge "linker: improve "bad ELF magic" error."
by Treehugger Robot
· 8 years ago
a897151
linker: improve "bad ELF magic" error.
by Elliott Hughes
· 8 years ago
e7d185f
<sys/un.h>: add SUN_LEN.
by Elliott Hughes
· 8 years ago
e5a5eec
<netinet/ip_icmp.h>: ensure struct icmphdr is available.
by Elliott Hughes
· 8 years ago
901055e
Mark bionic-loader-test-libs-target as a phony rule
by Dan Willemsen
· 8 years ago
3b0a5b7
Relax check on number of segments in a .so file
by dimitry
· 8 years ago
55547db
Add secondary counter in place of tls_nodelete flag
by dimitry
· 8 years ago
28567ae
Merge "Test that vendor AID names begin with vendor_"
by Tom Cherry
· 8 years ago
e88b408
Test that vendor AID names begin with vendor_
by Tom Cherry
· 8 years ago
6814028
Define DT_ANDROID_REL[A] correctly for a test
by Ryan Prichard
· 8 years ago
8e462d4
Do not use clang lld with -z,global
by Chih-Hung Hsieh
· 8 years ago
903e570
Merge "Require vendor users and groups to start with vendor_"
by Tom Cherry
· 8 years ago
c2b9fec
Require vendor users and groups to start with vendor_
by Tom Cherry
· 8 years ago
8b14256
vdso should be available in all namespaces
by dimitry
· 8 years ago
e0906d8
Unhardcode /system/lib
by dimitry
· 8 years ago
68e1c5b
Merge "Fix various ftw/nftw "shall fail"s from POSIX."
by Elliott Hughes
· 8 years ago
70a8f22
Fix various ftw/nftw "shall fail"s from POSIX.
by Elliott Hughes
· 8 years ago
284c4fd
Add a warm up pass to pthread_leak.join test
by Evgeny Eltsin
· 8 years ago
d6f5730
Fix sysconf errno for unknown names.
by Elliott Hughes
· 8 years ago
d6b56c9
allow_undefined_symbols to link libelf-tls-library
by Chih-Hung Hsieh
· 8 years ago
344969c
spawn.signal_stress: reap spawned children on exit
by Ryan Prichard
· 8 years ago
d238817
Merge "Do not check user/group names in pwd/grp tests for OEM uid/gids"
by Tom Cherry
· 8 years ago
b4c25c8
Do not check user/group names in pwd/grp tests for OEM uid/gids
by Tom Cherry
· 8 years ago
7300d83
Make sys_ptrace_test.cpp Yama LSM-aware
by Luis Hector Chavez
· 8 years ago
a1bc826
Fix race in spawn.signal_stress test
by Ryan Prichard
· 8 years ago
6c3f97d
Fix race in ld.config.txt tests
by Ryan Prichard
· 8 years ago
68ce672
Merge "Break libdl.so and ld-android.so's dependency on libc.so."
by Treehugger Robot
· 8 years ago
c0db96d
Merge "Fix build failure with dlext_testzip Bionic tests"
by Treehugger Robot
· 8 years ago
470b666
Break libdl.so and ld-android.so's dependency on libc.so.
by Ryan Prichard
· 8 years ago
ef59154
Fix build failure with dlext_testzip Bionic tests
by Ryan Prichard
· 8 years ago
06d31c9
Add libtest_missing_symbol_child_private.
by Elliott Hughes
· 8 years ago
5146652
Fix -/_ typo.
by Elliott Hughes
· 8 years ago
a3f6f6c
Merge "Add missing shared library dependencies to bionic-unit-tests"
by Treehugger Robot
· 8 years ago
ce10b16
Add missing shared library dependencies to bionic-unit-tests
by Jiyong Park
· 8 years ago
1395f70
Add missed shared library dependency to bionic-unit-tests
by Pirama Arumuga Nainar
· 8 years ago
daa2a32
Merge "Add missing shared library dependencies to bionic-unit-tests"
by Treehugger Robot
· 8 years ago
c53e8b8
Add missing shared library dependencies to bionic-unit-tests
by Pirama Arumuga Nainar
· 8 years ago
3bddbbe
Merge "Fix an ifdef in a test"
by Treehugger Robot
· 8 years ago
e9c0e82
Fix an ifdef in a test
by George Burgess IV
· 8 years ago
9724e93
Reject .so files using ELF TLS.
by Elliott Hughes
· 8 years ago
4d33928
Merge "Exit gracefully on invalid --gtest_* flag."
by Treehugger Robot
· 8 years ago
9932789
Exit gracefully on invalid --gtest_* flag.
by Tao Bao
· 8 years ago
90234e5
Merge "Fortify ppoll64."
by Elliott Hughes
· 8 years ago
b83bf14
Fortify ppoll64.
by Elliott Hughes
· 8 years ago
1315e3e
Merge "libc: silence unsigned->signed warnings with ioctl"
by Treehugger Robot
· 8 years ago
c6b5bcd
Add _monotonic_np versions of timed wait functions
by Tom Cherry
· 8 years ago
de45dcb
libc: silence unsigned->signed warnings with ioctl
by George Burgess IV
· 8 years ago
9651fdf
Check using destroyed mutexes.
by Yabin Cui
· 8 years ago
398c5ee
Merge "Call __fortify_fatal if printf sees %n."
by Elliott Hughes
· 8 years ago
41398d0
Call __fortify_fatal if printf sees %n.
by Elliott Hughes
· 8 years ago
71ba589
Rewrite system(3) to use posix_spawn(3).
by Elliott Hughes
· 8 years ago
e09c90d
Merge "Add strptime %s."
by Elliott Hughes
· 8 years ago
81baaf2
Add strptime %s.
by Elliott Hughes
· 8 years ago
9076b0c
Be clearer about linker warnings.
by Elliott Hughes
· 8 years ago
efa792b
Merge "Filter out reserved signals in functions that take sigset_t."
by Treehugger Robot
· 8 years ago
2fe1034
Disable {getpwent,getgrent}_iterate tests on glibc.
by Josh Gao
· 8 years ago
6fcba93
Filter out reserved signals in functions that take sigset_t.
by Josh Gao
· 8 years ago
ee8e3dd
Remove non-trivial constructors/destructors from SystemProperties
by Tom Cherry
· 8 years ago
44c7b6a
Merge changes Ibcd45e9b,I1ff5c0fa
by Tom Cherry
· 8 years ago
5fe7326
Do not munmap in MmapFile::~MmapFile
by Tom Cherry
· 8 years ago
60ddedf
Build bionic/tests with cpp_std experimental.
by Tom Cherry
· 8 years ago
153168c
Fix RTLD_NEXT/DEFAULT lookup
by dimitry
· 8 years ago
da1bb11
The VDSO soname varies by architecture.
by Elliott Hughes
· 8 years ago
d5172fc
Merge "Add __fseterr."
by Treehugger Robot
· 8 years ago
665ce21
Merge "Add remaining _l function stubs."
by Elliott Hughes
· 8 years ago
4578526
Add __fseterr.
by Elliott Hughes
· 8 years ago
3376c23
Add remaining _l function stubs.
by Elliott Hughes
· 8 years ago
db478a6
Implement malloc hooks.
by Christopher Ferris
· 8 years ago
a8b179b
Merge "Revert "Remove a check for AIDs in the OEM range.""
by Treehugger Robot
· 8 years ago
41986a0
Revert "Remove a check for AIDs in the OEM range."
by Tom Cherry
· 8 years ago
919dd9d
Merge "MIPS32: Make sigset64_t equal to sigset_t"
by Treehugger Robot
· 8 years ago
ab8c861
Merge "Add ability to read /etc/passwd and /etc/group"
by Tom Cherry
· 8 years ago
3796669
MIPS32: Make sigset64_t equal to sigset_t
by Goran Jakovljevic
· 8 years ago
Next »