Skip to content

Conversation

@lplewa
Copy link
Contributor

@lplewa lplewa commented Dec 17, 2024

Description

Checklist

  • Code compiles without errors locally
  • All tests pass locally
  • CI workflows execute properly
  • CI workflows, not executed per PR (e.g. Nightly), execute properly
  • New tests added, especially if they will fail without my changes
  • Added/extended example(s) to cover this functionality
  • Extended the README/documentation
  • All newly added source files have a license
  • All newly added source files are referenced in CMake files
  • Logger (with debug/info/... messages) is used

@lplewa lplewa requested a review from a team as a code owner December 17, 2024 14:58
@lplewa lplewa force-pushed the 100% branch 2 times, most recently from 8c122c6 to eb2d104 Compare December 17, 2024 17:11
Copy link
Contributor

@ldorau ldorau left a comment

Choose a reason for hiding this comment

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

CI builds fail

#ifndef UMF_VERSION
#define UMF_VERSION "test version"
#endif
// This trick to not work on windows
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe does not ?

EXPECT_EQ(fflush_count, expect_fflush_count);
}

// this test do not work on windows as we cannot mock abort on windows
Copy link
Contributor

Choose a reason for hiding this comment

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

does not

@ldorau
Copy link
Contributor

ldorau commented Jan 16, 2025

@lplewa ping

EXPECT_EQ(fflush_count, expect_fflush_count);
}

// this test doesn't work on windows as we cannot mock abort on windows
Copy link
Contributor

Choose a reason for hiding this comment

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

on windows twice

@lplewa lplewa closed this Feb 12, 2025
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.

3 participants