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
Auto merge of #8286 - ehuss:fix-close-output, r=alexcrichton
Fix several issues with close_output test.
This test had several mistakes in it:
* On Windows, the test took several minutes to run. The sleep ran very slowly, and wasn't even necessary.
* On Windows, there is an output filename collision with `foo.pdb` because it is used for both the DLL and the executable. (Note: I'm not sure, maybe we should not uplift proc-macros?)
* The output wasn't being verified (I forgot that `lines_match` returns a bool, and does not panic). Someday in the future I would like to use a general-purpose line match/differ that is easier to use (not just on `ProcessBuilder`).
0 commit comments