Skip to content

Remove check file of tests/neg/i15311.scala #15458

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
Jun 16, 2022

Conversation

nicolasstucki
Copy link
Contributor

The output is not deterministic as it depends on the stack frames at
the moment of the stack overflow. The stack may overflow at different
points depending on which methods the JIT compiler inlined and the
resulting memory used for each frame.

This failed in the last nightly build .

The output is not deterministic as it depends on the stack frames at
the moment of the stack overflow. The stack may overflow at different
points depending on which methods the JIT compiler inlined and the
resulting memory used for each frame.
@nicolasstucki
Copy link
Contributor Author

To fix the MiMa tests, we should be able to re-run the tests after #15457 is merged (no-rebase needed).

@nicolasstucki nicolasstucki linked an issue Jun 16, 2022 that may be closed by this pull request
Copy link
Member

@dwijnand dwijnand left a comment

Choose a reason for hiding this comment

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

LGTM. Is asserting only the failure enough, @odersky?

@odersky odersky merged commit 662ebc9 into scala:main Jun 16, 2022
@odersky odersky deleted the remove-flakey-neg-check-file branch June 16, 2022 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nightly Dotty workflow of 2022-06-16 failed
3 participants