tilck: Add tests for register_on_task_exit_cb()

As you can see from codecov: https://app.codecov.io/gh/vvaltchev/tilck/blob/master/kernel/exit.c, the functions register_on_task_exit_cb() and unregister_on_task_exit_cb() don’t have test coverage. It will be good to add a test for them. This can be done via a kernel self-test.

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 16 (15 by maintainers)

Commits related to this issue

Most upvoted comments

Hey @0xdeadbad, I’m not working on this issue.

For a similar issue https://github.com/vvaltchev/tilck/issues/147 that I worked on, it was helpful for me to look at issue https://github.com/vvaltchev/tilck/issues/120 and its PR. You could try taking a look at PRs for both the issues and see if it helps. Also, if you are stuck at something specific, you can reach out to @vvaltchev who I’m sure would be more than happy to help you.

Thanks

@vvaltchev i’m not working on this anymore, feel free to assign it to someone else.

Hey, just to update that I’m working on this one, life’s been rough so it’s been a slow process.