aboutsummaryrefslogtreecommitdiff
path: root/core/test
AgeCommit message (Expand)AuthorFilesLines
2016-10-17console-log: print full remaining timebase in skiboot logStewart Smith3-9/+9
2016-10-14nvram: force re-verification after writingOliver O'Halloran1-0/+5
2016-10-11core/pel: Validate 'system-id' DT property before usingVasant Hegde1-5/+19
2016-09-02consolidate gcov flags into HOSTGCOVFLAGS for host binariesStewart Smith1-2/+2
2016-08-30core/test: add tests for nvram_query()Oliver O'Halloran1-0/+46
2016-08-30core/test: add test for nul check in nvram_format()Oliver O'Halloran1-0/+6
2016-08-24Make console-log time more readable: seconds rather than timebaseBalbir Singh3-10/+16
2016-08-18check: Fix bugs in mem region testsBenjamin Herrenschmidt2-2/+0
2016-08-18Build host programs (and checks) with debug enabledBenjamin Herrenschmidt3-1/+4
2016-08-17Use additional checks in skiboot for pointersBalbir Singh1-0/+3
2016-08-12Add infrastructure for pointer validation.Balbir Singh2-0/+52
2016-07-12make check: make test runs less noisyStewart Smith1-4/+4
2016-07-06Timebase quirk for slow simulators like AWAN and SIMICSBenjamin Herrenschmidt2-0/+4
2016-03-30*/test/*: Added '<subdir>-check' make targetsOliver O'Halloran1-5/+8
2016-01-21Merge branch 'stable'Stewart Smith1-0/+71
2016-01-21DT sorting testOliver O'Halloran1-0/+71
2016-01-21Enable -Werror for -WformatStewart Smith1-1/+1
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