aboutsummaryrefslogtreecommitdiff
path: root/core/test
AgeCommit message (Expand)AuthorFilesLines
2015-05-12Add test for pr_fmtStewart Smith1-0/+72
2015-05-12Add pr_fmt to do printf/prlog prefixing automagicallyStewart Smith5-3/+18
2015-03-05core/test: Test compatible, chip id and phandle related DT functionsDaniel Axtens1-0/+56
2015-03-05core/test: Test more get/set functions in device.cDaniel Axtens1-0/+70
2015-03-05core/test: Use "" as the name of the device tree root node.Daniel Axtens1-11/+11
2015-03-05core/test: Test that device paths/names function as expected.Daniel Axtens1-4/+61
2015-01-19Merge branch 'update-2.1.1.1'Stewart Smith2-0/+114
2015-01-19opal: Add unit test for buffer overrun in prlog/printfMahesh Salgaonkar2-2/+125
2014-12-19clean CORE_TEST_NOSTUB binariesStewart Smith1-0/+1
2014-12-19Add console-log unit testStewart Smith2-0/+87
2014-12-19Exclude all test cases from coverage-reportStewart Smith1-0/+2
2014-12-19Add another pel test to test user sectionStewart Smith1-0/+33
2014-12-19Increase test coverage of pel testStewart Smith1-1/+5
2014-12-19Pretty print make check and coverage outputStewart Smith1-5/+5
2014-12-15Fix makefile dependency generation, especially for HOSTCCStewart Smith1-9/+0
2014-12-05silence integer/pointer from integer/pointer warnings in core/test/run-mem_re...Stewart Smith1-3/+3
2014-12-05Fix unused result of realloc warning in core/test/run-malloc.cStewart Smith1-1/+3
2014-12-05Fix unbounded stack usage warning in core/test/run-mem_region_release_unused.cStewart Smith1-1/+5
2014-12-05Silence warning for core/tests/stubs.c prlog missing prototypeStewart Smith1-1/+3
2014-12-05Fix unbounded stack usage warning in core/test/run-mem_region_release_unused_...Stewart Smith1-1/+5
2014-12-02elog: Clean up error logging headersAlistair Popple1-1/+1
2014-12-02Remove #define sync in test/run-trace.c - don't confuse with sync(2)Stewart Smith1-2/+1
2014-12-02core/test: fix compile error in run-traceCédric Le Goater1-0/+5
2014-11-28More trace endian fixes so make check works againBenjamin Herrenschmidt1-29/+29
2014-11-25use $(wildcard ) in test MakefilesDan Streetman1-1/+1
2014-11-22core/test: Fix timer test caseVasant Hegde1-1/+1
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