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

Add compile-pass header from Rust's compiletest #168

Open
phansch opened this issue Apr 6, 2019 · 1 comment
Open

Add compile-pass header from Rust's compiletest #168

phansch opened this issue Apr 6, 2019 · 1 comment

Comments

@phansch
Copy link
Contributor

phansch commented Apr 6, 2019

Rust's compiletest supports a // compile-pass header, which is the same as // run-pass, but without executing the resulting test binary.

It would be nice if compiletest-rs supported this header, too.

@phansch
Copy link
Contributor Author

phansch commented Apr 10, 2019

Actually, this is not quite true. It was just renamed in rustc to compile-pass and was not renamed here. Here it's called must-compile-successfully. However, it looks like there is still some part of the implementation missing here.

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

1 participant