Skip to content

[OpenMP][test] Properly check for NULL #139364

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

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

Conversation

rorth
Copy link
Collaborator

@rorth rorth commented May 10, 2025

Only 2 openmp testsuite failures remain on Solaris/amd64. They are due the same issue: the tests in question assume NULL pointers to be printed as (nil) while the rest of the testsuite uses [[NULL]] for that.

This patch changes them to follow suit.

Tested on amd64-pc-solaris2.11 and x86_64-pc-linux-gnu.

Only 2 `openmp` testsuite failures remain on Solaris/amd64.  They are due
the same issue: the tests in question assume `NULL` pointers to be printed
as `(nil)` while the rest of the testsuite uses `[[NULL]]` for that.

This patch changes them to follow suit.

Tested on `amd64-pc-solaris2.11` and `x86_64-pc-linux-gnu`.
@rorth rorth requested review from mjklemm and TerryLWilmarth May 10, 2025 07:57
@llvmbot llvmbot added openmp:libomp OpenMP host runtime openmp:libomptarget OpenMP offload runtime labels May 10, 2025
Copy link
Contributor

@mjklemm mjklemm left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
openmp:libomp OpenMP host runtime openmp:libomptarget OpenMP offload runtime
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants