Details
-
Bug
-
Resolution: Fixed
-
P4
-
17, 20
-
b20
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8315381 | 17.0.10 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
Description
Inspired by the comment
https://github.com/openjdk/jdk/pull/10503#issuecomment-1275500585 forJDK-8294623, I realized we need to do at least some kind of version verification of gtest.
Since gtest do not properly declare its version, this can't be done exactly, but we can look at some tell-tales and rule out versions that are way too far off.
https://github.com/openjdk/jdk/pull/10503#issuecomment-1275500585 for
Since gtest do not properly declare its version, this can't be done exactly, but we can look at some tell-tales and rule out versions that are way too far off.
Attachments
Issue Links
- backported by
-
JDK-8315381 Try to verify gtest version
- Resolved