Open
Description
On Windows hosts, our ui tests have names like this:
tests/pass\function_calls\exported_symbol.rs ... ok
tests/pass\concurrency\windows_condvar_shared.rs ... ok
tests/pass\issues\issue-15063.rs ... ok
tests/pass\issues\issue-15080.rs ... ok
This mix of forward and backward slashes is definitely a bug.^^ Not sure which one it should be, but it'd be nice if filtering for pass-dep/shim
worked on all platforms, so maybe it should be /
everywhere?