Skip to content
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

[workflows] Disable intermittently failing build/test job #1457

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bryanpkc
Copy link
Collaborator

@bryanpkc bryanpkc commented Oct 7, 2024

The test case mp_correct/lit/pv01.sh has been failing intermittently in the GitHub workflows (see issue #1453). It seems that it only happens when classic-flang-llvm-project is built with Clang 15. This patch disables the job temporarily, until we can determine the root cause of the problem.

The test case mp_correct/lit/pv01.sh has been failing intermittently in the
GitHub workflows. It seems that it only happens when classic-flang-llvm-project
is built with Clang 15. This patch disables the job temporarily, until we can
determine the root cause of the problem.
@bryanpkc
Copy link
Collaborator Author

bryanpkc commented Oct 7, 2024

I'm going to run the workflows on this PR multiple times, to confirm that the error no longer occurs (i.e. it only occurs when classic-flang-llvm-project is built with Clang 15).

@bryanpkc
Copy link
Collaborator Author

bryanpkc commented Oct 7, 2024

The failure has not occurred in 10 CI runs. It seems that the problem is indeed triggered by building with Clang 15.

Copy link
Collaborator

@pawosm-arm pawosm-arm left a comment

Choose a reason for hiding this comment

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

I'm bit confused by this versioning.

@bryanpkc
Copy link
Collaborator Author

bryanpkc commented Oct 8, 2024

I'm bit confused by this versioning.

We have always built Clang and LLVM with multiple compilers (two different versions of Clang and a recent GCC) before using that Clang to build Classic Flang. This practice was adopted before I joined the project. Apparently, building LLVM with different compilers can be useful for catching problems like this one. 😄

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