Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
e657eb4f8abc2bb21571df1c0d0e0cbfaadce1c1
/
tests
e657eb4
Fix some bionic death tests.
by Elliott Hughes
· 5 years ago
aa8db1b
Fix/update notices.
by Elliott Hughes
· 5 years ago
ef0ec82
Merge "Revert "Disable signal frame unwinding tests on arm64""
by Ryan Prichard
· 5 years ago
cdace2f
Revert "Disable signal frame unwinding tests on arm64"
by Ryan Prichard
· 5 years ago
6d5662d
Merge "Fix freopen() where the path is null."
by Elliott Hughes
· 5 years ago
a988ed6
Remove obsolete `cpp_std: "experimental"`.
by Elliott Hughes
· 5 years ago
f9cfecf
Fix freopen() where the path is null.
by Elliott Hughes
· 5 years ago
11874f8
Mark bionic-stress-test as not unit tests as it run forever
by Julien Desprez
· 5 years ago
bfa3688
Merge "[MemInit] Remove old API, introduce new MemInit API."
by Mitch Phillips
· 5 years ago
f700de5
Merge "Do not run clang-tidy with fortify tests."
by Chih-hung Hsieh
· 5 years ago
247892e
Do not run clang-tidy with fortify tests.
by Chih-Hung Hsieh
· 5 years ago
e91aebd
Merge "Increase leniancy in an inherently flaky test."
by Treehugger Robot
· 5 years ago
82c3c11
Increase leniancy in an inherently flaky test.
by Elliott Hughes
· 5 years ago
cf81e7c
Merge changes from topic "proc_madvise_framework"
by Edgar Arriaga
· 5 years ago
9cad842
[MemInit] Remove old API, introduce new MemInit API.
by Mitch Phillips
· 5 years ago
ee16c72
Merge "Ensure same order of global group members in all NS's"
by Ryan Prichard
· 5 years ago
058eb8f
Ensure same order of global group members in all NS's
by Ryan Prichard
· 5 years ago
370e963
Remove a tautological #if guard.
by Elliott Hughes
· 5 years ago
7336663
Remove the now-unnecessary android_mallopt() options.
by Elliott Hughes
· 5 years ago
9f72aae
Merge "Disable signal frame unwinding tests on arm64"
by Ryan Prichard
· 5 years ago
d02148c
Add a flag to distinguish shared VMAs
by Edgar Arriaga
· 5 years ago
315969a
Disable signal frame unwinding tests on arm64
by Ryan Prichard
· 5 years ago
e925485
Merge "Make "disable memory mitigations" and "set heap tagging level" more available."
by Elliott Hughes
· 5 years ago
446b4dd
Make "disable memory mitigations" and "set heap tagging level" more available.
by Elliott Hughes
· 5 years ago
df6b16e
(NFC) Sort the list of test dependencies alphabetically.
by Evgenii Stepanov
· 5 years ago
51741fb
Tests for memory tagging ELF notes.
by Evgenii Stepanov
· 5 years ago
7e20117
Remove ANDROID_EXPERIMENTAL_MTE.
by Peter Collingbourne
· 5 years ago
8956439
Merge "Add tests for FNM_LEADING_DIR"
by Tom Cherry
· 5 years ago
aa4fd18
Add tests for FNM_LEADING_DIR
by Tom Cherry
· 5 years ago
12afdf0
Merge "Simplify and improve tempnam() and tmpnam()."
by Elliott Hughes
· 5 years ago
439ebbd
Simplify and improve tempnam() and tmpnam().
by Elliott Hughes
· 5 years ago
6675ad3
Add trivial tests for fnmatch(3).
by Elliott Hughes
· 5 years ago
9eb85bf
Change the android_mallopt(M_SET_HEAP_TAGGING_LEVEL) API.
by Peter Collingbourne
· 5 years ago
8589e09
Disable failing test __cxa_demangle#cxa_demangle_fuzz_167977068.
by Elliott Hughes
· 5 years ago
f266f26
Improve __cxa_demangle#cxa_demangle_fuzz_167977068 diagnostics.
by Elliott Hughes
· 5 years ago
e9eae51
Merge "Put __*_ARRAY__ symbols before prioritized init/fini funcs"
by Ryan Prichard
· 5 years ago
718a5fd
Merge "Add a couple of demangler tests."
by Elliott Hughes
· 5 years ago
de30635
Put __*_ARRAY__ symbols before prioritized init/fini funcs
by Matthew Maurer
· 5 years ago
413817f
Add a couple of demangler tests.
by Elliott Hughes
· 5 years ago
7cda75f
Add DoNotOptimize and use it in tests.
by Elliott Hughes
· 5 years ago
19f8486
Fix bug in finding another thread's TCB.
by Vy Nguyen
· 5 years ago
5d3aa86
Add an API for per-process disabling memory initialization.
by Peter Collingbourne
· 5 years ago
4edf74a
Add an internal struct layout test.
by Peter Collingbourne
· 5 years ago
1559018
Merge "Copy the M_THREAD_DISABLE_MEM_INIT constant value into malloc.h."
by Peter Collingbourne
· 5 years ago
978eb16
Copy the M_THREAD_DISABLE_MEM_INIT constant value into malloc.h.
by Peter Collingbourne
· 5 years ago
379ed1e
Explicitly add the include path for android_filesystem_config.h
by Tom Cherry
· 5 years ago
37c5ed3
Simplify native bridge skip check
by Lev Rumyantsev
· 5 years ago
8e5fc5b
NGREG != ELF_NGREG.
by Elliott Hughes
· 5 years ago
d065c04
Incorporate upstream's strptime %Z/%z support.
by Elliott Hughes
· 5 years ago
97ba12b
Updated __libc_get_static_tls_bounds test to be more meaningful
by Vy Nguyen
· 5 years ago
62165a1
Cast from const void * -> const char * when using memchr().
by Stephen Hines
· 5 years ago
1c502d4
Merge "Various coverage improvements."
by Elliott Hughes
· 5 years ago
d4d7efc
Merge "Add a thread-properties API (Based on proposal at https://sourceware.org/glibc/wiki/ThreadPropertiesAPI)"
by Vy Nguyen
· 5 years ago
7cebf83
Various coverage improvements.
by Elliott Hughes
· 5 years ago
aadcb07
Merge "Cleanup for #inclusivefixit."
by Elliott Hughes
· 5 years ago
d500751
Add a thread-properties API
by Vy Nguyen
· 6 years ago
f08e70a
Merge "Reimplement our no-op utmp.h functions more simply."
by Elliott Hughes
· 5 years ago
9a1d397
Reimplement our no-op utmp.h functions more simply.
by Elliott Hughes
· 6 years ago
422b204
Merge "Switch to musl memmem (via OpenBSD)."
by Elliott Hughes
· 6 years ago
6900a09
Merge "Trivial strxfrm coverage improvement."
by Treehugger Robot
· 6 years ago
5633caa
Switch to musl memmem (via OpenBSD).
by Elliott Hughes
· 6 years ago
2e71c17
Trivial strxfrm coverage improvement.
by Elliott Hughes
· 6 years ago
e41012f
Merge "Enable coverage for libc."
by Treehugger Robot
· 6 years ago
8035caa
Enable coverage for libc.
by Pirama Arumuga Nainar
· 6 years ago
aff9a34
Rename linker greylist to exempt-list
by Ryan Prichard
· 6 years ago
cf34653
More cleanup for #inclusivefixit.
by Elliott Hughes
· 6 years ago
3025f12
Merge "Add support for new scudo mallopt options."
by Christopher Ferris
· 6 years ago
cab794c
Move prebuilt library dependencies of bionic-unit-tests to Blueprint
by Chris Parsons
· 6 years ago
8844879
Add support for new scudo mallopt options.
by Christopher Ferris
· 6 years ago
fce3187
Cleanup for #inclusivefixit.
by Elliott Hughes
· 6 years ago
9c6d60d
Merge "Specify sections to merge in segment_gap_outer.lds more precisely"
by Stephen Hines
· 6 years ago
15027e0
Specify sections to merge in segment_gap_outer.lds more precisely
by Stephen Hines
· 6 years ago
613334b
Merge "Cleanup for #inclusivefixit."
by Treehugger Robot
· 6 years ago
cfd8f58
Cleanup for #inclusivefixit.
by Elliott Hughes
· 6 years ago
68ae6ad
Changes for #inclusivefixit.
by Elliott Hughes
· 6 years ago
0f6b504
Remove stack address check in cfi_basic test.
by Evgenii Stepanov
· 6 years ago
b9fa04d
Don't test pw_shell for old vendor images
by Tom Cherry
· 6 years ago
ed51fb9
Skip MTE tests with native_bridge
by Evgeny Eltsin
· 6 years ago
071416b
Use PROT_NONE on the unused parts of CFI shadow.
by Evgenii Stepanov
· 6 years ago
cdb4a26
Update upstream OpenBSD gdtoa.
by Elliott Hughes
· 6 years ago
15cbad3
Merge "Skip pthread.pthread_create__mmap_failures with native_bridge"
by Evgeny Eltsin
· 6 years ago
45b36c2
Skip pthread_leak* tests with native_bridge
by Evgeny Eltsin
· 6 years ago
b4f7aaa
Skip pthread.pthread_create__mmap_failures with native_bridge
by Evgeny Eltsin
· 6 years ago
b56d118
Add util to skip tests with native_bridge
by Evgeny Eltsin
· 6 years ago
7ce3f2c
Merge "Trivial test for difftime(3)."
by Treehugger Robot
· 6 years ago
208fdd1
Trivial test for difftime(3).
by Elliott Hughes
· 6 years ago
6a642f7
Merge "Add newline at end of error message"
by Treehugger Robot
· 6 years ago
cb4a7c8
Add newline at end of error message
by Pirama Arumuga Nainar
· 6 years ago
cacda52
Merge "Revert "Disable dlfcn#dlopen_system_libicuuc_ tests due to test failures on cuttlefish""
by vichang
· 6 years ago
54e502e
Revert "Temporarily disable FdsanTest.vfork."
by Josh Gao
· 6 years ago
b8cd7e7
Revert "Disable dlfcn#dlopen_system_libicuuc_ tests due to test failures on cuttlefish"
by vichang
· 6 years ago
11f92fe
Remove reference to deprecated option.
by Christopher Ferris
· 6 years ago
b4cbff3
Temporarily disable FdsanTest.vfork.
by Josh Gao
· 6 years ago
01fb8d7
Disable dlfcn#dlopen_system_libicuuc_ tests due to test failures on cuttlefish
by Victor Chang
· 6 years ago
e3bc50d
Merge changes If42905f3,Id351a993,I8a082fd0
by Treehugger Robot
· 6 years ago
10bad3e
Merge "Move libicuuc.so into com.android.i18n module."
by vichang
· 6 years ago
4129113
fdtrack: don't do anything while vforked.
by Josh Gao
· 6 years ago
65fb2a7
fdsan: don't do anything when vforked.
by Josh Gao
· 6 years ago
2303283
Track whether a thread is currently vforked.
by Josh Gao
· 6 years ago
f248d2d
Move libicuuc.so into com.android.i18n module.
by Victor Chang
· 6 years ago
Next »