| Commit message (Expand) | Author | Age | Files | Lines |
* | cmocka: Drop as meson subproject | Thomas Heijligen | 2022-08-17 | 1 | -1/+1 |
* | tests/realtek_mst_i2c_spi.c: Fix macro closing comment | Felix Singer | 2022-08-10 | 1 | -1/+1 |
* | tests: Test allow_brick is required for i2c programmers init | Anastasia Klimchuk | 2022-08-10 | 5 | -0/+54 |
* | tests: Add function to test programmer init error paths | Anastasia Klimchuk | 2022-08-10 | 2 | -0/+21 |
* | tests: Add basic lifecycle test for mediatek_i2c_spi | Anastasia Klimchuk | 2022-08-08 | 4 | -0/+39 |
* | tests: Add basic lifecycle test for parade_lspcon | Anastasia Klimchuk | 2022-08-08 | 4 | -0/+39 |
* | tests/test.c: Allow filtering of tests using cmocka API | Evan Benn | 2022-08-02 | 1 | -1/+4 |
* | meson: fix various meson build warnings and formatting | Nikolai Artemiev | 2022-07-28 | 1 | -3/+0 |
* | realtek_mst_i2c_spi: Use underscores for parameters instead hyphens | Felix Singer | 2022-07-22 | 1 | -1/+1 |
* | realtek_mst_i2c_spi.c: Add allow-brick=yes programmer param | Edward O'Callaghan | 2022-07-17 | 1 | -1/+1 |
* | tests: Make libusb conditional dependency for unit tests | Anastasia Klimchuk | 2022-07-10 | 3 | -6/+64 |
* | tests: Split lifecycle test file into per-programmer files | Anastasia Klimchuk | 2022-07-10 | 9 | -383/+502 |
* | tests: Add lifecycle function prototypes into lifecycle.h header | Anastasia Klimchuk | 2022-07-10 | 2 | -7/+6 |
* | tests: Create lifecycle.h and gather includes and macro there | Anastasia Klimchuk | 2022-07-10 | 2 | -12/+33 |
* | tests: Remove unnecessary static keyword from lifecycle tests | Anastasia Klimchuk | 2022-06-28 | 1 | -9/+9 |
* | tests: Add dummyflasher unit tests for opaque programmer | Anastasia Klimchuk | 2022-06-28 | 3 | -1/+17 |
* | tests: Use regular cmocka wraps for hwaccess functions | Anastasia Klimchuk | 2022-06-21 | 4 | -82/+18 |
* | spi25_statusreg: Allow WRSR_EXT for Status Register 3 | Nico Huber | 2022-06-20 | 1 | -1/+1 |
* | libflashrom: Return progress state to the library user | Richard Hughes | 2022-05-25 | 3 | -0/+61 |
* | tests: Rearange CPP guards | Thomas Heijligen | 2022-05-12 | 2 | -33/+41 |
* | tests: test write protection | Sergii Dmytruk | 2022-05-12 | 4 | -0/+344 |
* | tests: Add and include headers with function prototypes | Anastasia Klimchuk | 2022-04-29 | 10 | -0/+126 |
* | tests: Mark all static functions as static | Anastasia Klimchuk | 2022-04-29 | 2 | -11/+11 |
* | tests/: Add file path and flags validation to open() calls | Edward O'Callaghan | 2022-04-18 | 2 | -20/+113 |
* | Drop STANDALONE mode | Thomas Heijligen | 2022-04-13 | 1 | -1/+0 |
* | tests/lifecycle.c: Deduce out io-setup-teardown do-pattern | Edward O'Callaghan | 2022-04-12 | 1 | -33/+19 |
* | tests/linux_spi: Validate params file path and flags | Edward O'Callaghan | 2022-04-10 | 1 | -0/+6 |
* | tests: assert pathname and flags when calling open() | Daniel Campello | 2022-04-06 | 4 | -16/+47 |
* | tests: use MOCK_FD instead of NON_ZERO | Daniel Campello | 2022-04-06 | 3 | -9/+9 |
* | tests: Add padding to pci_dev struct for ASAN | Daniel Campello | 2022-03-21 | 1 | -0/+1 |
* | tests: add more mock wrappers | Daniel Campello | 2022-03-21 | 2 | -0/+27 |
* | tests: Upgrade linux_spi test to run probe lifecycle | Anastasia Klimchuk | 2022-03-20 | 3 | -4/+30 |
* | tests: Upgrade linux_mtd test to run probe lifecycle | Anastasia Klimchuk | 2022-03-20 | 3 | -4/+4 |
* | tests: Add run_probe_lifecycle and add dummyflasher probe test | Anastasia Klimchuk | 2022-03-20 | 3 | -7/+56 |
* | tests: Rename run_lifecycle into run_basic_lifecycle | Anastasia Klimchuk | 2022-03-10 | 3 | -29/+29 |
* | tests: Rename init_shutdown.c into lifecycle.c | Anastasia Klimchuk | 2022-03-10 | 4 | -4/+4 |
* | tests: Add tests for verify operation | Anastasia Klimchuk | 2022-02-18 | 3 | -0/+100 |
* | tests: Add comprehensive comment for chip.c | Anastasia Klimchuk | 2022-02-14 | 1 | -0/+12 |
* | tests: Set up mock chip memory in consistent and predictable way | Anastasia Klimchuk | 2022-02-14 | 1 | -0/+2 |
* | tests: add fprintf() mock with redirection to io_mock | Nikolai Artemiev | 2022-02-14 | 3 | -0/+16 |
* | tests: Convert write chip tests to libflashrom API | Anastasia Klimchuk | 2022-01-19 | 1 | -2/+11 |
* | tests: Convert read chip tests to libflashrom API | Anastasia Klimchuk | 2022-01-19 | 1 | -2/+11 |
* | tests: Convert erase chip tests to libflashrom API | Anastasia Klimchuk | 2022-01-19 | 1 | -2/+3 |
* | layout: Hoist get_region_range() into libflashrom API | Edward O'Callaghan | 2022-01-11 | 1 | -1/+1 |
* | hwaccess: move x86 port I/O related code into own files | Thomas Heijligen | 2021-12-22 | 1 | -0/+2 |
* | tests: Add init-shutdown test for raiden_debug_spi | Anastasia Klimchuk | 2021-11-29 | 6 | -5/+208 |
* | tests: Add wraps for __xstat/__fxstat variants of stat/fstat | Anastasia Klimchuk | 2021-11-17 | 2 | -0/+28 |
* | tests: Rename flash context in chip tests to flashctx | Anastasia Klimchuk | 2021-11-08 | 1 | -22/+22 |
* | tests: Add tests to write on chip | Anastasia Klimchuk | 2021-11-08 | 4 | -0/+72 |
* | tests: Fix fread wrap to return success by default | Anastasia Klimchuk | 2021-10-19 | 1 | -3/+3 |