[compiler-rt] 5a9b792 - [gcov] Temporarily unsupport host-byteorder-big-endian

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Sun May 10 10:29:19 PDT 2020


Author: Fangrui Song
Date: 2020-05-10T10:29:09-07:00
New Revision: 5a9b792d7251e19f69f96c9619cde49497c79a07

URL: https://github.com/llvm/llvm-project/commit/5a9b792d7251e19f69f96c9619cde49497c79a07
DIFF: https://github.com/llvm/llvm-project/commit/5a9b792d7251e19f69f96c9619cde49497c79a07.diff

LOG: [gcov] Temporarily unsupport host-byteorder-big-endian

llvm-cov gcov does not support host-byteorder-big-endian yet.

Added: 
    

Modified: 
    compiler-rt/test/profile/Posix/instrprof-gcov-execlp.test
    compiler-rt/test/profile/Posix/instrprof-gcov-execvp.test
    compiler-rt/test/profile/Posix/instrprof-gcov-fork.test
    compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test
    compiler-rt/test/profile/instrprof-gcov-__gcov_flush-multiple.test
    compiler-rt/test/profile/instrprof-gcov-__gcov_flush-terminate.test
    compiler-rt/test/profile/instrprof-gcov-exceptions.test
    compiler-rt/test/profile/instrprof-gcov-multiple-bbs-single-line.test
    compiler-rt/test/profile/instrprof-gcov-one-line-function.test
    compiler-rt/test/profile/instrprof-gcov-switch.test
    compiler-rt/test/profile/instrprof-gcov-two-objects.test

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/profile/Posix/instrprof-gcov-execlp.test b/compiler-rt/test/profile/Posix/instrprof-gcov-execlp.test
index 1d136ce97907..f9d7614fa91b 100644
--- a/compiler-rt/test/profile/Posix/instrprof-gcov-execlp.test
+++ b/compiler-rt/test/profile/Posix/instrprof-gcov-execlp.test
@@ -1,3 +1,4 @@
+UNSUPPORTED: host-byteorder-big-endian
 RUN: mkdir -p %t.d
 RUN: cd %t.d
 

diff  --git a/compiler-rt/test/profile/Posix/instrprof-gcov-execvp.test b/compiler-rt/test/profile/Posix/instrprof-gcov-execvp.test
index 8e5cbc609509..c1fc35aa36bd 100644
--- a/compiler-rt/test/profile/Posix/instrprof-gcov-execvp.test
+++ b/compiler-rt/test/profile/Posix/instrprof-gcov-execvp.test
@@ -1,3 +1,4 @@
+UNSUPPORTED: host-byteorder-big-endian
 RUN: mkdir -p %t.d
 RUN: cd %t.d
 

diff  --git a/compiler-rt/test/profile/Posix/instrprof-gcov-fork.test b/compiler-rt/test/profile/Posix/instrprof-gcov-fork.test
index 31b6a23be49c..79319528c5b3 100644
--- a/compiler-rt/test/profile/Posix/instrprof-gcov-fork.test
+++ b/compiler-rt/test/profile/Posix/instrprof-gcov-fork.test
@@ -1,3 +1,4 @@
+UNSUPPORTED: host-byteorder-big-endian
 UNSUPPORTED: linux
 UNSUPPORTED: darwin
 

diff  --git a/compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test b/compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test
index 90857ebb3c32..fe0bf590f093 100644
--- a/compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test
+++ b/compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test
@@ -1,3 +1,4 @@
+UNSUPPORTED: host-byteorder-big-endian
 # Work around PR45673 until the test code is fixed
 # ALLOW_RETRIES: 2
 

diff  --git a/compiler-rt/test/profile/instrprof-gcov-__gcov_flush-multiple.test b/compiler-rt/test/profile/instrprof-gcov-__gcov_flush-multiple.test
index fdc93c93e0b0..3eeb43c295dd 100644
--- a/compiler-rt/test/profile/instrprof-gcov-__gcov_flush-multiple.test
+++ b/compiler-rt/test/profile/instrprof-gcov-__gcov_flush-multiple.test
@@ -1,3 +1,4 @@
+UNSUPPORTED: host-byteorder-big-endian
 RUN: mkdir -p %t.d
 RUN: cd %t.d
 

diff  --git a/compiler-rt/test/profile/instrprof-gcov-__gcov_flush-terminate.test b/compiler-rt/test/profile/instrprof-gcov-__gcov_flush-terminate.test
index aa51461a3bd0..4b7bccb1329a 100644
--- a/compiler-rt/test/profile/instrprof-gcov-__gcov_flush-terminate.test
+++ b/compiler-rt/test/profile/instrprof-gcov-__gcov_flush-terminate.test
@@ -1,3 +1,4 @@
+UNSUPPORTED: host-byteorder-big-endian
 XFAIL: *
 
 RUN: mkdir -p %t.d

diff  --git a/compiler-rt/test/profile/instrprof-gcov-exceptions.test b/compiler-rt/test/profile/instrprof-gcov-exceptions.test
index a3dcc55aaf5b..b6eab2b8c566 100644
--- a/compiler-rt/test/profile/instrprof-gcov-exceptions.test
+++ b/compiler-rt/test/profile/instrprof-gcov-exceptions.test
@@ -1,3 +1,4 @@
+UNSUPPORTED: host-byteorder-big-endian
 RUN: mkdir -p %t.d
 RUN: cd %t.d
 

diff  --git a/compiler-rt/test/profile/instrprof-gcov-multiple-bbs-single-line.test b/compiler-rt/test/profile/instrprof-gcov-multiple-bbs-single-line.test
index 66b6429208a0..46cb120a5084 100644
--- a/compiler-rt/test/profile/instrprof-gcov-multiple-bbs-single-line.test
+++ b/compiler-rt/test/profile/instrprof-gcov-multiple-bbs-single-line.test
@@ -1,3 +1,4 @@
+UNSUPPORTED: host-byteorder-big-endian
 RUN: mkdir -p %t.d
 RUN: cd %t.d
 

diff  --git a/compiler-rt/test/profile/instrprof-gcov-one-line-function.test b/compiler-rt/test/profile/instrprof-gcov-one-line-function.test
index d67c21a863bf..82da731961d1 100644
--- a/compiler-rt/test/profile/instrprof-gcov-one-line-function.test
+++ b/compiler-rt/test/profile/instrprof-gcov-one-line-function.test
@@ -1,3 +1,4 @@
+UNSUPPORTED: host-byteorder-big-endian
 RUN: mkdir -p %t.d
 RUN: cd %t.d
 

diff  --git a/compiler-rt/test/profile/instrprof-gcov-switch.test b/compiler-rt/test/profile/instrprof-gcov-switch.test
index 9c43a93dc646..ade54c9784f4 100644
--- a/compiler-rt/test/profile/instrprof-gcov-switch.test
+++ b/compiler-rt/test/profile/instrprof-gcov-switch.test
@@ -1,3 +1,4 @@
+UNSUPPORTED: host-byteorder-big-endian
 RUN: mkdir -p %t.d
 RUN: cd %t.d
 

diff  --git a/compiler-rt/test/profile/instrprof-gcov-two-objects.test b/compiler-rt/test/profile/instrprof-gcov-two-objects.test
index 4080caa7fdd9..9ba312411097 100644
--- a/compiler-rt/test/profile/instrprof-gcov-two-objects.test
+++ b/compiler-rt/test/profile/instrprof-gcov-two-objects.test
@@ -1,3 +1,4 @@
+UNSUPPORTED: host-byteorder-big-endian
 RUN: mkdir -p %t.d
 RUN: cd %t.d
 


        


More information about the llvm-commits mailing list