Uh oh!
There was an error while loading. Please reload this page.
Use std::process::Command throughout compile-test - #43907
Conversation
alexcrichton
commented
Aug 16, 2017
@bors: r+ |
bors
commented
Aug 16, 2017
📌 Commit 88bac1f has been approved by |
bors
commented
Aug 18, 2017
⌛ Testing commit 88bac1f with merge 8ba7852589b76b9c92d29a09f90777d9b7869cf2... |
bors
commented
Aug 18, 2017
💔 Test failed - status-travis |
All GDB tests on Details |
euclio
commented
Aug 19, 2017
Hm, looking at the GDB and ADB code, I don't see anything glaringly different. |
| test_client | ||
| .args(&["run", &prog]) | ||
| .args(args) | ||
| .envs(env.clone()); |
There was a problem hiding this comment.
hm, I think passing &env here (and in other calls to envs) should work, but I'm not certain.
There was a problem hiding this comment.
This won't work because envs requires the Item to be a tuple, not a tuple reference.
Mark-Simulacrum
commented
Aug 20, 2017
Yeah, not clear to me why this would have failed CI. Could you try running locally and seeing if you can reproduce? |
alexcrichton
commented
Aug 20, 2017
I think that the stdout for the spawned |
euclio
commented
Aug 21, 2017
via email
Thanks for the hints. I am on vacation through Tuesday but I'll take a look
when I can. …On Sun, Aug 20, 2017, 1:43 PM Alex Crichton ***@***.***> wrote:
I think that the stdout for the spawned adb shell process isn't captured
like it was before, which I think can cause problems like this in this
situation.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#43907 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABTxFp2MrzGH1tehPUJAttylqpHdYRqSks5saH5sgaJpZM4O5Mar>
.
|
euclio
commented
Aug 22, 2017
I don't have a computer powerful enough to run the android tests locally for now, but I pushed a commit that reattaches the stdout and stderr for |
Mark-Simulacrum
commented
Aug 22, 2017
You can temporarily add |
alexcrichton
commented
Aug 22, 2017
Er the stdout here should be |
euclio
commented
Aug 23, 2017
@alexcrichton Fixed. |
alexcrichton
commented
Aug 23, 2017
@bors: r+ Let's see what happens! |
bors
commented
Aug 23, 2017
📌 Commit 91bfe3f has been approved by |
bors
commented
Aug 24, 2017
Use std::process::Command throughout compile-test Resubmission of #43798. Fixes#43762. r? @alexcrichton
bors
commented
Aug 24, 2017
☀️ Test successful - status-appveyor, status-travis |
Resubmission of #43798.
Fixes#43762.
r? @alexcrichton