Skip to content
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

"guessed cause of the failure" should include the list of failed tests #55

Open
RalfJung opened this issue Dec 26, 2020 · 0 comments
Open

Comments

@RalfJung
Copy link
Member

rust-lang/rust#80394 (comment) is a pretty good guess of what to show for the failure, I just have one complaint: usually the thing that I care most about is the list of failed UI tests. Those are what I need to get over locally. Unfortunately, while the bot shows some text from before and after the list, it chose to cut out exactly that list:

error: aborting due to previous error

---

Some tests failed in compiletest suite=ui mode=ui host=x86_64-unknown-linux-gnu target=x86_64-unknown-linux-gnu

Original log:

error: aborting due to previous error


------------------------------------------



failures:
    [ui] ui/error-codes/E0396-fixed.rs

test result: FAILED. 11115 passed; 1 failed; 84 ignored; 0 measured; 0 filtered out; finished in 144.36s

Some tests failed in compiletest suite=ui mode=ui host=x86_64-unknown-linux-gnu target=x86_64-unknown-linux-gnu

I am not sure why the log chose to remove these few lines when it showed so many others, but in so doing it removed the lines I care about most. ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant