summaryrefslogtreecommitdiffstats
path: root/core/test
Commit message (Expand)AuthorAgeFilesLines
* nvram-format: Fix endian issuesStewart Smith2017-02-231-3/+3
* core/test/run-buddy: add one more test to get to 100% lines coveredStewart Smith2017-01-051-1/+2
* buddy: Add a simple generic buddy allocatorBenjamin Herrenschmidt2017-01-052-1/+84
* Add bitmap testStewart Smith2017-01-042-1/+82
* core/flash-subpartition: compute partition size from subpartition structStewart Smith2016-10-251-1/+5
* core/flash: Move subpartition locating logic out into own file, add testsStewart Smith2016-10-252-0/+56
* console-log: print full remaining timebase in skiboot logStewart Smith2016-10-173-9/+9
* nvram: force re-verification after writingOliver O'Halloran2016-10-141-0/+5
* core/pel: Validate 'system-id' DT property before usingVasant Hegde2016-10-111-5/+19
* consolidate gcov flags into HOSTGCOVFLAGS for host binariesStewart Smith2016-09-021-2/+2
* core/test: add tests for nvram_query()Oliver O'Halloran2016-08-301-0/+46
* core/test: add test for nul check in nvram_format()Oliver O'Halloran2016-08-301-0/+6
* Make console-log time more readable: seconds rather than timebaseBalbir Singh2016-08-243-10/+16
* check: Fix bugs in mem region testsBenjamin Herrenschmidt2016-08-182-2/+0
* Build host programs (and checks) with debug enabledBenjamin Herrenschmidt2016-08-183-1/+4
* Use additional checks in skiboot for pointersBalbir Singh2016-08-171-0/+3
* Add infrastructure for pointer validation.Balbir Singh2016-08-122-0/+52
* make check: make test runs less noisyStewart Smith2016-07-121-4/+4
* Timebase quirk for slow simulators like AWAN and SIMICSBenjamin Herrenschmidt2016-07-062-0/+4
* */test/*: Added '<subdir>-check' make targetsOliver O'Halloran2016-03-301-5/+8
* Merge branch 'stable'Stewart Smith2016-01-211-0/+71
|\
| * DT sorting testOliver O'Halloran2016-01-211-0/+71
| * Enable -Werror for -WformatStewart Smith2016-01-211-1/+1
* | Enable -Werror for -WformatStewart Smith2015-11-161-1/+1
* | assert cpu < CPUS in core/test/run-trace.cStewart Smith2015-11-161-2/+7
* | Add unit test for timebase functionsStewart Smith2015-10-082-0/+57
|/
* Ensure reserved memory ranges are exposed correctly to host (fix corrupted SL...Stewart Smith2015-09-222-2/+2
* slw/timer: SBE based timer supportBenjamin Herrenschmidt2015-09-111-0/+6
* timer: Pass current timer to timer callbacksBenjamin Herrenschmidt2015-09-111-1/+2
* Fix harmless free() after realloc() in test-malloc.cStewart Smith2015-09-091-2/+2
* trivial run-malloc test fixup that was fooling coverityStewart Smith2015-09-081-1/+1
* core/mem_region: Add mem_range_is_reserved()Jeremy Kerr2015-08-172-0/+217
* fix run-pel.c build after error log entry changesStewart Smith2015-07-311-1/+1
* Add mem_dump_free() call to mem_region unit testStewart Smith2015-07-021-0/+2
* add test for nvram free space partition nameStewart Smith2015-06-241-6/+3
* Expand nvram-format unit test to cover all error pathsStewart Smith2015-06-241-2/+85
* Move NVRAM format/check code out into separate file to unit testStewart Smith2015-06-242-0/+32
* Add unit test for core/time-utilsStewart Smith2015-06-242-0/+61
* Fix assert test in run-mem_region_reservations.cStewart Smith2015-06-151-1/+1
* Fix assert tests in run-mem_region_next.cStewart Smith2015-06-151-6/+6
* Merge branch 'stable'Stewart Smith2015-06-051-1/+2
|\
| * core/mem_region: Create reservations of type REGION_HW_RESERVEDJeremy Kerr2015-06-051-1/+2
* | Merge PRD rework from stableStewart Smith2015-05-213-32/+197
|\ \ | |/
| * core: Add mem_region_nextJeremy Kerr2015-05-212-1/+130
| * core: Add node-style memory reservation to device treeJeremy Kerr2015-05-211-30/+78
| * core: Prevent adding new regions after mem_region_add_dt_reservedJeremy Kerr2015-05-212-1/+186
| * core/test: Use skiboot's own malloc for mem_region testsJeremy Kerr2015-05-211-15/+8
| * core/test: simulate proper locking in run-mem_region testJeremy Kerr2015-05-211-2/+13
| * core: Add asserts for region free-list lockingJeremy Kerr2015-05-216-0/+33
| * core: Move free-list locking to a separate per-region lockJeremy Kerr2015-05-214-17/+17
OpenPOWER on IntegriCloud