aboutsummaryrefslogtreecommitdiff
path: root/core/test
AgeCommit message (Expand)AuthorFilesLines
2014-11-07timer: Add scheduled timer facilityBenjamin Herrenschmidt2-1/+57
2014-10-27Fix stack usage might be unbounded warning in core/test/run-mem_region_initStewart Smith1-1/+4
2014-10-22Test cleanup code path in opal_msg_init()Stewart Smith1-2/+11
2014-10-22fsp/elog: Create a logging frontendAlistair Popple2-1/+55
2014-10-22fsp/elog: Separate the PEL log formatting functionsAlistair Popple2-2/+83
2014-10-22Add some (not that good) testing of mem_dump_allocs()Stewart Smith1-0/+1
2014-10-22Test zalloc() failure case.Stewart Smith1-0/+4
2014-10-22Add unit test for realloc failureStewart Smith1-0/+10
2014-10-22Preliminary code coverage reporting infrastructureStewart Smith2-6/+18
2014-10-21Fix make check after Ben broke it with external/* -> external/trace/ renameStewart Smith1-1/+1
2014-10-17Rename mem_size() to mem_allocated_size()Stewart Smith1-4/+4
2014-10-17in realloc(), memcpy() call would copy past end of allocationStewart Smith1-1/+24
2014-10-15Fix stack usage in run-malloc-speed test by using mallocStewart Smith1-1/+4
2014-08-15{core,hdata}/test: Add prlog to stubJoel Stanley1-1/+12
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt11-0/+1835