Exclude the set of tests that test recoverable code paths (i.e.
BacktraceGuardedPoolAllocator tests in recoverable.cpp) and always set
the Recoverable testing bool to false on the Fuchsia platform.
Signal handlers used by recoverable tests are unsupported on Fuchsia.
Death tests in backtrace.cpp use EXPECT_DEATH for compatibility
with zxtest.
// Fuchsia does not support recoverable GWP-ASan.