ITADN

panic in write_final_status_line with on-timeout = pass

#2939Closedgakonst 创建于 2026-01-17
G
gakonstcommented
nextest panics when using `on-timeout = "pass"`: ``` internal error: entered unreachable code: success is limited to pass and leak, found Timeout { result: Pass } ``` config to repro: ```toml [[profile.default.overrides]] filter = "test(slow_test)" slow-timeout = { period = "60s", terminate-after = 4, on-timeout = "pass" } ``` `write_final_status_line` and `output_spec_for_finished` don't handle `Timeout { Pass }` fix: #2940
关闭于 2026-01-17 1 条评论