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

            Bug ID: 33940
           Summary: utils/lit/tests/shtest-shell.py fails on Windows
           Product: Test Suite
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: lit
          Assignee: unassignedb...@nondot.org
          Reporter: modoca...@gmail.com
                CC: dan...@zuster.org, llvm-bugs@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/shtest-shell.py fails.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to