This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] [OMPD] Disabling libompd tests
Needs ReviewPublic

Authored by Vigneshbalu on Nov 11 2022, 9:41 AM.

Details

Summary

Disabling libompd tests as they are failing differently in differently llvm-bot

Diff Detail

Event Timeline

Vigneshbalu created this revision.Nov 11 2022, 9:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 11 2022, 9:41 AM
Vigneshbalu requested review of this revision.Nov 11 2022, 9:41 AM
Herald added a project: Restricted Project. · View Herald Transcript

Can you point at some failures and describe their root cause (if known)?

Two kinds of failures.
One due to cmake which mentioned here : https://github.com/llvm/llvm-project/commit/b5bf908fd7f87d2f0d74f62362a7e08366e926ff
Another one is test case failure and couldnt find the cause since it is not reproducible by ron as well.

I couldn't reproduce both issues in my machine, trying to mimic one of the setup to understand the first one.

Two kinds of failures.
One due to cmake which mentioned here : https://github.com/llvm/llvm-project/commit/b5bf908fd7f87d2f0d74f62362a7e08366e926ff
Another one is test case failure and couldnt find the cause since it is not reproducible by ron as well.

I couldn't reproduce both issues in my machine, trying to mimic one of the setup to understand the first one.

Can you then at least describe the failures in the commit message. Add links, etc. When someone goes back in 4 months it would be impossible to understand what was going on.

We can abandon this as i am trying to fix the issue on https://reviews.llvm.org/D138411