[lit testing] Mark reorder.py as unavailable on Windows
authorDavid Zarzycki <dave@znu.io>
Tue, 16 Mar 2021 14:52:11 +0000 (10:52 -0400)
committerDavid Zarzycki <dave@znu.io>
Tue, 16 Mar 2021 14:54:06 +0000 (10:54 -0400)
The test file has embedded slashes. This is fine for normal users that
are just recording and reordering paths, but not great when the trace
data is committed back to a repository that should work on both Unix and
Windows.

llvm/utils/lit/tests/reorder.py

index 8e5ecda..fb1c4bc 100644 (file)
@@ -3,7 +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
+# UNSUPPORTED: windows
 # END.
 
 # CHECK:     -- Testing: 3 tests, 1 workers --