Skip to content
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

ci: Add GCC sanitizer job #600

Merged
merged 3 commits into from
Oct 13, 2020
Merged

ci: Add GCC sanitizer job #600

merged 3 commits into from
Oct 13, 2020

Conversation

chfast
Copy link
Collaborator

@chfast chfast commented Oct 13, 2020

No description provided.

@chfast chfast requested review from axic and gumb0 October 13, 2020 16:18
Base automatically changed from libcxx to master October 13, 2020 18:01
The "pointer-subtract" sanitizer is disabled because GCC fails to compile
constexpr function with pointer subtraction.
The bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97145
is to be fixed in GCC 10.3.
@codecov
Copy link

codecov bot commented Oct 13, 2020

Codecov Report

Merging #600 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #600   +/-   ##
=======================================
  Coverage   98.25%   98.25%           
=======================================
  Files          63       63           
  Lines        9242     9243    +1     
=======================================
+ Hits         9081     9082    +1     
  Misses        161      161           

@chfast chfast merged commit c73f2e2 into master Oct 13, 2020
@chfast chfast deleted the gcc_sanitizers branch October 13, 2020 19:51
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