[all-commits] [llvm/llvm-project] 0c0c55: [BOLT] Port additional test to internal shell (#15...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Tue Sep 2 11:57:36 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0c0c55a6e794779917132e48322a7222c76d11b6
      https://github.com/llvm/llvm-project/commit/0c0c55a6e794779917132e48322a7222c76d11b6
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-09-02 (Tue, 02 Sep 2025)

  Changed paths:
    A bolt/test/runtime/copy_file.py
    M bolt/test/runtime/instrumentation-indirect-2.c

  Log Message:
  -----------
  [BOLT] Port additional test to internal shell (#156487)

This test was broken by #156083 because it was never ported to the
internal shell. It requires fuser which is not installed by default on
premerge and none of the BOLT buildbots have been online in a while.

This was actually causing a timeout because of #156484, worked around
using a manual bash invocation with a wait call to ensure all of the
subprocesses have exited.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list