[gcov] Delete XFAIL: host-byteorder-big-endian
authorFangrui Song <maskray@google.com>
Thu, 4 Jun 2020 02:58:28 +0000 (19:58 -0700)
committerFangrui Song <maskray@google.com>
Thu, 4 Jun 2020 02:58:28 +0000 (19:58 -0700)
Add two to function-numbering.ll and exit-block.ll

llvm/test/Transforms/GCOVProfiling/exit-block.ll
llvm/test/Transforms/GCOVProfiling/function-numbering.ll
llvm/test/Transforms/SampleProfile/gcc-simple.ll
llvm/test/Transforms/SampleProfile/indirect-call-gcc.ll
llvm/test/tools/llvm-cov/gcov-4.7.c
llvm/test/tools/llvm-cov/gcov-8.c
llvm/test/tools/llvm-cov/gcov-9.c
llvm/test/tools/llvm-profdata/gcc-gcov-sample-profile.test

index 202479e..5ab3dcc 100644 (file)
@@ -2,6 +2,7 @@
 ; RUN: rm -rf %t && mkdir -p %t
 ; RUN: echo '!19 = !{!"%/t/exit-block.ll", !0}' > %t/1
 ; RUN: cat %s %t/1 > %t/2
+; XFAIL: host-byteorder-big-endian
 
 ; By default, the exit block is the second.
 ; RUN: opt -insert-gcov-profiling -disable-output %t/2
index 973b29f..533bb0a 100644 (file)
@@ -1,5 +1,6 @@
 ; Test that GCOV instrumentation numbers functions correctly when some
 ; functions aren't emitted.
+; XFAIL: host-byteorder-big-endian
 
 ; Inject metadata to set the .gcno file location
 ; RUN: rm -rf %t && mkdir -p %t
index f778124..71ff19f 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/gcc-simple.afdo -S | FileCheck %s
 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/gcc-simple.afdo -S | FileCheck %s
-; XFAIL: host-byteorder-big-endian
+;
 ; Original code:
 ;
 ; #include <stdlib.h>
index 5298fab..a9b3eaa 100644 (file)
@@ -4,7 +4,6 @@
 ; format profile.
 ; It is expected to fail on certain architectures as gcc profile reader does
 ; not work.
-; XFAIL: host-byteorder-big-endian
 
 define void @test(void ()*) #0 !dbg !3 {
   %2 = alloca void ()*
index ab08883..594382b 100644 (file)
@@ -33,5 +33,3 @@ int main() {                                      // GCOV:      #####: [[@LINE]]
 // HEADER-NEXT:  -:    0:Runs:1{{$}}
 // HEADER-NEXT:  -:    0:Programs:1
 // HEADER-NEXT:  -:    1:/// Test that llvm-cov
-
-// XFAIL: host-byteorder-big-endian
index f8cdd18..4ac9cd6 100644 (file)
@@ -33,5 +33,3 @@ int main() {                                      // GCOV:      1: [[@LINE]]:int
 // HEADER-NEXT:  -:    0:Runs:1{{$}}
 // HEADER-NEXT:  -:    0:Programs:1
 // HEADER-NEXT:  -:    1:/// Test that llvm-cov
-
-// XFAIL: host-byteorder-big-endian
index 6e631cb..db6190a 100644 (file)
@@ -32,5 +32,3 @@ int main() {                                      // GCOV:      1: [[@LINE]]:int
 // HEADER-NEXT:  -:    0:Data:gcov-9.gcda
 // HEADER-NEXT:  -:    0:Runs:1{{$}}
 // HEADER-NEXT:  -:    1:/// Test that llvm-cov
-
-// XFAIL: host-byteorder-big-endian
index 42ae5d2..5f6c2a2 100644 (file)
@@ -1,8 +1,6 @@
 The input gcov file has been generated on a little endian machine. Expect
 failures on big endian systems.
 
-XFAIL: host-byteorder-big-endian
-
 Tests for sample profiles encoded in GCC's gcov format.
 
 1- Show all functions. This profile has a single main() function with several