We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We added a only-linux test to our test suite and were very confused to see it run on macOS as well.
only-linux
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.
only
The text was updated successfully, but these errors were encountered:
I think with the current compiletest-rs you can only use the ignore header, so that would be something like
ignore
// ignore-macos // ignore-windows
depending on your needs.
Sorry, something went wrong.
Yeah that's what we went with for now. Thanks.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: