Commit e16cd9fc authored by ssid's avatar ssid Committed by Commit Bot

[fuchsia] Disable TraceStackFramePointersFromBuffer test.

BUG=1132511

Change-Id: Ic6d3b50b5c2cd5a7bed896d8afe6108f73ccea98
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443939
Commit-Queue: ssid <ssid@chromium.org>
Auto-Submit: ssid <ssid@chromium.org>
Reviewed-by: default avatarMike Wittman <wittman@chromium.org>
Reviewed-by: default avatarDavid Dorwin <ddorwin@chromium.org>
Reviewed-by: default avatarWez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#813259}
parent 78561228
...@@ -356,11 +356,12 @@ TEST_F(StackTraceTest, MAYBE_TraceStackFramePointers) { ...@@ -356,11 +356,12 @@ TEST_F(StackTraceTest, MAYBE_TraceStackFramePointers) {
ExpectStackFramePointers<kDepth>(frames, kDepth, /*copy_stack=*/false); ExpectStackFramePointers<kDepth>(frames, kDepth, /*copy_stack=*/false);
} }
#if defined(MEMORY_SANITIZER)
// The test triggers use-of-uninitialized-value errors on MSan bots. // The test triggers use-of-uninitialized-value errors on MSan bots.
// This is expected because we're walking and reading the stack, and // This is expected because we're walking and reading the stack, and
// sometimes we read fp / pc from the place that previously held // sometimes we read fp / pc from the place that previously held
// uninitialized value. // uninitialized value.
// TODO(crbug.com/1132511): Enable this test on Fuchsia.
#if defined(MEMORY_SANITIZER) || defined(OS_FUCHSIA)
#define MAYBE_TraceStackFramePointersFromBuffer \ #define MAYBE_TraceStackFramePointersFromBuffer \
DISABLED_TraceStackFramePointersFromBuffer DISABLED_TraceStackFramePointersFromBuffer
#else #else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment