summaryrefslogtreecommitdiffstats
path: root/lib/kunit/try-catch.c
AgeCommit message (Expand)AuthorLines
2024-05-06kunit: Fix race condition in try-catch completionDavid Gow-3/+7
2024-05-06kunit: Print last test location on faultMickaël Salaün-3/+7
2024-05-06kunit: Handle test faultsMickaël Salaün-7/+12
2024-05-06kunit: Fix timeout messageMickaël Salaün-1/+2
2024-05-06kunit: Fix kthread referenceMickaël Salaün-3/+6
2024-05-06kunit: Handle thread creation errorMickaël Salaün-0/+1
2022-03-22kunit: make kunit_test_timeout compatible with commentPeng Liu-1/+1
2022-03-22kunit: fix UAF when run kfence test case test_gfpzeroPeng Liu-0/+1
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman-2/+2
2020-01-09kunit: remove timeout dependence on sysctl_hung_task_timeout_secondsAlan Maguire-18/+4
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire-0/+2
2020-01-09kunit: hide unexported try-catch interface in try-catch-impl.hAlan Maguire-11/+2
2019-09-30kunit: test: add support for test abortBrendan Higgins-0/+118