boostorg / date_time

Boost.org date_time module
http://boost.org/libs/date_time
Boost Software License 1.0
67 stars 95 forks source link

re-enable sanitize builds and suppress known serialization issues #206

Closed jeking3 closed 2 years ago

jeking3 commented 2 years ago

There are multiple serialization ubsan issues already recorded in that project's issue list. We'll ignore them but still get the benefit of running ubsan on date_time.

codecov[bot] commented 2 years ago

Codecov Report

Merging #206 (770581e) into develop (cbad9bc) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #206   +/-   ##
========================================
  Coverage    91.74%   91.74%           
========================================
  Files           77       77           
  Lines         4823     4823           
========================================
  Hits          4425     4425           
  Misses         398      398           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cbad9bc...770581e. Read the comment docs.

jeking3 commented 2 years ago

Sadly I could not find a way to suppress https://github.com/boostorg/serialization/issues/193 so I have to leave the sanitizer builds disabled.