Skip to content

Test fixes#22724

Open
ellert wants to merge 3 commits into
root-project:masterfrom
ellert:test-fixes
Open

Test fixes#22724
ellert wants to merge 3 commits into
root-project:masterfrom
ellert:test-fixes

Conversation

@ellert

@ellert ellert commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

This Pull request:

Changes or fixes:

  • The old TUUID constructor can create either version 1 or 3
    Do not fail test if version 3 is returned.

  • Do not fail test on 32 bit due to mis-aligned atomic

  • Compare size to the size of the struct
    Do not assume it is 2 * sizeof(double), which is not true on 32 bit.

Checklist:

  • tested changes locally
  • updated the docs (if necessary)

This PR fixes #

@jblomer jblomer left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks! Looks good to me. The formatting error should be fixed.

RDFHist()
{
fDiag.optionalDiag(kWarning, "", "Filling RHist is experimental", /*matchFullMessage=*/false);
fDiag.optionalDiag(kWarning, "cling", "expected alignment (8 bytes) exceeds the actual alignment (4 bytes) [-Watomic-alignment]", false);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Perhaps make conditional to 32bit platforms. @hahnjo FYI

@jblomer jblomer self-assigned this Jun 28, 2026
@github-actions

github-actions Bot commented Jun 28, 2026

Copy link
Copy Markdown

Test Results

    23 files      23 suites   3d 15h 53m 30s ⏱️
 3 873 tests  3 859 ✅   0 💤 14 ❌
79 695 runs  79 533 ✅ 148 💤 14 ❌

For more details on these failures, see this check.

Results for commit 07cbb05.

♻️ This comment has been updated with latest results.

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