Skip to content

[flang] Disable three error tests #122

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
May 9, 2024
Merged

[flang] Disable three error tests #122

merged 1 commit into from
May 9, 2024

Conversation

klausler
Copy link
Contributor

@klausler klausler commented May 9, 2024

Some interoperability checks are being relaxed in an upcoming change to the compiler, and an error has been downgraded to a portability warning. This will cause these three tests to "fail" due to lack of a fatal error, so I'm disabling them now to prevent build bot failures.

If I knew how to run these tests with "-pedantic -Werror", I would do that instead.

Some interoperability checks are being relaxed in an upcoming
change to the compiler, and an error has been downgraded to a
portability warning.  This will cause these three tests to
"fail" due to lack of a fatal error, so I'm disabling them
now to prevent build bot failures.

If I knew how to run these tests with "-pedantic -Werror",
I would do that instead.
@klausler klausler requested review from tarunprabhu and psteinfeld May 9, 2024 16:01
Copy link
Contributor

@tarunprabhu tarunprabhu left a comment

Choose a reason for hiding this comment

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

I intend to add some support to allow a custom set of flags to be added when building a test since this is an issue with some other tests as well.

Thanks for this.

@klausler
Copy link
Contributor Author

klausler commented May 9, 2024

Thanks for the very quick review!

@klausler klausler merged commit bc9b4c1 into llvm:main May 9, 2024
@klausler klausler deleted the pedantic branch May 9, 2024 16:07
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