Skip to content

Fix #3664: Run test in CI instead of testAll #3665

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

Merged
merged 3 commits into from
Dec 18, 2017

Conversation

allanrenucci
Copy link
Contributor

@allanrenucci allanrenucci commented Dec 13, 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 allanrenucci changed the title Fix #3664: share testAll part of commonSettings Fix #3664: Make testAll part of commonSettings Dec 13, 2017
@@ -121,10 +121,17 @@ object Build {
// Change this to true if you want to bootstrap using a published non-bootstrapped compiler
bootstrapFromPublishedJars := false,

// enable improved incremental compilation algorithm
incOptions := incOptions.value.withNameHashing(true),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has been on by default for years.

@allanrenucci allanrenucci changed the title Fix #3664: Make testAll part of commonSettings Fix #3664: Run test in CI instead of testAll Dec 14, 2017
@allanrenucci allanrenucci force-pushed the fix-#3664 branch 2 times, most recently from 9ef1b8d to 545a42e Compare December 14, 2017 15:41
Copy link
Contributor

@nicolasstucki nicolasstucki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SlowTests should only execute on the CI or under testOnly.

allanrenucci and others added 3 commits December 18, 2017 14:09
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 allanrenucci merged commit c515e7e into scala:master Dec 18, 2017
@allanrenucci allanrenucci deleted the fix-#3664 branch December 18, 2017 14:04
allanrenucci added a commit to dotty-staging/dotty that referenced this pull request Dec 18, 2017
allanrenucci added a commit that referenced this pull request Jan 4, 2018
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.

4 participants