Uh oh!
There was an error while loading. Please reload this page.
Restore working debuginfo tests by trimming comments from non-header directive lines - #47155
Conversation
rust-highfive
commented
Jan 3, 2018
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
alexcrichton
commented
Jan 3, 2018
bors
commented
Jan 3, 2018
📌 Commit 28dd4d9 has been approved by |
bors
commented
Jan 3, 2018
⌛ Testing commit 28dd4d9 with merge 655dd55b5e1bd372709f744b577c96f609d91201... |
bors
commented
Jan 3, 2018
💔 Test failed - status-travis |
nerd2
commented
Jan 3, 2018
Looks like a few failures on both GDB and LLDB. Do you want them fixed in this commit or marked ignore? |
alexcrichton
commented
Jan 3, 2018
If you know how to fix them that'd be great, otherwise we can open an issue and ignore them. |
nerd2
commented
Jan 3, 2018
@alexcrichton updated this PR to disable them and created issue 47163 to track. Will update issue with ignored tests if this passes. |
alexcrichton
commented
Jan 3, 2018
@bors: r+ Ok, thanks! |
bors
commented
Jan 3, 2018
📌 Commit 3c2c978 has been approved by |
bors
commented
Jan 3, 2018
⌛ Testing commit 3c2c9780000169572fa1fb517fe26b0ebadca690 with merge 6664ed9ad4ee7b0093cde3b17794176fdf294092... |
bors
commented
Jan 3, 2018
💔 Test failed - status-travis |
alexcrichton
commented
Jan 3, 2018
A few missing tests? |
alexcrichton
commented
Jan 4, 2018
@bors: r+ |
bors
commented
Jan 4, 2018
📌 Commit 970d332 has been approved by |
bors
commented
Jan 4, 2018
⌛ Testing commit 970d33261bd8db922f4631707c0d3ed32e2f06c2 with merge 1330a2f53f069a88c9758f2cb6ad61dea9c1e7fc... |
bors
commented
Jan 4, 2018
💔 Test failed - status-travis |
nerd2
commented
Jan 4, 2018
A lot seems to be broken |
@bors r=alexcrichton p=15 |
bors
commented
Jan 4, 2018
📌 Commit f025731 has been approved by |
bors
commented
Jan 4, 2018
💡 This pull request was already approved, no need to approve it again.
|
bors
commented
Jan 4, 2018
📌 Commit f025731 has been approved by |
bors
commented
Jan 4, 2018
⌛ Testing commit f025731a8c7d1befff81ee5e73e999063ceb1fcf with merge 1e66b606a7491b52f53db72a892bba6dff2c8cae... |
bors
commented
Jan 4, 2018
💔 Test failed - status-travis |
kennytm
commented
Jan 4, 2018
@bors retry |
bors
commented
Jan 4, 2018
⌛ Testing commit f025731a8c7d1befff81ee5e73e999063ceb1fcf with merge 04440cf853e3e16e5b942e38a9e880e93c6b139c... |
bors
commented
Jan 5, 2018
💔 Test failed - status-travis |
kennytm
commented
Jan 5, 2018
Why is this file added? https://github.com/nerd2/rust/blob/57b4fb16a2475a1aee676ad4bc74bb10512ea367/test |
kennytm
commented
Jan 5, 2018
@bors r=alexcrichton |
bors
commented
Jan 5, 2018
📌 Commit 0a24acd has been approved by |
bors
commented
Jan 5, 2018
Restore working debuginfo tests by trimming comments from non-header directive lines I noticed when adding a debuginfo test that nothing I did caused the test to fail. Tracing back this seems to have been caused by 3e6c83d which broke parsing of the command/check lines, leaving all tests passing without any checking. This commit provides a basic (although still not very robust) restoration of tests and a should-fail test which checks the parser is running
bors
commented
Jan 6, 2018
💔 Test failed - status-appveyor |
kennytm
commented
Jan 6, 2018
bors
commented
Jan 6, 2018
Restore working debuginfo tests by trimming comments from non-header directive lines I noticed when adding a debuginfo test that nothing I did caused the test to fail. Tracing back this seems to have been caused by 3e6c83d which broke parsing of the command/check lines, leaving all tests passing without any checking. This commit provides a basic (although still not very robust) restoration of tests and a should-fail test which checks the parser is running
bors
commented
Jan 6, 2018
☀️ Test successful - status-appveyor, status-travis |
I noticed when adding a debuginfo test that nothing I did caused the test to fail. Tracing back this seems to have been caused by 3e6c83d which broke parsing of the command/check lines, leaving all tests passing without any checking. This commit provides a basic (although still not very robust) restoration of tests and a should-fail test which checks the parser is running