[all-commits] [llvm/llvm-project] f8ed31: [Fuzzer][Test] Use %python substitution for trace-...

Greg Bedwell via All-commits all-commits at lists.llvm.org
Wed Feb 17 07:12:35 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f8ed31cd991bf84372369409595707f6e3cebbce
      https://github.com/llvm/llvm-project/commit/f8ed31cd991bf84372369409595707f6e3cebbce
  Author: Jonny Farley <jonny.farley at sony.com>
  Date:   2021-02-17 (Wed, 17 Feb 2021)

  Changed paths:
    M compiler-rt/test/fuzzer/lit.cfg.py
    M compiler-rt/test/fuzzer/trace-malloc-unbalanced.test

  Log Message:
  -----------
  [Fuzzer][Test] Use %python substitution for trace-malloc-unbalanced.test

This test was found to fail for some of our downstream builds, on
computers where python was not on the default $PATH. Therefore
add a %python substitution to use sys.executable, based on similar
solutions for python calls in tests elsewhere in LLVM.

Differential Revision: https://reviews.llvm.org/D96799




More information about the All-commits mailing list