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
In #9185, I'm ignoring a rustpkg test which relies on changing the current working directory of the process. I wanted to move this to a run-pass test, but I was unable to do so because the compiletest runner apparently really doesn't like tests with extern mod rustc which is needed by the test which is now ignored.