Skip to content

Commit f601904

Browse files
committed
[CIR][Github] ABI check fails while on windows system, disable test
Another stab at #1841
1 parent 4b0c473 commit f601904

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

clang-tools-extra/test/clang-tidy/checkers/cir/lifetime-basic.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// RUN: --
1010
// RUN: FileCheck -input-file=%t.yaml -check-prefix=CHECK-YAML %s
1111

12+
// NYI with 'invalid C++ ABI kind' on windows
13+
// UNSUPPORTED: system-windows
14+
1215
int *p0() {
1316
int *p = nullptr;
1417
{
@@ -36,4 +39,4 @@ int *p0() {
3639
// CHECK-YAML: Notes:
3740
// CHECK-YAML: - Message: 'pointee ''x'' invalidated at end of scope'
3841
// CHECK-YAML: Replacements: []
39-
// CHECK-YAML: Level: Warning
42+
// CHECK-YAML: Level: Warning

0 commit comments

Comments
 (0)