Skip to content

Commit

Permalink
Chore [Internal] [Signal Test] Update Note
Browse files Browse the repository at this point in the history
- [+] test(signals_windows_test.go): add comments to explain why certain signals are not tested
  • Loading branch information
H0llyW00dzZ committed Jan 5, 2024
1 parent fd344e4 commit a48f2f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/legacy/signals/signals_windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ func TestLogSignal(t *testing.T) {
// Create multiple tests.
// NOTE: We are unable to observe SIGKILL or SIGSTOP, therefore we will not
// test with these syscalls.
// Another NOTE by @H0llyW00dzZ: SIGIO,SIGSYS,SIGTTOU,SIGCHLD is not available on Windows
// System, so we will not test with these syscalls.
sigTests := []sigTest{
// {
// signal: syscall.SIGIO,
Expand Down

0 comments on commit a48f2f0

Please sign in to comment.