aboutsummaryrefslogtreecommitdiff
path: root/core/test
AgeCommit message (Expand)AuthorFilesLines
2015-11-16Enable -Werror for -WformatStewart Smith1-1/+1
2015-11-16assert cpu < CPUS in core/test/run-trace.cStewart Smith1-2/+7
2015-10-08Add unit test for timebase functionsStewart Smith2-0/+57
2015-09-22Ensure reserved memory ranges are exposed correctly to host (fix corrupted SL...Stewart Smith2-2/+2
2015-09-11slw/timer: SBE based timer supportBenjamin Herrenschmidt1-0/+6
2015-09-11timer: Pass current timer to timer callbacksBenjamin Herrenschmidt1-1/+2
2015-09-09Fix harmless free() after realloc() in test-malloc.cStewart Smith1-2/+2
2015-09-08trivial run-malloc test fixup that was fooling coverityStewart Smith1-1/+1
2015-08-17core/mem_region: Add mem_range_is_reserved()Jeremy Kerr2-0/+217
2015-07-31fix run-pel.c build after error log entry changesStewart Smith1-1/+1
2015-07-02Add mem_dump_free() call to mem_region unit testStewart Smith1-0/+2
2015-06-24add test for nvram free space partition nameStewart Smith1-6/+3
2015-06-24Expand nvram-format unit test to cover all error pathsStewart Smith1-2/+85
2015-06-24Move NVRAM format/check code out into separate file to unit testStewart Smith2-0/+32
2015-06-24Add unit test for core/time-utilsStewart Smith2-0/+61
2015-06-15Fix assert test in run-mem_region_reservations.cStewart Smith1-1/+1
2015-06-15Fix assert tests in run-mem_region_next.cStewart Smith1-6/+6
2015-06-05Merge branch 'stable'Stewart Smith1-1/+2
2015-06-05core/mem_region: Create reservations of type REGION_HW_RESERVEDskiboot-5.0.3Jeremy Kerr1-1/+2
2015-05-21Merge PRD rework from stableStewart Smith3-32/+197
2015-05-21core: Add mem_region_nextJeremy Kerr2-1/+130
2015-05-21core: Add node-style memory reservation to device treeJeremy Kerr1-30/+78
2015-05-21core: Prevent adding new regions after mem_region_add_dt_reservedJeremy Kerr2-1/+186
2015-05-21core/test: Use skiboot's own malloc for mem_region testsJeremy Kerr1-15/+8
2015-05-21core/test: simulate proper locking in run-mem_region testJeremy Kerr1-2/+13
2015-05-21core: Add asserts for region free-list lockingJeremy Kerr6-0/+33
2015-05-21core: Move free-list locking to a separate per-region lockJeremy Kerr4-17/+17
2015-05-13Make makefile for core/test a bit prettierStewart Smith1-1/+13
2015-05-13core: Prevent adding new regions after mem_region_add_dt_reservedJeremy Kerr2-1/+186
2015-05-13core/test: Use skiboot's own malloc for mem_region testsJeremy Kerr1-15/+8
2015-05-13core/test: simulate proper locking in run-mem_region testJeremy Kerr1-2/+13
2015-05-13core: Add asserts for region free-list lockingJeremy Kerr6-0/+33
2015-05-13core: Move free-list locking to a separate per-region lockJeremy Kerr4-17/+17
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