-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Ignore two tests on s390x #57078
Ignore two tests on s390x #57078
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ rollup Would be nice to have something like |
📌 Commit ecdbcad has been approved by |
@nikic
From |
Ah, right! Looks like it marks the test as ignored if any of the rust/src/tools/compiletest/src/header.rs Lines 112 to 119 in ddab10a
|
Ignore two tests on s390x Ignore two tests on s390x which don't make sense on s390x as they are x86-specific.
Rollup of 14 pull requests Successful merges: - #56188 (enum type instead of variant suggestion unification ) - #56342 (Improve docs for collecting into `Option`s) - #56916 (Fix mutable references in `static mut`) - #56917 (Simplify MIR generation for logical operations) - #56939 (Pin stabilization) - #56953 (Mark tuple structs as live if their constructors are used) - #56964 (Remove `TokenStream::JointTree`.) - #56966 (Correct strings for raw pointer deref and array access suggestions) - #57020 (Point to cause of `fn` expected return type) - #57032 (fix deprecation warnings in liballoc benches) - #57053 (Fix alignment for array indexing) - #57062 (Fix a comment) - #57067 (Stabilize min_const_unsafe_fn in 1.33) - #57078 (Ignore two tests on s390x) Failed merges: r? @ghost
Ignore two tests on s390x which don't make sense on s390x as they are x86-specific.