index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add C11 <stdatomic.h>.
Elliott Hughes
2014-05-23
2
-0
/
+166
*
Revert "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"
Christopher Ferris
2014-05-24
1
-11
/
+0
*
Add optimized AArch64 versions of bcopy and wmemmove based on memmove
Bernhard Rosenkraenzer
2014-05-23
1
-0
/
+11
*
Cleaned up pthread rwlocks implementation.
Calin Juravle
2014-05-23
1
-2
/
+2
*
Fix dlsym_failure NULL handle test
Dmitriy Ivanov
2014-05-22
1
-7
/
+3
*
Merge "Add dprintf test"
Calin Juravle
2014-05-22
1
-0
/
+19
|
\
|
*
Add dprintf test
Calin Juravle
2014-05-22
1
-0
/
+19
*
|
Merge "Removed dlsym handle != NULL check for lp64"
Dmitriy Ivanov
2014-05-22
1
-0
/
+3
|
\
\
|
*
|
Removed dlsym handle != NULL check for lp64
Dmitriy Ivanov
2014-05-21
1
-0
/
+3
*
|
|
Merge "Mutex-free implementation of pthread_rwlock"
Calin Juravle
2014-05-22
1
-0
/
+37
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Mutex-free implementation of pthread_rwlock
Calin Juravle
2014-05-22
1
-0
/
+37
*
|
|
Support for jemalloc to replace dlmalloc.
Christopher Ferris
2014-05-20
2
-1
/
+20
*
|
|
Merge "denver: optimize memmove"
Christopher Ferris
2014-05-20
1
-0
/
+66
|
\
\
\
|
*
|
|
denver: optimize memmove
Shu Zhang
2014-05-20
1
-0
/
+66
*
|
|
|
Add RTLD_NOLOAD support and some related changes.
Dmitriy Ivanov
2014-05-20
3
-0
/
+47
|
|
_
|
/
|
/
|
|
*
|
|
Use -fvisibility=hidden to build libm.
Elliott Hughes
2014-05-19
1
-2
/
+0
*
|
|
Merge "Address additional warnings found by GCC 4.9."
Ben Cheng
2014-05-19
1
-6
/
+6
|
\
\
\
|
*
|
|
Address additional warnings found by GCC 4.9.
Ben Cheng
2014-05-19
1
-6
/
+6
|
|
/
/
*
|
|
Accuracy tests for libm
Jingwei Zhang
2014-05-16
15
-0
/
+51814
|
/
/
*
|
Merge "Improve detection of already loaded libraries"
Dmitriy Ivanov
2014-05-15
1
-0
/
+13
|
\
\
|
|
/
|
/
|
|
*
Improve detection of already loaded libraries
Dmitriy Ivanov
2014-05-14
1
-0
/
+13
*
|
Document a known test issue in stdio_test.cpp.
Calin Juravle
2014-05-15
1
-3
/
+5
*
|
Add tests for fprintf behavior when the underlying fd is bad.
Elliott Hughes
2014-05-14
1
-0
/
+23
|
/
*
Add a unit test for already-fixed printf -0.0 formatting.
Elliott Hughes
2014-05-14
1
-0
/
+7
*
Add a regression test for a long-fixed pthread_once bug.
Elliott Hughes
2014-05-14
1
-0
/
+20
*
Switch to g_ for globals.
Elliott Hughes
2014-05-14
4
-27
/
+27
*
Use the NetBSD inet_ntop until the OpenBSD bug is fixed.
Elliott Hughes
2014-05-13
1
-0
/
+20
*
Flesh out <arpa/inet.h>.
Elliott Hughes
2014-05-13
2
-0
/
+62
*
Consistently use #if defined(__BIONIC__) in tests.
Elliott Hughes
2014-05-13
11
-22
/
+22
*
Add getmntent_r to our collection of <mntent.h> compatibility stubs.
Elliott Hughes
2014-05-13
2
-0
/
+35
*
Add fpos_t tests.
Calin Juravle
2014-05-13
1
-0
/
+127
*
Support mb sequences across calls to mb*to*wcs* functions
Calin Juravle
2014-05-13
1
-0
/
+108
*
Fix use-after-free errors in stdio_test.
Elliott Hughes
2014-05-12
1
-10
/
+6
*
Merge "Align struct passwd definition with other variations of libc"
Calin Juravle
2014-05-12
1
-0
/
+4
|
\
|
*
Align struct passwd definition with other variations of libc
Calin Juravle
2014-05-09
1
-0
/
+4
*
|
Merge "Hide the __bionic_clone and __bionic_clone_entry implementation details."
Elliott Hughes
2014-05-09
2
-16
/
+8
|
\
\
|
*
|
Hide the __bionic_clone and __bionic_clone_entry implementation details.
Elliott Hughes
2014-05-08
2
-16
/
+8
*
|
|
Merge "Test dlopen with symlinked .so files"
Dmitriy Ivanov
2014-05-09
2
-0
/
+21
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Test dlopen with symlinked .so files
Dmitriy Ivanov
2014-05-08
2
-0
/
+21
*
|
|
Merge "wchar_test.cpp: fix error between comparison signed and unsigned integer"
Elliott Hughes
2014-05-08
1
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
wchar_test.cpp: fix error between comparison signed and unsigned integer
Yongqin Liu
2014-05-09
1
-3
/
+3
*
|
|
Merge "Add basic tests for fsync/fdatasync."
Elliott Hughes
2014-05-07
1
-0
/
+43
|
\
\
\
|
*
|
|
Add basic tests for fsync/fdatasync.
Elliott Hughes
2014-05-07
1
-0
/
+43
*
|
|
|
Merge "Add missing test for atexit test suite."
Dmitriy Ivanov
2014-05-07
3
-11
/
+70
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add missing test for atexit test suite.
Dmitriy Ivanov
2014-05-07
3
-11
/
+70
*
|
|
|
Merge "Fix bionic-unit-tests-glibc-run target"
Calin Juravle
2014-05-07
1
-0
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix bionic-unit-tests-glibc-run target
Calin Juravle
2014-05-07
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge "Test that relro sharing actually saves memory."
Torne (Richard Coles)
2014-05-07
2
-0
/
+127
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Test that relro sharing actually saves memory.
Torne (Richard Coles)
2014-05-06
2
-0
/
+127
*
|
|
Merge "Fix <math.h> to quieten most of our warnings."
Elliott Hughes
2014-05-06
1
-2
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
[next]