[PATCH] D148167: [compiler-rt] [test] [profile] Generalize existing MSVC XFAILs to cover mingw too

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 09:24:17 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG68252cd860ea: [compiler-rt] [test] [profile] Generalize existing MSVC XFAILs to cover mingw… (authored by mstorsjo).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148167/new/

https://reviews.llvm.org/D148167

Files:
  compiler-rt/test/profile/instrprof-merge-entry-cover.c
  compiler-rt/test/profile/instrprof-merge.c


Index: compiler-rt/test/profile/instrprof-merge.c
===================================================================
--- compiler-rt/test/profile/instrprof-merge.c
+++ 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>
Index: compiler-rt/test/profile/instrprof-merge-entry-cover.c
===================================================================
--- compiler-rt/test/profile/instrprof-merge-entry-cover.c
+++ 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>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148167.514990.patch
Type: text/x-patch
Size: 1033 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230419/b2e0629a/attachment.bin>


More information about the llvm-commits mailing list