commit | 8be31af0fc68000934c3cf3abe554d4df10f9671 | [log] [tgz] |
---|---|---|
author | Aliaksey Kandratsenka <alkondratenko@gmail.com> | Wed May 29 21:24:42 2024 |
committer | Aliaksey Kandratsenka <alkondratenko@gmail.com> | Wed May 29 22:30:09 2024 |
tree | f1dc27941f604abcb48c6189b448b22851fcd32b | |
parent | c61f35f04cda1e4b175b45d8637379b69846860d [diff] |
unbreak debugallocation_test on Solaris Allow debugallocation death test to accept RUN_ALL_TESTS in backtrace instead of main. For some reason solaris ends up either optimizing tail-calling of RUN_ALL_TESTS or something else happens in gtest platform integration, but failure backtraces don't have main there. But the intention of the test is simply to ensure that we got failure with backtrace. So lets accept RUN_ALL_TESTS as well.