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
*
Rename fortify_sprintf_warnings.cpp to fortify_compilation_test.cpp.
Yabin Cui
2015-03-05
2
-1
/
+1
*
Fix fortify compilation test in x86_64.
Yabin Cui
2015-03-05
1
-2
/
+2
*
Fix fortify compilation test on x86.
Yabin Cui
2015-03-04
1
-2
/
+2
*
Fix fortify compilation test on mips.
Yabin Cui
2015-03-04
1
-5
/
+5
*
Merge "Switch pthread_rwlock_t to stdatomic."
Yabin Cui
2015-03-05
1
-0
/
+75
|
\
|
*
Switch pthread_rwlock_t to stdatomic.
Yabin Cui
2015-03-04
1
-0
/
+75
*
|
Add fortify compile test.
Yabin Cui
2015-03-04
1
-6
/
+181
*
|
Fix fread returning bad data.
Christopher Ferris
2015-02-27
1
-0
/
+38
*
|
Make bionic gtest main be compatible with gtest output format for cts test.
Yabin Cui
2015-02-26
2
-4
/
+49
*
|
Make all output of child test go to parent process in gtest_main.
Yabin Cui
2015-02-24
1
-34
/
+17
*
|
Fix "faccessat ignores flags"
Nick Kralevich
2015-02-24
1
-0
/
+40
*
|
Fix dup2 in the case where the two fds are equal.
Elliott Hughes
2015-02-23
1
-0
/
+19
*
|
Add GNU extensions mempcpy and wmemcpy.
Elliott Hughes
2015-02-18
2
-0
/
+10
*
|
Merge "Accuracy tests for libm"
Christopher Ferris
2015-02-17
100
-16
/
+180847
|
\
\
|
*
|
Accuracy tests for libm
Jingwei Zhang
2015-02-14
100
-16
/
+180847
*
|
|
Merge "Fix memchr overflow."
Elliott Hughes
2015-02-17
1
-0
/
+10
|
\
\
\
|
*
|
|
Fix memchr overflow.
Elliott Hughes
2015-02-14
1
-0
/
+10
|
|
/
/
*
|
|
Regression test for NDK bug 80199.
Elliott Hughes
2015-02-14
1
-0
/
+5
|
/
/
*
|
Fix our ftw tests.
Elliott Hughes
2015-02-10
1
-15
/
+42
|
/
*
Display errors instead of running infinitely.
Christopher Ferris
2015-02-06
1
-17
/
+27
*
Add path separator in bionic-unit-tests program path.
Yabin Cui
2015-02-05
1
-0
/
+21
*
Merge "Add signal handling in bionic gtest main."
Yabin Cui
2015-02-05
1
-136
/
+235
|
\
|
*
Add signal handling in bionic gtest main.
Yabin Cui
2015-02-04
1
-136
/
+235
*
|
Merge "Fix poll/ppoll fortify test to avoid hanging in failed fortify clang t...
Yabin Cui
2015-02-05
1
-2
/
+7
|
\
\
|
*
|
Fix poll/ppoll fortify test to avoid hanging in failed fortify clang test.
Yabin Cui
2015-02-04
1
-2
/
+7
|
|
/
*
|
Merge "Add test about pthread_mutex_t owner tid limit."
Yabin Cui
2015-02-03
1
-0
/
+12
|
\
\
|
|
/
|
/
|
|
*
Add test about pthread_mutex_t owner tid limit.
Yabin Cui
2015-02-03
1
-0
/
+12
*
|
Merge "Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH support"
Nick Kralevich
2015-02-02
1
-0
/
+124
|
\
\
|
*
|
Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH support
Nick Kralevich
2015-02-02
1
-0
/
+124
|
|
/
*
|
Explicitly check that the reason fortify tests abort is fortify.
Elliott Hughes
2015-02-02
1
-73
/
+65
*
|
Fortify poll and ppoll.
Elliott Hughes
2015-02-02
1
-9
/
+13
*
|
Add the fortify tests back into the glibc tests.
Elliott Hughes
2015-01-31
1
-0
/
+1
|
/
*
Add --gtest-filter as synonym for --gtest_filter in bionic gtest main.
Yabin Cui
2015-01-28
1
-0
/
+13
*
Merge "Fix parse of gtest_filter in bionic gtest main."
Yabin Cui
2015-01-27
1
-1
/
+6
|
\
|
*
Fix parse of gtest_filter in bionic gtest main.
Yabin Cui
2015-01-27
1
-1
/
+6
*
|
Merge "Add a test for float registers across setjmp/logjmp."
Elliott Hughes
2015-01-27
1
-0
/
+51
|
\
\
|
|
/
|
/
|
|
*
Add a test for float registers across setjmp/logjmp.
Elliott Hughes
2015-01-26
1
-0
/
+51
*
|
Rename "TIMEWARN" to "SLOW" in bionic gtest.
Yabin Cui
2015-01-26
1
-17
/
+17
|
/
*
Merge "Support --gtest_ouput option in bionic gtest main."
Yabin Cui
2015-01-27
1
-210
/
+402
|
\
|
*
Support --gtest_ouput option in bionic gtest main.
Yabin Cui
2015-01-26
1
-210
/
+402
*
|
Merge "Add <error.h>."
Elliott Hughes
2015-01-26
2
-0
/
+73
|
\
\
|
*
|
Add <error.h>.
Elliott Hughes
2015-01-26
2
-0
/
+73
*
|
|
Remove obsolete BUILD_TINY_ANDROID.
Elliott Hughes
2015-01-24
1
-3
/
+0
|
/
/
*
|
Fix optimized fread.
Elliott Hughes
2015-01-24
1
-1
/
+55
*
|
Merge "Minimize calls to mprotect"
Dmitriy Ivanov
2015-01-24
3
-0
/
+63
|
\
\
|
*
|
Minimize calls to mprotect
Dmitriy Ivanov
2015-01-23
3
-0
/
+63
*
|
|
Allow make to set a timeout for the host tests.
Dan Albert
2015-01-23
1
-0
/
+5
|
/
/
*
|
There's no such thing as LOCAL_CXXFLAGS.
Elliott Hughes
2015-01-22
1
-2
/
+2
*
|
Fix the stdio.fread_EOF test.
Elliott Hughes
2015-01-22
1
-7
/
+8
*
|
Fix fread_EOF test name.
Elliott Hughes
2015-01-22
1
-1
/
+1
|
/
[next]