Skip to content

[C++] Bundled GTest CI jobs seem to #includeing GTest headers from somewhere else #36379

@bkietz

Description

@bkietz

Describe the bug, including details regarding any error messages, version, and platform.

In #36334 I saw link errors in some CI jobs which build bundled GTest:

The symbol which is undefined is the internal FormatMatcherDescription function. That function is present in the bundled version of GTest (v1.11), but its signature is different in that version.

This suggests that somehow although we're building GTest v1.11 the tests are #includeing headers from a more recent version of GTest and we just haven't noticed before now.

Component(s)

C++

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions