[PATCH] D18185: [lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTED

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 00:57:00 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL292896: [lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTED (authored by gparker).

Changed prior to commit:
  https://reviews.llvm.org/D18185?vs=85536&id=85537#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D18185

Files:
  llvm/trunk/docs/TestingGuide.rst
  llvm/trunk/utils/lit/lit/BooleanExpression.py
  llvm/trunk/utils/lit/lit/Test.py
  llvm/trunk/utils/lit/lit/TestRunner.py
  llvm/trunk/utils/lit/tests/Inputs/shtest-format/requires-any-missing.txt
  llvm/trunk/utils/lit/tests/Inputs/shtest-format/requires-any-present.txt
  llvm/trunk/utils/lit/tests/Inputs/shtest-format/requires-any.txt
  llvm/trunk/utils/lit/tests/Inputs/shtest-format/requires-missing.txt
  llvm/trunk/utils/lit/tests/Inputs/shtest-format/requires-present.txt
  llvm/trunk/utils/lit/tests/Inputs/shtest-format/requires-star.txt
  llvm/trunk/utils/lit/tests/Inputs/shtest-format/requires-triple.txt
  llvm/trunk/utils/lit/tests/Inputs/shtest-format/unsupported-expr-false.txt
  llvm/trunk/utils/lit/tests/Inputs/shtest-format/unsupported-expr-true.txt
  llvm/trunk/utils/lit/tests/Inputs/shtest-format/unsupported-star.txt
  llvm/trunk/utils/lit/tests/Inputs/shtest-format/xfail-expr-false.txt
  llvm/trunk/utils/lit/tests/Inputs/shtest-format/xfail-expr-true.txt
  llvm/trunk/utils/lit/tests/boolean-parsing.py
  llvm/trunk/utils/lit/tests/shtest-format.py
  llvm/trunk/utils/lit/tests/unit/TestRunner.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18185.85537.patch
Type: text/x-patch
Size: 42228 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170124/58bf8e3f/attachment.bin>


More information about the llvm-commits mailing list