summaryrefslogtreecommitdiff
path: root/test/Format
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2015-06-09 17:47:59 +0000
committerReid Kleckner <reid@kleckner.net>2015-06-09 17:47:59 +0000
commita21746428f27db9499563e1a70021184e111b375 (patch)
treed705f2babe9737884ed15397ab23670d86c6c185 /test/Format
parentb2c611a18bb8ea8d6e48fd03d89b771c60304e13 (diff)
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
Diffstat (limited to 'test/Format')
-rw-r--r--test/Format/style-on-command-line.cpp4
1 files changed, 4 insertions, 0 deletions
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