jlaitine commented on PR #3070: URL: https://github.com/apache/nuttx-apps/pull/3070#issuecomment-2858861608
I just realized that this may cause unwanted side effects since there was an existing bug in the test; it doesn't unregister the signal action handlers after the test is done. This causes later tests which fire signals to call these handlers still, as it is all in "ostest" group. Added unregistering the handlers to this same, so that the TID checking ASSERT doesn't fire later during other tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org