You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem is that if doctests fail, exit is called and temporary folder is not cleaned up. No clue how I will add a regression test for that but at least the fix is done.
Activity
GuillaumeGomez commentedon Apr 16, 2025
How do you run doctests and under which edition? Asking because we recently changed how we were running doctests so like that I know where to look at.
m-ou-se commentedon Apr 16, 2025
@GuillaumeGomez I just run
./x.py test
in the rust-lang/rust repo.GuillaumeGomez commentedon Apr 16, 2025
Ah. So I guess I'll check if rustc is using the old or new doctests soon enough. :)
GuillaumeGomez commentedon May 6, 2025
Problem is that if doctests fail,
exit
is called and temporary folder is not cleaned up. No clue how I will add a regression test for that but at least the fix is done.GuillaumeGomez commentedon May 6, 2025
Fix opened in #140706.
lolbinarycat commentedon May 6, 2025
run_make test with
TMPDIR
set to a local dir, probably?10 remaining items