[llvm-bugs] [Bug 33942] New: utils/lit/tests/unit/TestRunner.py fails on Windows

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jul 25 22:06:11 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=33942

            Bug ID: 33942
           Summary: utils/lit/tests/unit/TestRunner.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/unit/TestRunner.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/18f9b365/attachment.html>


More information about the llvm-bugs mailing list