From: Reid Kleckner Date: Tue, 9 Jun 2015 17:47:59 +0000 (+0000) Subject: Disable style-on-command-line test on Windows X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a21746428f27db9499563e1a70021184e111b375;p=clang 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 --- 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