-
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
Test for appropriate span on second custom derive #38607
Conversation
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
4cfe8af
to
dfb6ae6
Compare
@bors r+ rollup |
📌 Commit dfb6ae6 has been approved by |
⌛ Testing commit dfb6ae6 with merge 0fbeada... |
💔 Test failed - status-appveyor |
…nkov Test for appropriate span on second custom derive Adds test for and closes rust-lang#36935.
Has there been a change in how
|
Currently the ui test suite is not configured to have librustc available when it runs, so proc-macro tests in the ui test suite aren't guaranteed to work. Rustbuild is nondeterministic in how it lays out steps, so that may explain why it worked locally. If we really want to add this test as a ui test then the suite needs to be moved below like the other "fulldeps" suites. |
…nkov Test for appropriate span on second custom derive Adds test for and closes rust-lang#36935.
dfb6ae6
to
c999221
Compare
@alexcrichton I'm trying to figure out why I needed to remove the ui assertion from the |
@estebank no worries that's ok. You can actually change the assertion to testing that it's not present instead of testing that it's present. That basically means that we only run the tests for hosts, not targets (which is correct) |
r=me with that change |
@alexcrichton, done. I also removed two duplicated asserts while I was at it. |
@bors: r+ |
📌 Commit d8b3a64 has been approved by |
As per @alexcrichton's comment in rust-lang#38607.
⌛ Testing commit d8b3a64 with merge db073ca... |
💔 Test failed - status-travis |
@bors: retry
* network error
…On Mon, Jan 9, 2017 at 9:06 AM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/190300898>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#38607 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95FP30U7nj8Ib1CyQ69omd3tvLCvUks5rQmkWgaJpZM4LVd9Q>
.
|
…hton Test for appropriate span on second custom derive Adds test for and closes rust-lang#36935.
Adds test for and closes #36935.