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

Break up long test suites #93

Open
dpsanders opened this issue Mar 19, 2016 · 4 comments
Open

Break up long test suites #93

dpsanders opened this issue Mar 19, 2016 · 4 comments
Labels

Comments

@dpsanders
Copy link
Member

To deal with the (hopefully temporary) issue JuliaLang/julia#15346, we should break up the long test suites (say, longer than 100 tests) into sub-parts.

@dpsanders dpsanders self-assigned this Mar 19, 2016
@lbenet
Copy link
Member

lbenet commented Apr 5, 2016

I've checked where the tests are hanging: locally, it is in the pow tests of the ITF1788 suite, though travis hangs elsewhere (after sqrt). My point is that our own tests run nicely. So perhaps it is enough to add an if requiring v0.4 in order to check the ITF1788 test suite, so v0.5 will not check them. Eventually, when v0.5 gets stabilized, we should take away that if and test everything.

How do you like this idea?

@dpsanders
Copy link
Member Author

Great idea! I'll do that.

@dpsanders
Copy link
Member Author

@cpierard: Would you like to try doing this?

@dpsanders
Copy link
Member Author

In particular this file: https://github.com/dpsanders/ValidatedNumerics.jl/blob/master/test/ITF1788_tests/libieeep1788_tests_elem.jl

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

No branches or pull requests

2 participants