compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
38 stars 20 forks source link

[ci] Report failure in cppyy tests except runxfail/valgrind #239

Closed maximusron closed 2 months ago

maximusron commented 2 months ago

OS X arm jobs break while testing cppyy with libc++abi: terminating due to uncaught exception of type int. On cppyy-backend, we have kept the x86 jobs which atleast run the entire test suite (with 33 failures with libc++ not handling std library types correctly).

I would propose not spending too much time on the OS X jobs as they seem to be a time sink... This PR fixes the regression of the cppyy workflow with clang 16,17 and 18 on Linux

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.90%. Comparing base (f93e7b6) to head (0e185f8). Report is 2 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/compiler-research/CppInterOp/pull/239/graphs/tree.svg?width=650&height=150&src=pr&token=7UWTYSVVT5&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research)](https://app.codecov.io/gh/compiler-research/CppInterOp/pull/239?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research) ```diff @@ Coverage Diff @@ ## main #239 +/- ## ========================================== - Coverage 87.65% 78.90% -8.75% ========================================== Files 4 8 +4 Lines 1742 3096 +1354 ========================================== + Hits 1527 2443 +916 - Misses 215 653 +438 ``` [see 7 files with indirect coverage changes](https://app.codecov.io/gh/compiler-research/CppInterOp/pull/239/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research) [see 7 files with indirect coverage changes](https://app.codecov.io/gh/compiler-research/CppInterOp/pull/239/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=compiler-research)