-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update ctest version #1419
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
Update ctest version #1419
Conversation
@gnzlbg: no appropriate reviewer found, use r? to override |
@sunfishcode @alexcrichton wasi is failing to build because the memoffset dependency couldn't be resolved, could you point me to commit hashes that are known to build ? I'll include the fix here. |
@bors: r+ |
📌 Commit 9f92863 has been approved by |
Update ctest version The latest ctest version enabled the ABI roundtrip test by default, in which we initialize all types in Rust by default to some random bit-pattern, pass them to C, verify, modify, pass back to Rust, and verify. This catches issues in the call ABI / calling convention. This PR will silence those here for now.
💔 Test failed - checks-travis |
@bors: r+
|
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 9f92863 has been approved by |
Update ctest version The latest ctest version enabled the ABI roundtrip test by default, in which we initialize all types in Rust by default to some random bit-pattern, pass them to C, verify, modify, pass back to Rust, and verify. This catches issues in the call ABI / calling convention. This PR will silence those here for now.
💔 Test failed - checks-travis |
@bors: retry |
Update ctest version The latest ctest version enabled the ABI roundtrip test by default, in which we initialize all types in Rust by default to some random bit-pattern, pass them to C, verify, modify, pass back to Rust, and verify. This catches issues in the call ABI / calling convention. This PR will silence those here for now.
☀️ Test successful - checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-travis, status-appveyor |
The latest ctest version enabled the ABI roundtrip test by default, in which we initialize all types in Rust by default to some random bit-pattern, pass them to C, verify, modify, pass back to Rust, and verify.
This catches issues in the call ABI / calling convention.
This PR will silence those here for now.