[all-commits] [llvm/llvm-project] adb01d: [llvm-exegesis] Make SubprocessMemoryTest use PIDs...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Fri Sep 8 00:09:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: adb01dea6a59346026327d3cc44b127cd656a1fe
      https://github.com/llvm/llvm-project/commit/adb01dea6a59346026327d3cc44b127cd656a1fe
  Author: Aiden Grossman <39388941+boomanaiden154 at users.noreply.github.com>
  Date:   2023-09-08 (Fri, 08 Sep 2023)

  Changed paths:
    M llvm/unittests/tools/llvm-exegesis/X86/SubprocessMemoryTest.cpp

  Log Message:
  -----------
  [llvm-exegesis] Make SubprocessMemoryTest use PIDs (#65245)

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.

This is a continuation the review in https://reviews.llvm.org/D154680.




More information about the All-commits mailing list