Summary: this particular test fails reliably for fbandroid. Modifying the code in fbcode, assuming it will be synced promptly.
Reviewed By: edelron
Differential Revision:
D4000722
fbshipit-source-id:
fca5e691ea5c972ddd245acee1c17720730539d4
EXPECT_THROW(std::rethrow_exception(eptr), IntException);
// Test with empty ew.
+
+ // Disabling pending fix for fbandroid: t13822116
+ /*
exception_wrapper empty_ew;
eptr = empty_ew.getExceptionPtr();
EXPECT_DEATH(std::rethrow_exception(eptr), "exception");
+ */
}
TEST(ExceptionWrapper, with_exception_deduction) {