Uh oh!
There was an error while loading. Please reload this page.
compiletest: disable -Aunused for run-pass tests - #64078
Conversation
Mark-Simulacrum
commented
Sep 1, 2019
cc #43896 |
Centril
commented
Sep 1, 2019
Please use |
Mark-Simulacrum
commented
Sep 1, 2019
If we're just going to re-add all the tests to have allow then there's probably no point in doing this, I was just posting this so I didn't forget and for some review on the output. I personally am not sure this is the right approach anymore, as this seems fairly noisy as you said and has a lot of false positives... |
Centril
commented
Sep 1, 2019
It's not that many tests really. As for triaging them, I know that at least the warnings in the ATB tests can be safely ignored since I wrote all of those tests. |
Mark-Simulacrum
commented
Sep 1, 2019
Not sure I follow you, but I'm not particularly against adding |
So, my idea was that if a run-pass test has dead code, then it's either
So, I expected doing triage rather than adding |
Centril
commented
Sep 1, 2019
@Mark-Simulacrum Oh ofc we should do triage and not stick |
Mark-Simulacrum
commented
Sep 1, 2019
I'll add the allows for ATB tests next session I have for impl work; happy to go either route for the rest of the tests. |
rust-highfive
commented
Sep 1, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
RalfJung
commented
Sep 2, 2019
Agreed. In fact, we are specifically working around this |
433711e to
77bd34aCompareMark-Simulacrum
commented
Sep 2, 2019
Updated. A few tests are moved to check-pass since we don't need to actually run them to verify their results, and otherwise most have allows tagged on. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
77bd34a to
a959b47CompareMark-Simulacrum
commented
Sep 2, 2019
Fixed review comments. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
a959b47 to
09a442dCompareMark-Simulacrum
commented
Sep 3, 2019
Force-pushed fixes. |
petrochenkov
commented
Sep 3, 2019
@bors r+ |
bors
commented
Sep 3, 2019
📌 Commit 09a442d has been approved by |
51ad535 to
b338903CompareMark-Simulacrum
commented
Sep 6, 2019
@bors r=petrochenkov |
bors
commented
Sep 6, 2019
📌 Commit b33890333b739db284aa527e583f957a5eddd51f has been approved by |
rust-highfive
commented
Sep 6, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Mark-Simulacrum
commented
Sep 7, 2019
@bors r- Rebase error, misunderstood test results locally. |
b338903 to
cb41ce3Comparerust-highfive
commented
Sep 8, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
cb41ce3 to
c17e109Comparerust-highfive
commented
Sep 8, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
c17e109 to
cf8a499Comparerust-highfive
commented
Sep 8, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
cf8a499 to
6fdbeceCompareMark-Simulacrum
commented
Sep 8, 2019
@bors r=petrochenkov |
bors
commented
Sep 8, 2019
📌 Commit 6fdbece has been approved by |
bors
commented
Sep 8, 2019
⌛ Testing commit 6fdbece with merge 288962a9274795bf6f0d30ea002fd371df6fdb41... |
…used, r=petrochenkov compiletest: disable -Aunused for run-pass tests Disabled the flag, but that led to quite a bit of fall out -- I think most of it is benign but I've not investigated thoroughly. r? @petrochenkov
Centril
commented
Sep 8, 2019
@bors retry rolled up. |
Rollup of 4 pull requests Successful merges: - #64078 (compiletest: disable -Aunused for run-pass tests) - #64263 (Replace "feature gated" wording with "unstable".) - #64280 (Factor out pluralisation into syntax::errors) - #64288 (use 'get_toml' instead of regular expression) Failed merges: r? @ghost
Disabled the flag, but that led to quite a bit of fall out -- I think most of it is benign but I've not investigated thoroughly.
r? @petrochenkov