[compiler-rt] [test] [profile] Generalize existing MSVC XFAILs to cover mingw too
authorMartin Storsjö <martin@martin.st>
Wed, 12 Apr 2023 11:45:41 +0000 (11:45 +0000)
committerMartin Storsjö <martin@martin.st>
Wed, 19 Apr 2023 16:22:56 +0000 (19:22 +0300)
Differential Revision: https://reviews.llvm.org/D148167

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

index da479e8..a994588 100644 (file)
@@ -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>
index d121b69..8be1016 100644 (file)
@@ -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>