From a21746428f27db9499563e1a70021184e111b375 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Tue, 9 Jun 2015 17:47:59 +0000 Subject: [PATCH] Disable style-on-command-line test on Windows git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239416 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Format/style-on-command-line.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/Format/style-on-command-line.cpp b/test/Format/style-on-command-line.cpp index 2e757cc92a..3f4f77ad0c 100644 --- a/test/Format/style-on-command-line.cpp +++ b/test/Format/style-on-command-line.cpp @@ -29,3 +29,7 @@ void f() { int*i; int j; } + +// On Windows, the 'rm' commands fail when the previous process is still alive. +// This happens enough to make the test useless. +// REQUIRES: shell -- 2.40.0