[llvm-bugs] [Bug 37156] New: [test-suite][lit][LNT] Profile script failing due to environment.
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Apr 17 12:37:30 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=37156
Bug ID: 37156
Summary: [test-suite][lit][LNT] Profile script failing due to
environment.
Product: Test Suite
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: lit
Assignee: unassignedbugs at nondot.org
Reporter: homerdin at gmail.com
CC: daniel at zuster.org, llvm-bugs at lists.llvm.org
When executing lnt runtest test-suite --use-perf profile, the profile script
fails. The script is created and I can run it directly without issue. I
narrowed it down to something in the environment that causes perf to fail,
though I do not know what that is. I worked around by setting the environment
to None before executing the profile part of litsupport/testplan.py. perf is in
/usr/bin which is in the environment being pass in, I am unsure what else perf
uses in the environment. This may be particular to my system.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180417/84c53935/attachment.html>
More information about the llvm-bugs
mailing list