mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
Avoids fork()ing as per previous tests in this file, necessary for Fuchsia. Unfortunately, I believe that mmap()/munmap() aren't actually working correctly on Fuchsia as tested by the EXPECT_FALSE reads, and so these tests incorrectly fail. Bug with repro filed upstream at ZX-1631. Bug: crashpad:196, crashpad:215 Change-Id: Iec86f64fcee12097223326f2bf2d5a5348a8a610 Reviewed-on: https://chromium-review.googlesource.com/894124 Reviewed-by: Joshua Peraza <jperaza@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org>