[PATCH] D107427: [PATCH] [llvm] [lit] Fix inconsistent test order in shtest-keyword-parse-errors

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 5 00:17:50 PDT 2021


This revision was automatically updated to reflect the committed changes.
mgorny marked an inline comment as done.
Closed by commit rG39fa96a49069: [llvm] [lit] Fix inconsistent test order in shtest-keyword-parse-errors (authored by mgorny).

Changed prior to commit:
  https://reviews.llvm.org/D107427?vs=363980&id=364369#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107427

Files:
  llvm/utils/lit/tests/shtest-keyword-parse-errors.py


Index: llvm/utils/lit/tests/shtest-keyword-parse-errors.py
===================================================================
--- llvm/utils/lit/tests/shtest-keyword-parse-errors.py
+++ llvm/utils/lit/tests/shtest-keyword-parse-errors.py
@@ -1,3 +1,6 @@
+# FIXME: this test depends on order of tests
+# RUN: rm -f %{inputs}/shtest-keyword-parse-errors/.lit_test_times.txt
+
 # RUN: not %{lit} -j 1 -vv %{inputs}/shtest-keyword-parse-errors > %t.out
 # RUN: FileCheck -input-file %t.out %s
 #


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107427.364369.patch
Type: text/x-patch
Size: 493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210805/94d865ea/attachment.bin>


More information about the llvm-commits mailing list