[compiler-rt] 68252cd - [compiler-rt] [test] [profile] Generalize existing MSVC XFAILs to cover mingw too
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 19 09:23:44 PDT 2023
Author: Martin Storsjö
Date: 2023-04-19T19:22:56+03:00
New Revision: 68252cd860ea69881a933c48b910d1c6f4442159
URL: https://github.com/llvm/llvm-project/commit/68252cd860ea69881a933c48b910d1c6f4442159
DIFF: https://github.com/llvm/llvm-project/commit/68252cd860ea69881a933c48b910d1c6f4442159.diff
LOG: [compiler-rt] [test] [profile] Generalize existing MSVC XFAILs to cover mingw too
Differential Revision: https://reviews.llvm.org/D148167
Added:
Modified:
compiler-rt/test/profile/instrprof-merge-entry-cover.c
compiler-rt/test/profile/instrprof-merge.c
Removed:
################################################################################
diff --git a/compiler-rt/test/profile/instrprof-merge-entry-cover.c b/compiler-rt/test/profile/instrprof-merge-entry-cover.c
index da479e80d57e9..a99458898392f 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 <stdint.h>
diff --git a/compiler-rt/test/profile/instrprof-merge.c b/compiler-rt/test/profile/instrprof-merge.c
index d121b696bb650..8be1016da873e 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 <stdint.h>
#include <stdio.h>
More information about the llvm-commits
mailing list