| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-04 | container/stub: remove function call in handleExit | Ophestra | |
| This gets inlined and does not cause problems usually but turns out -coverpkg uninlines it and breaks the recovery. Signed-off-by: Ophestra <cat@gensokyo.uk> | |||
| 2025-09-04 | container/stub: override goexit methods | Ophestra | |
| FailNow, Fatal, Fatalf, SkipNow, Skip and Skipf must be called from the goroutine created by the test. Signed-off-by: Ophestra <cat@gensokyo.uk> | |||
| 2025-08-31 | container/stub: export stub helpers | Ophestra | |
| These are very useful in many packages containing relatively large amount of code making calls to difficult or impossible to stub functions. Signed-off-by: Ophestra <cat@gensokyo.uk> | |||
