[PATCH] D35879: [lit] Mark several of lit's tests XFAIL on Windows

Brian Gesiak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 25 22:19:14 PDT 2017


modocache created this revision.

https://reviews.llvm.org/rL257221 attempted to run lit's own test suite continuously, but that
commit was reverted because lit's test suite does not pass on Windows.
Because lit's tests do not run continuously, they often regress.

In order to un-revert https://reviews.llvm.org/rL257221, mark lit tests that fail as XFAIL for
Windows platforms.

Test Plan:
On a Windows development environment, follow the instructions in
utils/lit/README.txt to run lit's test suite:

  utils/lit/lit.py \
      --path /path/to/your/llvm/build/bin \
      utils/lit/tests

Verify that the test suite is run and a successful exit code is
returned.


https://reviews.llvm.org/D35879

Files:
  utils/lit/tests/discovery.py
  utils/lit/tests/googletest-format.py
  utils/lit/tests/googletest-timeout.py
  utils/lit/tests/googletest-upstream-format.py
  utils/lit/tests/lit.cfg
  utils/lit/tests/max-failures.py
  utils/lit/tests/selecting.py
  utils/lit/tests/shtest-encoding.py
  utils/lit/tests/shtest-format.py
  utils/lit/tests/shtest-output-printing.py
  utils/lit/tests/shtest-shell.py
  utils/lit/tests/shtest-timeout.py
  utils/lit/tests/unit/TestRunner.py
  utils/lit/tests/unittest-adaptor.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35879.108219.patch
Type: text/x-patch
Size: 5239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170726/a6a619fc/attachment.bin>


More information about the llvm-commits mailing list