r239416 - Disable style-on-command-line test on Windows
Reid Kleckner
reid at kleckner.net
Tue Jun 9 10:47:59 PDT 2015
Author: rnk
Date: Tue Jun 9 12:47:59 2015
New Revision: 239416
URL: http://llvm.org/viewvc/llvm-project?rev=239416&view=rev
Log:
Disable style-on-command-line test on Windows
Modified:
cfe/trunk/test/Format/style-on-command-line.cpp
Modified: cfe/trunk/test/Format/style-on-command-line.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Format/style-on-command-line.cpp?rev=239416&r1=239415&r2=239416&view=diff
==============================================================================
--- cfe/trunk/test/Format/style-on-command-line.cpp (original)
+++ cfe/trunk/test/Format/style-on-command-line.cpp Tue Jun 9 12:47:59 2015
@@ -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
More information about the cfe-commits
mailing list