Skip to content

Mark failing test as pending #4337

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 1 commit into from
Apr 18, 2018
Merged

Conversation

allanrenucci
Copy link
Contributor

@allanrenucci allanrenucci commented Apr 18, 2018

The test used to pass on case insensitive file system. This also make sure that no file is overwritten.

The used to pass locally on case insensitive file system. This also make
sure that no file is overwritten.
@allanrenucci allanrenucci requested a review from smarter April 18, 2018 11:35
@smarter
Copy link
Member

smarter commented Apr 18, 2018

How is this test related to case sensitivity?

@allanrenucci
Copy link
Contributor Author

allanrenucci commented Apr 18, 2018

How is this test related to case sensitivity?

https://github.com/lampepfl/dotty/blob/776e4c4021cab4728ff58d82b6f995cff18b4a5e/sbt-dotty/sbt-test/source-dependencies/packageobject-and-traits/test#L2

This line used to overwrite Foo.scala on case insensitive file system, and would make the test pass by triggering recompilation. My understanding of the test is that foo.scala and Foo.scala were supposed to co-exist

@allanrenucci
Copy link
Contributor Author

Regression introduced in #4331 which failed on the CI but not on macOS

Copy link
Member

@smarter smarter left a comment

Choose a reason for hiding this comment

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

Can we change the test so that it also fails on case insensitive FS?

@allanrenucci
Copy link
Contributor Author

That's what I did in this PR. I changed the test to make it fail on case insensitive FS and marked it as pending.

@allanrenucci allanrenucci merged commit 553ead0 into scala:master Apr 18, 2018
@allanrenucci allanrenucci deleted the fix-scripted branch April 18, 2018 12:40
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.

2 participants