From 68252cd860ea69881a933c48b910d1c6f4442159 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Storsj=C3=B6?= Date: Wed, 12 Apr 2023 11:45:41 +0000 Subject: [PATCH] [compiler-rt] [test] [profile] Generalize existing MSVC XFAILs to cover mingw too Differential Revision: https://reviews.llvm.org/D148167 --- compiler-rt/test/profile/instrprof-merge-entry-cover.c | 2 +- compiler-rt/test/profile/instrprof-merge.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler-rt/test/profile/instrprof-merge-entry-cover.c b/compiler-rt/test/profile/instrprof-merge-entry-cover.c index da479e8..a994588 100644 --- a/compiler-rt/test/profile/instrprof-merge-entry-cover.c +++ b/compiler-rt/test/profile/instrprof-merge-entry-cover.c @@ -3,7 +3,7 @@ // RUN: llvm-profdata show --all-functions --counts %t.profraw | FileCheck %s // FIXME: llvm-profdata exits with "Malformed instrumentation profile data" -// XFAIL: target={{.*msvc.*}} +// XFAIL: target={{.*windows.*}} #include "profile_test.h" #include diff --git a/compiler-rt/test/profile/instrprof-merge.c b/compiler-rt/test/profile/instrprof-merge.c index d121b69..8be1016 100644 --- a/compiler-rt/test/profile/instrprof-merge.c +++ b/compiler-rt/test/profile/instrprof-merge.c @@ -3,7 +3,7 @@ // RUN: llvm-profdata show --all-functions --counts %t.profraw | FileCheck %s // FIXME: llvm-profdata exits with "Malformed instrumentation profile data" -// XFAIL: target={{.*msvc.*}} +// XFAIL: target={{.*windows.*}} #include #include -- 2.7.4