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
How to reproduce:
That test (
tests\run-make\emit-to-stdout\Makefile) checks that rustc's behavior with options like--emit objis different depending on whether stdout is tty or not.That test uses
/dev/ptmxas stdout and fails when run under MSYS2.cc @ChrisDenton