Uh oh!
There was an error while loading. Please reload this page.
debuginfo: Fix regression in namespace handling for struct types. - #33225
Conversation
eddyb
commented
Apr 26, 2016
@bors r+ |
bors
commented
Apr 26, 2016
📌 Commit 7531e15 has been approved by |
bors
commented
Apr 27, 2016
⌛ Testing commit 7531e15 with merge 850a3db... |
bors
commented
Apr 27, 2016
💔 Test failed - auto-mac-64-opt-rustbuild |
michaelwoerister
commented
Apr 27, 2016
Oh, yeah, our LLDB test framework removes newlines from the output... |
7531e15 to
6074463Comparemichaelwoerister
commented
Apr 28, 2016
I changed how the test case is written. Let's give it another try. |
michaelwoerister
commented
Apr 28, 2016
@bors r=eddyb |
bors
commented
Apr 28, 2016
📌 Commit 6074463 has been approved by |
bors
commented
Apr 29, 2016
bors
commented
Apr 29, 2016
💔 Test failed - auto-mac-64-opt-rustbuild |
alexcrichton
commented
Apr 29, 2016
@bors: retry On Thu, Apr 28, 2016 at 8:41 PM, bors notifications@github.com wrote:
|
bors
commented
Apr 29, 2016
bors
commented
Apr 29, 2016
💔 Test failed - auto-mac-64-opt-rustbuild |
michaelwoerister
commented
Apr 29, 2016
Hm, #33171 might have introduced a race condition into the test setup... |
alexcrichton
commented
May 1, 2016
bors
commented
May 1, 2016
⌛ Testing commit 6074463 with merge 7163ed8... |
bors
commented
May 1, 2016
💔 Test failed - auto-mac-64-opt-rustbuild |
6074463 to
4230353Comparemichaelwoerister
commented
May 2, 2016
Removed the unit-struct case which seems to cause trouble for the LLDB version on the buildbots. |
michaelwoerister
commented
May 2, 2016
@bors r=eddyb |
bors
commented
May 2, 2016
📌 Commit 4230353 has been approved by |
bors
commented
May 2, 2016
bors
commented
May 2, 2016
💔 Test failed - auto-mac-64-opt-rustbuild |
alexcrichton
commented
May 2, 2016
@bors: retry- Actually, this may not be spurious, I'll defer to you though :) |
michaelwoerister
commented
May 2, 2016
The strange thing is, the line is right there in the output below... I'll look into it. |
…ct-ns, r=eddyb debuginfo: Fix regression in namespace handling for struct types. Fixes a small regression that has been introduced in recent refactorings. Fixesrust-lang#33193 r? @eddyb
Manishearth
commented
May 3, 2016
http://buildbot.rust-lang.org/builders/auto-mac-64-opt-rustbuild/builds/957/steps/test/logs/stdio |
bors
commented
May 3, 2016
⌛ Testing commit 4230353 with merge c961493... |
bors
commented
May 3, 2016
💔 Test failed - auto-mac-64-opt-rustbuild |
eddyb
commented
May 3, 2016
@bors r+ |
bors
commented
May 3, 2016
📌 Commit bb0e525 has been approved by |
bors
commented
May 6, 2016
⌛ Testing commit bb0e525 with merge 102bab3... |
Fixes a small regression that has been introduced in recent refactorings.
Fixes#33193
r? @eddyb