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

remove code forcing testsets to be compiled #34405

Merged
merged 1 commit into from
Jan 17, 2020
Merged

Conversation

JeffBezanson
Copy link
Sponsor Member

This was added quite a while ago, and by now we have fixed interpreter backtraces so it shouldn't be needed. Removing it should cut down compile time and make tests complete a bit faster. By luck, it also happens to fix #34252 (if the package tests change, e.g. a loop is added, the problem could come back).

@JeffBezanson JeffBezanson added testsystem The unit testing framework and Test stdlib backport 1.4 labels Jan 16, 2020
@KristofferC KristofferC merged commit ed87ece into master Jan 17, 2020
@KristofferC KristofferC deleted the jb/interprettestsets branch January 17, 2020 08:18
@cafaxo
Copy link
Contributor

cafaxo commented Jan 17, 2020

Did this actually fix #34252? It is not clear from your description. Github may have closed #34252 automatically.

@KristofferC
Copy link
Sponsor Member

I think it fixes the particular instance but the general issue: #24569 is still open.

KristofferC pushed a commit that referenced this pull request Jan 20, 2020
@KristofferC KristofferC mentioned this pull request Jan 20, 2020
28 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testsystem The unit testing framework and Test stdlib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Functions behaves strangely different inside and outside @testset
3 participants