mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Temporarily disable a non-sandboxed crash stack_trace_test
This might fail under some versions of libunwind. PiperOrigin-RevId: 559728630 Change-Id: I12bad6ec68a52164f79c8bf9a7b349fcd1a462e9
This commit is contained in:
parent
eaf8ef88c4
commit
38e5be910e
|
@ -116,6 +116,10 @@ TEST_P(StackTraceTest, SymbolizationWorksNonSandboxedLibunwind) {
|
||||||
absl::FlagSaver fs;
|
absl::FlagSaver fs;
|
||||||
absl::SetFlag(&FLAGS_sandbox_libunwind_crash_handler, false);
|
absl::SetFlag(&FLAGS_sandbox_libunwind_crash_handler, false);
|
||||||
|
|
||||||
|
if (GetParam().testname == "CrashMe") {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
SymbolizationWorksCommon(GetParam());
|
SymbolizationWorksCommon(GetParam());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user