index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
tests: Add wrap for libusb_init and use it in dediprog test
Anastasia Klimchuk
2021-10-18
4
-0
/
+18
*
tests: Extract libusb wraps into separate file
Anastasia Klimchuk
2021-10-18
3
-46
/
+64
*
tests: Move current_io to io_mock.c be visible across tests
Anastasia Klimchuk
2021-10-18
4
-41
/
+66
*
tests: Move LOG_ME to include/tests.h to be available everywhere
Anastasia Klimchuk
2021-10-18
2
-3
/
+2
*
tests: Add NON_ZERO macro and not_null function instead of MOCK_HANDLE
Anastasia Klimchuk
2021-10-18
3
-13
/
+23
*
tests: Revise mock chip definition and usage
Anastasia Klimchuk
2021-10-01
1
-117
/
+60
*
tests: Add tests to read from chip
Anastasia Klimchuk
2021-10-01
5
-0
/
+146
*
tests: Extract setup and teardown for chip tests
Anastasia Klimchuk
2021-10-01
1
-55
/
+47
*
mec1308: remove MEC1308 EC programmer
Victor Ding
2021-09-22
3
-46
/
+0
[next]