summaryrefslogtreecommitdiffstats
path: root/libc/test
Commit message (Expand)AuthorAgeFilesLines
* libc/test/run-snprintf: int -> unsigned intStewart Smith2017-08-241-1/+2
* libc: Add labs() to stdlibShilpasri G Bhat2017-05-311-0/+7
* gcov: fix typo preventing libc coverage reportStewart Smith2017-05-011-1/+1
* snprintf: increase testing, %u and 0 paddingStewart Smith2016-10-171-0/+53
* consolidate gcov flags into HOSTGCOVFLAGS for host binariesStewart Smith2016-09-021-2/+2
* */test/*: Added '<subdir>-check' make targetsOliver O'Halloran2016-03-301-2/+5
* Increase unit test coverage of printf h and z length modifiersStewart Smith2015-07-021-0/+31
* Increase unit test coverage of printf %p and %oStewart Smith2015-07-021-0/+22
* add tests for libc tolower() and toupper()Stewart Smith2015-06-242-0/+22
* add tests for libc isdigit, isprint, isspace, isxdigitStewart Smith2015-06-242-0/+93
* add tests for libc memmoveStewart Smith2015-06-242-2/+27
* add tests for libc strncasecmpStewart Smith2015-06-242-0/+17
* add tests for libc strcasecmpStewart Smith2015-06-242-0/+27
* add tests for libc strcmpStewart Smith2015-06-242-0/+10
* add tests for libc memcmpStewart Smith2015-06-242-0/+10
* add tests for libc memchrStewart Smith2015-06-242-0/+13
* Optimized memset() implementation for POWERStewart Smith2015-06-012-0/+33
* atoi/atol should assume base 10, not autodetect base.Daniel Axtens2015-02-231-4/+7
* Don't recognise a double hex prefix (0x0xNN) as valid.Daniel Axtens2015-02-231-4/+3
* Test libc stdlib functions (atoi/strtol and friends)Daniel Axtens2015-02-231-0/+60
* Fix commit 16c80346Jeremy Kerr2015-02-091-2/+11
* Add OPAL_INVALID_CALL explicitly in opal.h and docsStewart Smith2015-02-051-11/+2
* Makefile: clean the gcov files created during coverageNeelesh Gupta2015-02-051-2/+11
* add libc/test/.gitignore for the new libc unit testsStewart Smith2015-01-271-0/+10
* Add skeleton for libc/ctype unit testsStewart Smith2015-01-203-1/+62
* Add skeleton for libc/stdlib unit testStewart Smith2015-01-203-1/+62
* Skeleton unit tests for libc memops (libc/string/*)Stewart Smith2015-01-203-1/+71
* Add some skiboot snprintf test casesStewart Smith2015-01-204-5/+242
* Exclude all test cases from coverage-reportStewart Smith2014-12-191-0/+2
* Pretty print make check and coverage outputStewart Smith2014-12-191-4/+4
* Fix makefile dependency generation, especially for HOSTCCStewart Smith2014-12-151-7/+0
* Merge branch 'update-2.1.1.1'Stewart Smith2014-11-261-0/+1
|\
| * Include stdint.h for libc/test/run-time.c, fixing buildStewart Smith2014-11-261-0/+1
* | use $(wildcard ) in test MakefilesDan Streetman2014-11-251-1/+1
* | Preliminary code coverage reporting infrastructureStewart Smith2014-10-221-1/+11
* | libc/test: Fix timeJoel Stanley2014-10-011-1/+0
|/
* libc: Add mktime and gmtime_rAlistair Popple2014-08-152-0/+104
OpenPOWER on IntegriCloud