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

Test all pos & run tests with -Ytest-pickler #5059

Merged
merged 2 commits into from
Sep 4, 2018

Conversation

OlivierBlanvillain
Copy link
Contributor

These PR adds pickling tests for everything in /pos and /run, along with two blacklists to track what's currently failing.

@nicolasstucki You told me that -Ytest-pickler can't deal with tests spread over multiple files, but it seems to handle them somehow, for instance tests/pickling/i1932

@OlivierBlanvillain OlivierBlanvillain changed the title Run all pos & run test with -Ytest-pickler Test all pos & run tests with -Ytest-pickler Aug 30, 2018
@nicolasstucki
Copy link
Contributor

Maybe it was only the separate compilation test that where no supported.

@@ -183,7 +183,9 @@ class CompilationTests extends ParallelTesting {
@Test def pickling: Unit = {
implicit val testGroup: TestGroup = TestGroup("testPickling")
compileFilesInDir("tests/new", picklingOptions) +
compileFilesInDir("tests/pickling", picklingOptions)
compileFilesInDir("tests/pickling", picklingOptions) +
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we move all the pickling tests to pos?

@OlivierBlanvillain OlivierBlanvillain force-pushed the black-test-pickler-tests branch 3 times, most recently from 2d5fda5 to 81ef585 Compare September 3, 2018 11:45
Move pickling/annot.scala to pending as it doesn't pass Ycheck,
see scala#5073.
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.

3 participants