Temporarily disable to clang-tidy tests on Windows
authorNico Weber <thakis@chromium.org>
Sat, 2 Jan 2021 04:19:48 +0000 (23:19 -0500)
committerNico Weber <thakis@chromium.org>
Sat, 2 Jan 2021 04:19:48 +0000 (23:19 -0500)
They fail at least on my Win bot after switching it to Py3.
See PR48646 for details.

clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-macro-usage-custom.cpp
clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-ignored-regexp.cpp

index e25eae32309461169afbe1060bb273ca8ac9b457..b3075324efdbf23fc3f163d7f128b64e07cb397d 100644 (file)
@@ -1,3 +1,6 @@
+// FIXME: PR48646
+// UNSUPPORTED: system-windows
+
 // RUN: %check_clang_tidy %s cppcoreguidelines-macro-usage %t \
 // RUN: -config='{CheckOptions: \
 // RUN:  [{key: cppcoreguidelines-macro-usage.AllowedRegexp, value: "DEBUG_*|TEST_*"}]}' --
index e99edff5cc21caf1f993066c73e225110e770778..625b7dc9134a19cc5445ec317b484ecd353843ab 100644 (file)
@@ -1,3 +1,6 @@
+// FIXME: PR48646
+// UNSUPPORTED: system-windows
+
 // RUN: %check_clang_tidy %s readability-identifier-naming %t -- \
 // RUN:   -config='{CheckOptions: [ \
 // RUN:     {key: readability-identifier-naming.ParameterCase, value: CamelCase}, \