[llvm-bugs] [Bug 33933] New: utils/lit/tests/googletest-format.py fails on Windows
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Jul 25 22:05:27 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33933
Bug ID: 33933
Summary: utils/lit/tests/googletest-format.py fails on Windows
Product: Test Suite
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: lit
Assignee: unassignedbugs at nondot.org
Reporter: modocache at gmail.com
CC: daniel at zuster.org, llvm-bugs at lists.llvm.org
As described in utils/lit/README.txt, lit has its own test suite, which can be
run like so:
```
# From within your LLVM source directory.
utils/lit/lit.py \
--path /path/to/your/llvm/build/bin \
utils/lit/tests
```
However, when this command is run on a Windows host, the test
utils/lit/tests/googletest-format.py fails.
--
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/20170726/ef33b3ce/attachment.html>
More information about the llvm-bugs
mailing list