-
Notifications
You must be signed in to change notification settings - Fork 373
[flang] Disable two xfail tests after co_reduce support #217
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
Conversation
|
@JDPailleux if these tests are passing consistently then shouldnt we remove the xfail decorator instead of disabling them |
|
@omjavaid I don't know if this is the right way to do it because “normally”, when passing the |
Ack. Agreed Thanks |
omjavaid
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
tarunprabhu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
It seems like theese tests should "xfail" in the future when flang implements strict standards checks. In that case, disabling the tests temporarily is the right thing to do.
There is a mechanism to override the DejaGNU annotations in case we need it. See the README in the Fortran/gfortran for details. The source files in the gfortran test suite directory must not be changed.
|
The semantics checks in f18 don't structure features by standard revisions, so don't depend on GNU-like |
|
There are a number of tests in the gfortran test suite that check for standards compliance. Will |
No, that's my point, we don't check conformance with old standards, and it's very unlikely that we ever will. |
After the merge of llvm/llvm-project#125115 to flang, two gfortran tests compile and run successfully after the support of
co_reducebut they're marked "xfail".