summaryrefslogtreecommitdiffstats
path: root/clang/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
commitf8439940eff4e0a65a65248a83d0d7bbeae632c5 (patch)
tree0642186e93db24425b79e6946db1e00ecf1d5657 /clang/test/Format
parent65870442b3452aef303bf3a97346a5b02db6b4fd (diff)
downloadbcm5719-llvm-f8439940eff4e0a65a65248a83d0d7bbeae632c5.tar.gz
bcm5719-llvm-f8439940eff4e0a65a65248a83d0d7bbeae632c5.zip
Disable style-on-command-line test on Windows
llvm-svn: 239416
Diffstat (limited to 'clang/test/Format')
-rw-r--r--clang/test/Format/style-on-command-line.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Format/style-on-command-line.cpp b/clang/test/Format/style-on-command-line.cpp
index 2e757cc92a5..3f4f77ad0c3 100644
--- a/clang/test/Format/style-on-command-line.cpp
+++ b/clang/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
OpenPOWER on IntegriCloud