summaryrefslogtreecommitdiffstats
path: root/tests/chip.c
Commit message (Expand)AuthorAgeFilesLines
* flashrom: Use WP-based unlocking on opaque mastersNikolai Artemiev2023-05-091-36/+1
* tree/: Convert unlock func ptr into enumerate valuesEdward O'Callaghan2023-03-201-2/+7
* tests/: Assert on NULL heap allocations in testsEdward O'Callaghan2023-01-221-0/+6
* tests/chip{_wp}.c: Avoid unnecessary heap allocationsEdward O'Callaghan2023-01-221-11/+5
* tests/chip: Add non-aligned write within a region unit-testEdward O'Callaghan2023-01-171-0/+91
* tests/chip.c: Set MOCK_CHIP_CONTENT non-ambiguouslyEdward O'Callaghan2023-01-151-1/+1
* tree/: Convert flashchip erase_block func ptr to enumerateEdward O'Callaghan2022-11-111-1/+6
* tree/: Convert flashchips db to use indirection for erase_blockEdward O'Callaghan2022-11-111-5/+5
* tests: Add prefix to io_mock functions not to clash with macrosAnastasia Klimchuk2022-11-081-2/+2
* tree/: Convert flashchip read func ptr to enumerateEdward O'Callaghan2022-11-011-2/+7
* tree/: Convert flashchip write func ptr to enumerateEdward O'Callaghan2022-11-011-2/+8
* tests: Add and include headers with function prototypesAnastasia Klimchuk2022-04-291-0/+1
* tests: Mark all static functions as staticAnastasia Klimchuk2022-04-291-5/+5
* tests/: Add file path and flags validation to open() callsEdward O'Callaghan2022-04-181-17/+71
* tests: Add tests for verify operationAnastasia Klimchuk2022-02-181-0/+96
* tests: Add comprehensive comment for chip.cAnastasia Klimchuk2022-02-141-0/+12
* tests: Set up mock chip memory in consistent and predictable wayAnastasia Klimchuk2022-02-141-0/+2
* tests: Convert write chip tests to libflashrom APIAnastasia Klimchuk2022-01-191-2/+11
* tests: Convert read chip tests to libflashrom APIAnastasia Klimchuk2022-01-191-2/+11
* tests: Convert erase chip tests to libflashrom APIAnastasia Klimchuk2022-01-191-2/+3
* tests: Rename flash context in chip tests to flashctxAnastasia Klimchuk2021-11-081-22/+22
* tests: Add tests to write on chipAnastasia Klimchuk2021-11-081-0/+61
* tests: Revise mock chip definition and usageAnastasia Klimchuk2021-10-011-117/+60
* tests: Add tests to read from chipAnastasia Klimchuk2021-10-011-0/+97
* tests: Extract setup and teardown for chip testsAnastasia Klimchuk2021-10-011-55/+47
* tests: Add tests to erase a chipAnastasia Klimchuk2021-08-191-0/+226