aboutsummaryrefslogtreecommitdiff
path: root/libc/test
AgeCommit message (Expand)AuthorFilesLines
2017-08-24libc/test/run-snprintf: int -> unsigned intStewart Smith1-1/+2
2017-05-31libc: Add labs() to stdlibShilpasri G Bhat1-0/+7
2017-05-01gcov: fix typo preventing libc coverage reportStewart Smith1-1/+1
2016-10-17snprintf: increase testing, %u and 0 paddingStewart Smith1-0/+53
2016-09-02consolidate gcov flags into HOSTGCOVFLAGS for host binariesStewart Smith1-2/+2
2016-03-30*/test/*: Added '<subdir>-check' make targetsOliver O'Halloran1-2/+5
2015-07-02Increase unit test coverage of printf h and z length modifiersStewart Smith1-0/+31
2015-07-02Increase unit test coverage of printf %p and %oStewart Smith1-0/+22
2015-06-24add tests for libc tolower() and toupper()Stewart Smith2-0/+22
2015-06-24add tests for libc isdigit, isprint, isspace, isxdigitStewart Smith2-0/+93
2015-06-24add tests for libc memmoveStewart Smith2-2/+27
2015-06-24add tests for libc strncasecmpStewart Smith2-0/+17
2015-06-24add tests for libc strcasecmpStewart Smith2-0/+27
2015-06-24add tests for libc strcmpStewart Smith2-0/+10
2015-06-24add tests for libc memcmpStewart Smith2-0/+10
2015-06-24add tests for libc memchrStewart Smith2-0/+13
2015-06-01Optimized memset() implementation for POWERStewart Smith2-0/+33
2015-02-23atoi/atol should assume base 10, not autodetect base.Daniel Axtens1-4/+7
2015-02-23Don't recognise a double hex prefix (0x0xNN) as valid.Daniel Axtens1-4/+3
2015-02-23Test libc stdlib functions (atoi/strtol and friends)Daniel Axtens1-0/+60
2015-02-09Fix commit 16c80346Jeremy Kerr1-2/+11
2015-02-05Add OPAL_INVALID_CALL explicitly in opal.h and docsStewart Smith1-11/+2
2015-02-05Makefile: clean the gcov files created during coverageNeelesh Gupta1-2/+11
2015-01-27add libc/test/.gitignore for the new libc unit testsStewart Smith1-0/+10
2015-01-20Add skeleton for libc/ctype unit testsStewart Smith3-1/+62
2015-01-20Add skeleton for libc/stdlib unit testStewart Smith3-1/+62
2015-01-20Skeleton unit tests for libc memops (libc/string/*)Stewart Smith3-1/+71
2015-01-20Add some skiboot snprintf test casesStewart Smith4-5/+242
2014-12-19Exclude all test cases from coverage-reportStewart Smith1-0/+2
2014-12-19Pretty print make check and coverage outputStewart Smith1-4/+4
2014-12-15Fix makefile dependency generation, especially for HOSTCCStewart Smith1-7/+0
2014-11-26Merge branch 'update-2.1.1.1'Stewart Smith1-0/+1
2014-11-26Include stdint.h for libc/test/run-time.c, fixing buildStewart Smith1-0/+1
2014-11-25use $(wildcard ) in test MakefilesDan Streetman1-1/+1
2014-10-22Preliminary code coverage reporting infrastructureStewart Smith1-1/+11
2014-10-01libc/test: Fix timeJoel Stanley1-1/+0
2014-08-15libc: Add mktime and gmtime_rAlistair Popple2-0/+104