index
:
flashrom.git
1.0.x
1.1.x
1.2.x
1.3.x
1.3.x_infdev
main
master
stable
staging
testpush
Flash programming utility
flashrom
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
tests.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: Detect llvm coverage run and redirect to real I/O functions
Evan Benn
2022-12-09
1
-0
/
+2
*
tests: Detect gcov run and redirect to real I/O functions
Evan Benn
2022-12-09
1
-0
/
+2
*
tests: Add fwrite and fdopen to io_mock
Evan Benn
2022-12-09
1
-0
/
+4
*
tests: Mock the mode_t variant of open
Evan Benn
2022-12-09
1
-8
/
+29
*
tests: Add selfcheck to unit tests
Evan Benn
2022-12-05
1
-0
/
+9
*
tests: add probe lifecycle test for ch341a_spi
Alexander Goncharov
2022-11-29
1
-0
/
+1
*
tests: add basic lifecycle test for ch341a_spi
Alexander Goncharov
2022-11-29
1
-0
/
+1
*
tests: Add prefix to io_mock functions not to clash with macros
Anastasia Klimchuk
2022-11-08
1
-20
/
+20
*
tests: Undefine _FORTIFY_SOURCE for unit tests to avoid _chk variants
Anastasia Klimchuk
2022-11-07
1
-16
/
+0
*
tests: Add unit test for initialisation with NULL programmer param
Anastasia Klimchuk
2022-09-20
1
-0
/
+1
*
tests: Add workaround to allow tests mock fileno on FreeBSD
Anastasia Klimchuk
2022-09-16
1
-0
/
+11
*
tests: Use MOCK_FD instead of NON_ZERO for file operations
Anastasia Klimchuk
2022-09-12
1
-2
/
+2
*
tree: Fix drivers to pass programmer_cfg to pcidev_init()
Edward O'Callaghan
2022-09-07
1
-1
/
+1
*
tests: Add tests to cover unhandled programmer params paths
Anastasia Klimchuk
2022-09-04
1
-0
/
+3
*
tests: Test allow_brick is required for i2c programmers init
Anastasia Klimchuk
2022-08-10
1
-0
/
+3
*
tests: Add basic lifecycle test for mediatek_i2c_spi
Anastasia Klimchuk
2022-08-08
1
-0
/
+1
*
tests: Add basic lifecycle test for parade_lspcon
Anastasia Klimchuk
2022-08-08
1
-0
/
+1
*
tests/test.c: Allow filtering of tests using cmocka API
Evan Benn
2022-08-02
1
-1
/
+4
*
tests: Add dummyflasher unit tests for opaque programmer
Anastasia Klimchuk
2022-06-28
1
-0
/
+1
*
tests: Use regular cmocka wraps for hwaccess functions
Anastasia Klimchuk
2022-06-21
1
-6
/
+6
*
libflashrom: Return progress state to the library user
Richard Hughes
2022-05-25
1
-0
/
+1
*
tests: test write protection
Sergii Dmytruk
2022-05-12
1
-0
/
+10
*
tests: Add and include headers with function prototypes
Anastasia Klimchuk
2022-04-29
1
-0
/
+1
*
tests: assert pathname and flags when calling open()
Daniel Campello
2022-04-06
1
-8
/
+23
*
tests: use MOCK_FD instead of NON_ZERO
Daniel Campello
2022-04-06
1
-3
/
+3
*
tests: add more mock wrappers
Daniel Campello
2022-03-21
1
-0
/
+24
*
tests: Upgrade linux_spi test to run probe lifecycle
Anastasia Klimchuk
2022-03-20
1
-1
/
+1
*
tests: Upgrade linux_mtd test to run probe lifecycle
Anastasia Klimchuk
2022-03-20
1
-1
/
+1
*
tests: Add run_probe_lifecycle and add dummyflasher probe test
Anastasia Klimchuk
2022-03-20
1
-0
/
+1
*
tests: Rename run_lifecycle into run_basic_lifecycle
Anastasia Klimchuk
2022-03-10
1
-7
/
+7
*
tests: Rename init_shutdown.c into lifecycle.c
Anastasia Klimchuk
2022-03-10
1
-2
/
+2
*
tests: Add tests for verify operation
Anastasia Klimchuk
2022-02-18
1
-0
/
+2
*
tests: add fprintf() mock with redirection to io_mock
Nikolai Artemiev
2022-02-14
1
-0
/
+14
*
tests: Add init-shutdown test for raiden_debug_spi
Anastasia Klimchuk
2021-11-29
1
-0
/
+1
*
tests: Add wraps for __xstat/__fxstat variants of stat/fstat
Anastasia Klimchuk
2021-11-17
1
-0
/
+24
*
tests: Add tests to write on chip
Anastasia Klimchuk
2021-11-08
1
-0
/
+8
*
tests: Fix fread wrap to return success by default
Anastasia Klimchuk
2021-10-19
1
-3
/
+3
*
tests: Extract libusb wraps into separate file
Anastasia Klimchuk
2021-10-18
1
-46
/
+0
*
tests: Move current_io to io_mock.c be visible across tests
Anastasia Klimchuk
2021-10-18
1
-41
/
+34
*
tests: Move LOG_ME to include/tests.h to be available everywhere
Anastasia Klimchuk
2021-10-18
1
-3
/
+0
*
tests: Add NON_ZERO macro and not_null function instead of MOCK_HANDLE
Anastasia Klimchuk
2021-10-18
1
-10
/
+14
*
tests: Add tests to read from chip
Anastasia Klimchuk
2021-10-01
1
-0
/
+38
*
mec1308: remove MEC1308 EC programmer
Victor Ding
2021-09-22
1
-1
/
+0
*
ene_lpc: remove ENE LPC programmer
Victor Ding
2021-09-22
1
-1
/
+0
*
tests: Mock file i/o for linux_mtd and linux_spi tests
Anastasia Klimchuk
2021-08-30
1
-1
/
+65
*
tests: Add tests to erase a chip
Anastasia Klimchuk
2021-08-19
1
-0
/
+6
*
tests: add init_shutdown test for realtek_mst_i2c_spi
Peter Marheine
2021-08-19
1
-0
/
+29
*
tests: Add init-shutdown test for nicrealtek
Anastasia Klimchuk
2021-08-09
1
-0
/
+17
*
tests: Add unit tests for layout sanity checks
Anastasia Klimchuk
2021-07-22
1
-0
/
+3
*
tests: Add layout tests for overlapping regions
Anastasia Klimchuk
2021-07-19
1
-0
/
+7
[next]