run-make tests on Windows (wezterm + recent PowerShell 7) triggers Windows Error Reporting error dialogues #132092
Labels
A-contributor-roadblock
Area: Makes things more difficult for new contributors to rust itself
A-run-make
Area: port run-make Makefiles to rmake.rs
C-bug
Category: This is a bug.
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Some intended-to-fail run-make tests on Windows will spam a bunch of Windows Error Reporting (WER) error dialogues because failing to find DLLs and such. However, nobody else ran into this because it has three necessary conditions to trigger:
cmd.exe
or File Explorer: Configurable behavior on critical error: message on Error stream or pop-up dialog PowerShell/PowerShell#16468.run-make
test suite. Not many contributors do in the first place.compiletest
has a mitigation for this:rust/src/tools/compiletest/src/runtest.rs
Lines 70 to 80 in b8bb296
However, this seems to be missing a
SEM_FAILCRITICALERRORS
flag.The text was updated successfully, but these errors were encountered: