Skip to content

Commit 8425004

Browse files
authored
[clang-doc] Suppress long-name test on windows (#161424)
This seems to have broken some buildbots for a long time, so just suppress it for now until we determine how/why.
1 parent 6ca835b commit 8425004

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang-tools-extra/test/clang-doc/long-name.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// FIXME: This test seems to break on windows, so disable it for now.
2+
// UNSUPPORTED: system-windows
13
// RUN: rm -rf %t && mkdir -p %t
24
// RUN: clang-doc --output=%t --format=mustache --executor=standalone %s
35
// RUN: ls %t/json | FileCheck %s -check-prefix=CHECK-JSON

0 commit comments

Comments
 (0)