google / googletest

GoogleTest - Google Testing and Mocking Framework
https://google.github.io/googletest/
BSD 3-Clause "New" or "Revised" License
33.68k stars 9.98k forks source link

[FR]: Add z/OS platform for death test support #4526

Closed abhina-sree closed 1 month ago

abhina-sree commented 2 months ago

Does the feature exist in the most recent commit?

No

Why do we need this feature?

We would like to support death tests on z/OS as well

Describe the proposal.

Add GTEST_OS_ZOS here https://github.com/google/googletest/blob/main/googletest/include/gtest/internal/gtest-port.h#L672

Is the feature specific to an operating system, compiler, or build system version?

z/OS system

abhina-sree commented 2 months ago

PR to fix this https://github.com/google/googletest/pull/4527

derekmauro commented 1 month ago

PR was merged.