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.
This commit is contained in:
Nico Weber 2021-01-01 23:19:48 -05:00
parent c8dedfe269
commit b4c5e19da7
2 changed files with 6 additions and 0 deletions

View 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_*"}]}' --

View 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}, \