Files
tinygo/src/runtime
Jake Bailey 16eefc59eb runtime, testing: support Goexit, SkipNow, FailNow
Keep a pending Goexit separate from the active panic state so recovered
deferred panics do not cancel the original Goexit unwind. Goexit should
also ignore -panic=trap, since it is not a panic.

Wire testing.FailNow and SkipNow through runtime.Goexit, and run tests
and benchmarks in goroutines. This lets Goexit terminate the user
function without skipping test bookkeeping. Add Goexit/recover coverage
and enable crypto/ecdh in the Linux stdlib test list.
2026-07-11 11:53:33 +02:00
..
2018-09-14 20:58:00 +02:00
2025-06-11 09:57:46 +02:00
2019-04-13 19:58:58 +02:00
2026-07-06 22:35:41 -03:00
2026-07-07 10:40:36 +02:00
2023-08-17 18:16:54 +02:00
2026-04-17 10:33:07 +02:00
2025-06-13 14:42:23 +02:00
2026-05-26 15:27:32 +02:00
2026-05-26 15:27:32 +02:00
2026-04-17 10:33:07 +02:00
2022-12-19 23:20:11 +01:00
2023-08-04 11:59:11 +02:00
2022-12-19 23:20:11 +01:00
2024-07-02 07:02:03 -07:00
2023-08-17 18:16:54 +02:00
2024-07-02 07:02:03 -07:00
2025-01-16 10:06:22 +01:00
2026-01-05 15:10:31 -05:00
2024-03-02 21:17:34 +01:00
2018-09-16 13:01:03 +02:00
2025-02-25 14:41:42 +01:00