[llvm] 49d0e11 - [lit testing] Fix Windows reliability?

David Zarzycki via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 16 06:12:11 PDT 2021


Author: David Zarzycki
Date: 2021-03-16T09:11:41-04:00
New Revision: 49d0e115d5df40aa89339f4ace7a8dee378c03bb

URL: https://github.com/llvm/llvm-project/commit/49d0e115d5df40aa89339f4ace7a8dee378c03bb
DIFF: https://github.com/llvm/llvm-project/commit/49d0e115d5df40aa89339f4ace7a8dee378c03bb.diff

LOG: [lit testing] Fix Windows reliability?

Added: 
    

Modified: 
    llvm/utils/lit/tests/reorder.py

Removed: 
    


################################################################################
diff  --git a/llvm/utils/lit/tests/reorder.py b/llvm/utils/lit/tests/reorder.py
index 7c9dc8d21fe3..8e5ecda22219 100644
--- a/llvm/utils/lit/tests/reorder.py
+++ b/llvm/utils/lit/tests/reorder.py
@@ -3,6 +3,7 @@
 # RUN: cp %{inputs}/reorder/.lit_test_times.txt %{inputs}/reorder/.lit_test_times.txt.orig
 # RUN: %{lit} -j1 %{inputs}/reorder | FileCheck %s
 # RUN: not 
diff  %{inputs}/reorder/.lit_test_times.txt %{inputs}/reorder/.lit_test_times.txt.orig
+# RUN: cp %{inputs}/reorder/.lit_test_times.txt.orig %{inputs}/reorder/.lit_test_times.txt
 # END.
 
 # CHECK:     -- Testing: 3 tests, 1 workers --


        


More information about the llvm-commits mailing list