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

Issue 4391: rustc should not silently skip tests with erroneous signatur... #6111

Conversation

pnkfelix
Copy link
Member

...e.

Fixes #4391.

@pnkfelix
Copy link
Member Author

This is getting really tiresome. My local make check runs are not encountering any of these; but they do terminate unsuccessfully due to

failures:
    [run-pass] /Users/fklock/Dev/Mozilla/rust.git/src/test/run-pass/too-much-recursion.rs

I don't want to keep asking bors to do this for me, but make check is not showing me these problems locally. I have some ideas for work-arounds to try to iterate through the testing space locally, but I am clueless as to what to do about the heart of the problem (i.e. that my make check run is not a faithful representative of bor's make check run).

@pnkfelix
Copy link
Member Author

pnkfelix commented May 2, 2013

(I guess when I rebased the patch series, I lost @catamorphism original review approval. This is for #4391 .)

bors added a commit that referenced this pull request May 2, 2013
…ly-skip-erroneous-tests, r=pnkfelix

...e.

Fixes #4391.
@pnkfelix
Copy link
Member Author

pnkfelix commented May 2, 2013

Note also that when I lost @catamorphism 's original review approval, I also lost his suggestion that the code switch from using sess.span_fatal to using sess.span_error so that we could accumulate the list of violations rather than dying immediately. I ended up adopting this proposal for my own sanity's sake as I was working through the series of pre-existing violations in the test source tree (I hadn't noticed them before that due to make check failing early on in my local testing earlier).

@bors bors closed this May 2, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Oct 9, 2020
Rustup

r? `@ghost`

changelog: Deprecate [`drop_bounds`] lint. This lint was uplifted to rustc with the same name.
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

Successfully merging this pull request may close these issues.

2 participants