[clang] fe0e861 - [Analyzer] Attempt to fix windows bots test failure b/c of new-line
Gabor Marton via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 28 06:41:48 PDT 2021
Author: Gabor Marton
Date: 2021-06-28T15:41:30+02:00
New Revision: fe0e861a4d9946a3e7de1bc95a3ec12fa602b492
URL: https://github.com/llvm/llvm-project/commit/fe0e861a4d9946a3e7de1bc95a3ec12fa602b492
DIFF: https://github.com/llvm/llvm-project/commit/fe0e861a4d9946a3e7de1bc95a3ec12fa602b492.diff
LOG: [Analyzer] Attempt to fix windows bots test failure b/c of new-line
Added:
Modified:
clang/test/Analysis/expr-inspection-printState-diseq-info.c
clang/test/Analysis/expr-inspection-printState-eq-classes.c
Removed:
################################################################################
diff --git a/clang/test/Analysis/expr-inspection-printState-diseq-info.c b/clang/test/Analysis/expr-inspection-printState-diseq-info.c
index fe2ee324105f..3f11ed61af5e 100644
--- a/clang/test/Analysis/expr-inspection-printState-diseq-info.c
+++ b/clang/test/Analysis/expr-inspection-printState-diseq-info.c
@@ -1,5 +1,6 @@
// RUN: %clang_analyze_cc1 \
// RUN: -analyzer-checker=debug.ExprInspection %s 2>&1 | FileCheck %s
+// UNSUPPORTED: windows
void clang_analyzer_printState();
diff --git a/clang/test/Analysis/expr-inspection-printState-eq-classes.c b/clang/test/Analysis/expr-inspection-printState-eq-classes.c
index 5b40ac5cd47e..7daa8648c249 100644
--- a/clang/test/Analysis/expr-inspection-printState-eq-classes.c
+++ b/clang/test/Analysis/expr-inspection-printState-eq-classes.c
@@ -1,5 +1,6 @@
// RUN: %clang_analyze_cc1 \
// RUN: -analyzer-checker=debug.ExprInspection %s 2>&1 | FileCheck %s
+// UNSUPPORTED: windows
void clang_analyzer_printState();
More information about the cfe-commits
mailing list