From: Martin Storsjö Date: Wed, 12 Apr 2023 11:45:41 +0000 (+0000) Subject: [compiler-rt] [test] [profile] Generalize existing MSVC XFAILs to cover mingw too X-Git-Tag: upstream/17.0.6~11062 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68252cd860ea69881a933c48b910d1c6f4442159;p=platform%2Fupstream%2Fllvm.git [compiler-rt] [test] [profile] Generalize existing MSVC XFAILs to cover mingw too Differential Revision: https://reviews.llvm.org/D148167 --- 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