Skip to content

Tests not running on the CI #3664

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

Closed
allanrenucci opened this issue Dec 13, 2017 · 0 comments
Closed

Tests not running on the CI #3664

allanrenucci opened this issue Dec 13, 2017 · 0 comments

Comments

@allanrenucci
Copy link
Contributor

The following tests are not run by the CI:

dotty.ShowTests
dotty.tools.dottydoc.CommentCleanerTest
dotty.tools.dottydoc.Constructors
dotty.tools.dottydoc.JavaConverterTest
dotty.tools.dottydoc.MarkdownTests
dotty.tools.dottydoc.PackageStructure
dotty.tools.dottydoc.TestSimpleComments
dotty.tools.dottydoc.TestWhitelistedCollections
dotty.tools.dottydoc.UsecaseTest
dotty.tools.dottydoc.staticsite.PageTests
dotty.tools.dottydoc.staticsite.SiteTests
dotty.tools.dottydoc.staticsite.TemplateErrorTests
xsbt.DependencySpecification
xsbt.ExtractAPISpecification
xsbt.ExtractUsedNamesSpecification
@allanrenucci allanrenucci self-assigned this Dec 13, 2017
allanrenucci added a commit to dotty-staging/dotty that referenced this issue Dec 13, 2017
`testAll` is used to run the tests in the CI. However it was defined
in `commonDottyCompilerSettings` and therefore not defined for all the
projects.

This commit also, clean the sbt build
allanrenucci added a commit to dotty-staging/dotty that referenced this issue Dec 13, 2017
`testAll` is used to run the tests in the CI. However it was defined
in `commonDottyCompilerSettings` and therefore not defined for all the
projects.

This commit also, clean the sbt build
allanrenucci added a commit to dotty-staging/dotty that referenced this issue Dec 14, 2017
We remove `testAll` which is now equivalent to `test`. If one only want
to run the compilation tests, he can use the `vulpix` command.

This commit also, clean the sbt build
allanrenucci added a commit that referenced this issue Dec 18, 2017
Fix #3664: Run `test` in CI instead of `testAll`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant