[PATCH] D107695: [llvm] [lit] Support forcing lexical test order

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 7 12:34:59 PDT 2021


mgorny marked an inline comment as done.
mgorny added inline comments.


================
Comment at: llvm/utils/lit/tests/shtest-shell.py:12
 # FIXME: lit's testing sets source_root == exec_root which complicates running lit more than once per test.
 # RUN: rm -f %{inputs}/shtest-shell/.lit_test_times.txt
 # RUN: env PYTHONIOENCODING=ascii not %{lit} -j 1 -a %{inputs}/shtest-shell > %t.ascii.out
----------------
jdenny wrote:
> Any reason to keep this?  It might be worthwhile to grep for `lit_test_times`, if you didn't already.
I was grepping for order FIXMEs ;-). Fixed now.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107695/new/

https://reviews.llvm.org/D107695



More information about the llvm-commits mailing list