diff --git a/compiler-rt/test/profile/instrprof-merge-entry-cover.c b/compiler-rt/test/profile/instrprof-merge-entry-cover.c --- 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 --- 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