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.
cc @catamorphism