projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6587044
)
Disable style-on-command-line test on Windows
author
Reid Kleckner
<reid@kleckner.net>
Tue, 9 Jun 2015 17:47:59 +0000
(17:47 +0000)
committer
Reid Kleckner
<reid@kleckner.net>
Tue, 9 Jun 2015 17:47:59 +0000
(17:47 +0000)
llvm-svn: 239416
clang/test/Format/style-on-command-line.cpp
patch
|
blob
|
history
diff --git
a/clang/test/Format/style-on-command-line.cpp
b/clang/test/Format/style-on-command-line.cpp
index
2e757cc
..
3f4f77a
100644
(file)
--- 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