[clang] dc61ebb - [clang] Mark clang-format-ignore.cpp as unsupported on Windows
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 11 16:26:47 PST 2024
Author: Nico Weber
Date: 2024-01-11T19:26:24-05:00
New Revision: dc61ebb44c11d2f5d03b7dd9cb80a0644a30775e
URL: https://github.com/llvm/llvm-project/commit/dc61ebb44c11d2f5d03b7dd9cb80a0644a30775e
DIFF: https://github.com/llvm/llvm-project/commit/dc61ebb44c11d2f5d03b7dd9cb80a0644a30775e.diff
LOG: [clang] Mark clang-format-ignore.cpp as unsupported on Windows
To heal bots that have been broken for days while discussions on
https://github.com/llvm/llvm-project/pull/76733 are ongoing.
Added:
Modified:
clang/test/Format/clang-format-ignore.cpp
Removed:
################################################################################
diff --git a/clang/test/Format/clang-format-ignore.cpp b/clang/test/Format/clang-format-ignore.cpp
index 5a2267b302d22f..3e09fe59fa2120 100644
--- a/clang/test/Format/clang-format-ignore.cpp
+++ b/clang/test/Format/clang-format-ignore.cpp
@@ -1,3 +1,4 @@
+// UNSUPPORTED: system-windows
// RUN: rm -rf %t.dir
// RUN: mkdir -p %t.dir/level1/level2
More information about the cfe-commits
mailing list