You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the utils/process/executor_pid_test.c works for FreeBSD and potentially for other BSDs, while the test suite of the project strives to be cross-platform. It opens opportunities to work on the following:
An OS-agnostic implementation could be considered.
If it's not feasible then we could think of several variations of the test covered by conditional build.
If it's BSD-only then a test skipping mechanism could be considered to simplify the build process and avoid Kyuafile.in patching.
The latest discussion (as of writing) could be found here: #249
The text was updated successfully, but these errors were encountered:
Currently, the
utils/process/executor_pid_test.c
works for FreeBSD and potentially for other BSDs, while the test suite of the project strives to be cross-platform. It opens opportunities to work on the following:Kyuafile.in
patching.The latest discussion (as of writing) could be found here: #249
The text was updated successfully, but these errors were encountered: