Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"only-" header not supported #182

Open
RalfJung opened this issue Aug 4, 2019 · 2 comments
Open

"only-" header not supported #182

RalfJung opened this issue Aug 4, 2019 · 2 comments

Comments

@RalfJung
Copy link
Contributor

RalfJung commented Aug 4, 2019

We added a only-linux test to our test suite and were very confused to see it run on macOS as well.

Inspecting the compiletest-rs code, it looks like only has not been synced over from rustc? That would mean this crate is 30 months outdated.

@phansch
Copy link
Contributor

phansch commented Aug 4, 2019

I think with the current compiletest-rs you can only use the ignore header, so that would be something like

// ignore-macos
// ignore-windows

depending on your needs.

@RalfJung
Copy link
Contributor Author

RalfJung commented Aug 4, 2019

Yeah that's what we went with for now. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants