summaryrefslogtreecommitdiffstats
path: root/tests/stdio_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ensure we initialize stdin/stdout/stderr's recursive mutexes.Elliott Hughes2014-11-031-0/+17
* call uselocale() before freelocale() to make sure that g_local_key has a vali...Wally Yau2014-08-271-1/+2
* Proper MB_CUR_MAX.Dan Albert2014-08-061-0/+5
* Remove declaration for putw(3)/getw(3).Dan Albert2014-06-111-4/+0
* Fix the printf family for non-ASCII.Elliott Hughes2014-06-051-0/+19
* Fix dprintf test.Christopher Ferris2014-05-291-8/+7
* Add dprintf testCalin Juravle2014-05-221-0/+19
* Document a known test issue in stdio_test.cpp.Calin Juravle2014-05-151-3/+5
* Add tests for fprintf behavior when the underlying fd is bad.Elliott Hughes2014-05-141-0/+23
* Add a unit test for already-fixed printf -0.0 formatting.Elliott Hughes2014-05-141-0/+7
* Consistently use #if defined(__BIONIC__) in tests.Elliott Hughes2014-05-131-7/+7
* Add fpos_t tests.Calin Juravle2014-05-131-0/+127
* Fix use-after-free errors in stdio_test.Elliott Hughes2014-05-121-10/+6
* Merge "Disable %n in printf and vfwprintf."Elliott Hughes2014-05-051-4/+9
|\
| * Disable %n in printf and vfwprintf.Elliott Hughes2014-05-051-4/+9
* | Switch to current upstream OpenBSD wsetup.c.Elliott Hughes2014-05-051-0/+42
|/
* Upgrade to current vfprintf.Elliott Hughes2014-04-171-10/+31
* Switch to gdtoa.Elliott Hughes2014-04-161-4/+14
* Extra tests for printf of NaN and Inf.Elliott Hughes2014-04-141-0/+19
* Fix the printf issue for 64 bits. The following case:Alexander Ivchenko2014-04-021-0/+3
* Use the float/double assert macros.Christopher Ferris2014-03-171-1/+1
* Upgrade to current upstream scanf implementation.Elliott Hughes2014-03-121-0/+11
* Make sure that the same tests are on all platforms.Christopher Ferris2014-02-061-6/+8
* Don't abort in stdio.getdelim_invalid and stdio.getline_invalid.Elliott Hughes2013-12-191-0/+2
* Modify tests for another glibc difference.Christopher Ferris2013-11-151-0/+6
* Fix up failing glibc tests.Christopher Ferris2013-10-291-0/+4
* Fix some test assumptions that are wrong for __LP64__.Elliott Hughes2013-10-181-0/+8
* Fix clang warnings in bionic.Stephen Hines2013-10-111-3/+3
* Add a unit test for %n.Elliott Hughes2013-09-241-0/+12
* Fix %hhd formats in the printf family.Elliott Hughes2013-09-231-0/+127
* Start moving to current FreeBSD stdio.Elliott Hughes2013-04-111-0/+18
* Let bionic use the correct definition of ssize_t.Elliott Hughes2013-03-081-6/+2
* Upgrade to current NetBSD popen/pclose.Elliott Hughes2013-03-061-0/+12
* Avoid changing the C++ ABI with ssize_t.Elliott Hughes2013-02-281-1/+8
* use architecture-specific ssize_t definitionThorsten Glaser2013-02-191-0/+9
* Fix __pthread_clone on ARM to set errno on failure.Elliott Hughes2013-02-111-8/+8
* Add getdelim(3) and getline(3) to bionicIrina Tirdea2012-09-271-0/+123
* Fix tmpfile(3).Elliott Hughes2012-09-261-0/+48