Closed
Description
How to reproduce:
./x t tests/run-make --test-args emit-to-stdout
That test (tests\run-make\emit-to-stdout\Makefile
) checks that rustc's behavior with options like --emit obj
is different depending on whether stdout is tty or not.
That test uses /dev/ptmx
as stdout and fails when run under MSYS2.
cc @ChrisDenton