-
Notifications
You must be signed in to change notification settings - Fork 9
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
#1807: use gtest 1.11.0 #1824
#1807: use gtest 1.11.0 #1824
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1824 +/- ##
===========================================
- Coverage 84.32% 84.32% -0.01%
===========================================
Files 757 757
Lines 26685 26684 -1
===========================================
- Hits 22502 22500 -2
- Misses 4183 4184 +1
|
It seems that gtest is not getting our flags |
The warnings are still there (Build for a02c12a) using the existing CMake file (with version updated to 1.11.0). Note: The code lines that produce these warnings are new to gtest 1.11.0. |
142eaaf
to
59f440d
Compare
Pipelines resultsPR tests (gcc-6, ubuntu, mpich) Build for 1b93dd7
PR tests (clang-5.0, ubuntu, mpich) Build for 1b93dd7
PR tests (gcc-9, ubuntu, mpich, zoltan) Build for 1b93dd7
PR tests (clang-3.9, ubuntu, mpich) Build for 1b93dd7
PR tests (gcc-8, ubuntu, mpich, address sanitizer) Build for 1b93dd7
PR tests (gcc-10, ubuntu, openmpi, no LB) Build for 1b93dd7
PR tests (gcc-5, ubuntu, mpich) Build for 1b93dd7
PR tests (nvidia cuda 10.1, ubuntu, mpich) Build for 1b93dd7
PR tests (clang-13, alpine, mpich) Build for 1b93dd7
PR tests (clang-9, ubuntu, mpich) Build for 1b93dd7
PR tests (intel icpx, ubuntu, mpich) Build for 1b93dd7
PR tests (clang-13, ubuntu, mpich) Build for 1b93dd7
PR tests (clang-11, ubuntu, mpich) Build for 1b93dd7
PR tests (clang-12, ubuntu, mpich) Build for 1b93dd7
PR tests (nvidia cuda 11.0, ubuntu, mpich) Build for 1b93dd7
PR tests (gcc-11, ubuntu, mpich) Build for 1b93dd7
PR tests (gcc-12, ubuntu, mpich) Build for 1b93dd7
PR tests (clang-14, ubuntu, mpich) Build for 1b93dd7
PR tests (gcc-7, ubuntu, mpich, trace runtime, LB) Build for 1b93dd7
PR tests (intel icpc, ubuntu, mpich) Build for 1b93dd7
PR tests (clang-10, ubuntu, mpich) Build for 1b93dd7
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
One question: |
They remove the LICENSE out of the googletest subfolder between versions. There is still a license at the top level googletest directory. |
I think we should pull the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should pull the
LICENSE
file from the top-level directory, then. Does anyone think we need ot pull additional files in from there?
LICENSE
file should be enough. Looks good apart from that.
tests/extern/googletest/LICENSE
is still present (only one copy is removed).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
vt/tests/extern/googletest/LICENSE
is still present, only the copy in vt/tests/extern/googletest/googletest/LICENSE
is removed (these files are identical).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
61bf18f
to
1b93dd7
Compare
Fixes #1807. Updates fetch script and bundled gtest to version 1.11.0.