Disable MultiprocessExec.MultiprocessExec on posix when PartitionAlloc is default allocator.
PartitionAllocator opens /dev/urandom for address randomization when allocating memory.(c.f. //base/allocator/partition_allocator/random.cc and //base/rand_util_posix.cc) This causes MultiprocessExec.MultiprocessExec test failure. So temporarily disable the test on posix when PartitionAllocator is default. Bug: 1153544 Change-Id: I19ea568745caf01c6c7fe9d2ad3f845891b2a9ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2562811Reviewed-by:Mark Mentovai <mark@chromium.org> Reviewed-by:
Bartek Nowierski <bartekn@chromium.org> Commit-Queue: Takashi Sakamoto <tasak@google.com> Cr-Commit-Position: refs/heads/master@{#832264}
Showing
Please register or sign in to comment