OSDN Git Service

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 e25eae3..b307532 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 e99edff..625b7dc 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}, \