[nomerge] fix (?) REPL test that intermittently fails on Windows#10338
Merged
SethTisue merged 2 commits intoscala:2.12.xfrom Mar 10, 2023
Merged
[nomerge] fix (?) REPL test that intermittently fails on Windows#10338SethTisue merged 2 commits intoscala:2.12.xfrom
SethTisue merged 2 commits intoscala:2.12.xfrom
Conversation
the test was rewritten on the 2.13.x branch and (although I'm not positive) I don't remember seeing it fail there, so this backports the 2.13 version, fingers crossed that will put an end to the intermittent failures references scala/scala-dev#831
Contributor
|
That's a good idea. The test was rewritten when the REPL was rewritten. The PR title should probably say |
Contributor
|
I see I tried to reproduce on actual Windows a month ago but could not. I was just trying again with |
Contributor
|
Oh I see an |
Contributor
|
gah! or |
Member
Author
|
t2318 is a notorious troublemaker |
Contributor
|
I couldn't decide what tattoo to get on my left forearm, but now I know it must be |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
the test was rewritten on the 2.13.x branch and (although I'm not positive) I don't remember seeing it fail there, so this backports the 2.13 version; fingers crossed that will put an end to the intermittent failures
references scala/scala-dev#831