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

Decrease timeout test time #712

Open
wants to merge 21 commits into
base: dev
Choose a base branch
from
Open

Decrease timeout test time #712

wants to merge 21 commits into from

Conversation

Saalvage
Copy link
Member

@Saalvage Saalvage commented Oct 8, 2022

Fixes #711

DanielKriz and others added 9 commits September 13, 2022 04:36
Name of target is different from the name of executable. Therefore this
example would fail in the generation phase.
CMake's `FindMPI` module sets `MPIEXEC_EXECUTABLE` and `MPIEXEC_NUMPROC_FLAG`. We use them so it works for different MPI implementations.
* Explicitly convert pointer in `filldata<T*>::fill`

* Add regression test

* Increase standard compliance

* Collect test output

* Collect test output

* Fix warnings

* Add GCC workaround

* Update doctest.h

* Move __extension__

* Use different workaround

* Add missing const qualifier

Co-authored-by: Salvage <29021710+Saalvage@users.noreply.github.com>
* Add sanitizer CI

* Fix setup

* Separate sanatizers

* Add integer sanitizers

* Finalize sanitizer list

* Specify libc++

* Remove overly complicated sanitizers

* Readd removed CI

* Suppress hash() clang integer sanitizer issues

* Add changes to parts

* Add version limit

Co-authored-by: Stefan <29021710+Saalvage@users.noreply.github.com>
* Add newer CI versions

* Fix old and new versions

* Add debian repos

* Fix typo

* Try add keys

* Update main.yml

* Revert broken changes

* Whitespace fix
@Saalvage Saalvage linked an issue Oct 8, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Oct 8, 2022

Codecov Report

Merging #712 (591be0c) into dev (fcd5680) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              dev     #712      +/-   ##
==========================================
+ Coverage   92.19%   92.23%   +0.03%     
==========================================
  Files           2        2              
  Lines        2127     2124       -3     
==========================================
- Hits         1961     1959       -2     
+ Misses        166      165       -1     
Impacted Files Coverage Δ
doctest/parts/doctest.cpp 91.74% <100.00%> (+0.03%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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.

Tests fail under alpha
7 participants