From b4c5e19da74773b86662cbe5a7437f72116f3615 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Fri, 1 Jan 2021 23:19:48 -0500 Subject: [PATCH] Temporarily disable to clang-tidy tests on Windows They fail at least on my Win bot after switching it to Py3. See PR48646 for details. --- .../test/clang-tidy/checkers/cppcoreguidelines-macro-usage-custom.cpp | 3 +++ .../checkers/readability-identifier-naming-ignored-regexp.cpp | 3 +++ 2 files changed, 6 insertions(+) diff --git a/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-macro-usage-custom.cpp b/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-macro-usage-custom.cpp index e25eae3..b307532 100644 --- a/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-macro-usage-custom.cpp +++ b/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-macro-usage-custom.cpp @@ -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_*"}]}' -- diff --git a/clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-ignored-regexp.cpp b/clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-ignored-regexp.cpp index e99edff..625b7dc 100644 --- a/clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-ignored-regexp.cpp +++ b/clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-ignored-regexp.cpp @@ -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}, \ -- 2.7.4