Limitations for gtest tests

Tests to failure (gtest-death-test.h) are not supported for gtest tests due to the POSIX support limitations in KasperskyOS. Due to the limitations on interaction between threads via signals (the kill() interface), the following macros are not supported:

The following macros do not perform any actions:

Page top