[asan] Split the throw_invoke_test.cc into a Linux specific variant
and the general version to avoid use of libstdc++ on non-Linux
platforms.
This is motivated by the fact that using libstdc++ is deprecated on
Darwin and maybe removed some day.
Differential D44733
Split the `throw_invoke_test.cc` test delcypher on Mar 21 2018, 6:42 AM. Authored by
Details [asan] Split the throw_invoke_test.cc into a Linux specific variant This is motivated by the fact that using libstdc++ is deprecated on
Diff Detail
Event TimelineComment Actions Hmm, that's basically duplicating the test case. Maybe you can #include "../throw_invoke_test.cc"? Comment Actions I actually did that originally but I decided I didn't like it because it creates a dependency between the two test files. I don't think there's any precedence for doing that. I'll let @kcc have the final say as this is his test case originally. Comment Actions @kcc @kubamracek Any thoughts? It's been a week so unless there are some objections I'd like to merge this soon. |