forked from OSchip/llvm-project
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:
parent
c8dedfe269
commit
b4c5e19da7
|
@ -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_*"}]}' --
|
||||
|
|
|
@ -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}, \
|
||||
|
|
Loading…
Reference in New Issue