From 61ca706461c5e1edc18526c9ddc3250fe074ed94 Mon Sep 17 00:00:00 2001 From: David Zarzycki Date: Tue, 16 Mar 2021 10:52:11 -0400 Subject: [PATCH] [lit testing] Mark reorder.py as unavailable on Windows 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/utils/lit/tests/reorder.py b/llvm/utils/lit/tests/reorder.py index 8e5ecda..fb1c4bc 100644 --- a/llvm/utils/lit/tests/reorder.py +++ b/llvm/utils/lit/tests/reorder.py @@ -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 -- -- 2.7.4