aboutsummaryrefslogtreecommitdiff
path: root/core/test
AgeCommit message (Expand)AuthorFilesLines
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
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