-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Test for #3419 #3426
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 #3419 #3426
Conversation
authors = [] | ||
|
||
[dependencies] | ||
rustc-serialize = "*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yeah we probably want to avoid downloading rustc-serialize
here. If you look around in the test suite for Package::new
though you'll see a way to shim the registry with a local copy and quickly create something locally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also out of curiosity, what was the bug here? Did fixing the profiles fix it? If so that seems odd...
Unless we picked up the in-tree copy of rustc-serialize... oh dear...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really sure.
Now with offline test |
Includes adding facility for checking that output does not contain a string.
@bors: r+ |
📌 Commit 129ce53 has been approved by |
⌛ Testing commit 129ce53 with merge 8babe9c... |
💔 Test failed - status-appveyor |
@bors: retry
…On Sun, Dec 25, 2016 at 6:44 PM, bors ***@***.***> wrote:
💔 Test failed - status-appveyor
<https://ci.appveyor.com/project/rust-lang-libs/cargo/build/1.0.707>
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#3426 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95I8vOuKMdfOECXm1OkbNHb0Wuk1lks5rLyomgaJpZM4LQQYQ>
.
|
Test for #3419 Based on top of #3425. I'm not sure if this is an acceptable test because it downloads rustc-serialize. r? @alexcrichton
☀️ Test successful - status-appveyor, status-travis |
Based on top of #3425.
I'm not sure if this is an acceptable test because it downloads rustc-serialize.
r? @alexcrichton