[PATCH] D154680: [llvm-exegesis] Make SubprocessMemoryTest use PIDs

Aiden Grossman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 6 21:09:56 PDT 2023


aidengrossman created this revision.
Herald added a subscriber: mstojanovic.
Herald added a project: All.
aidengrossman requested review of this revision.
Herald added subscribers: llvm-commits, courbet.
Herald added a project: LLVM.

This patch makes SubprocessMemoryTest use process PIDs during creation of the SubprocessMemory objects within the tests so that there isn't interference between multiple instances of the test running at the same time which could potentially occur in multi-user environments.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D154680

Files:
  llvm/unittests/tools/llvm-exegesis/X86/SubprocessMemoryTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154680.537973.patch
Type: text/x-patch
Size: 4315 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230707/5ecf869d/attachment.bin>


More information about the llvm-commits mailing list