Simon Giesecke
|
cd954e207d
|
Problem: use of C-style casts
Solution: use static_cast/reinterpret_cast instead
|
2019-12-08 15:24:48 +01:00 |
|
Simon Giesecke
|
af4fa22fd8
|
Problem: default test setUp/tearDown functions duplicated in many test programs
Solution: define setUp/tearDown functions via SETUP_TEARDOWN_TESTCONTEXT macro where possible
|
2019-03-24 12:53:12 -04:00 |
|
Simon Giesecke
|
1450830611
|
Problem: unused include directives
Solution: remove and add where needed
|
2019-03-23 09:46:37 -04:00 |
|
Luca Boccassi
|
f64b697095
|
Problem: tests use hard-coded fixed IPC file path
Solution: use wildcards or random directories to avoid races when
multiple users are running the same test on the same machine
|
2019-01-13 14:50:54 +00:00 |
|
Simon Giesecke
|
430b97fc73
|
Problem: test_use_fd not yet using unity
Solution: migrate to unity
|
2018-08-23 18:03:16 +02:00 |
|
Simon Giesecke
|
d668925bca
|
Problem: extensive duplication between test_use_fd_tcp and test_use_fd_ipc
Solution: merge into a single test_use_fd and reduce code duplication by extracting common functions
|
2018-08-23 18:00:52 +02:00 |
|