deskflow/cmake
Nick Bolton b02077550c
Expand BSD sockets poll tests and remove legacy-poll code (#7414)
* Move integ test to corredt place and re-enable tests

* Depend on `poll.h` (removes support for non-POSIX systems)

* Only build tests for each arch

* Move back to unit tests (poll is mocked)

* Better error message for valgrind not found

* Simplify dependency injection for BSD sockets poll test

* Improve test readability for BSD net poll

* Split out 2-in-1 test for `isAnyAddr`

* Stub out sleep function

* Improve coverage for pollSocket

* Use gmock ON_CALL instead of manual mock

* Remove unused function signature

* Use conventional deps struct instead of std functional

* Add test for socket data FD set to -1

* Add assertation for adding unblock pipe

* Use older style array alloc

* Less precision around `getNetworkDataForThread` value

* Use `ssize_t` for `ignore`

* Remove unused var

* Update ChangeLog
2024-07-29 18:04:17 +01:00
..
Build.cmake Solve low hanging reliability and maintainability issues (#7403) 2024-07-18 08:04:39 +01:00
CodeCoverage.cmake Solve SonarCloud security hotspots and bugs (#7383) 2024-07-16 08:30:35 +00:00
Definitions.cmake Improve UI design and reduce over-use of #ifdef (#7413) 2024-07-26 23:53:52 +01:00
Libraries.cmake Expand BSD sockets poll tests and remove legacy-poll code (#7414) 2024-07-29 18:04:17 +01:00
Packaging.cmake Reduce GUI compile time by building a GUI library (#7412) 2024-07-23 20:17:40 +01:00
Version.cmake Re-implement packaging for GitHub workflows (Linux) (#7361) 2024-07-02 11:23:56 +01:00