google / googletest

GoogleTest - Google Testing and Mocking Framework

Home Page:https://google.github.io/googletest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Non-standard function _exit used in gmock-spec-builders.cc on line 533

zadirion opened this issue · comments

Describe the issue

Should be _Exit
This prevents it from compiling and/or linking on platforms that do not have a non-standard _exit implemented, such as the Nintendo Switch

Steps to reproduce the problem

Compile on Nintendo Switch

What version of GoogleTest are you using?

1.14.0

What operating system and version are you using?

Nintendo Switch SDK

What compiler and version are you using?

Nintendo Switch clang

What build system are you using?

Nintendo Switch NDK clang

Additional context

No response