aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2020-05-10 10:26:10 -0700
committerFangrui Song <maskray@google.com>2020-05-10 10:29:09 -0700
commit5a9b792d7251e19f69f96c9619cde49497c79a07 (patch)
tree5be0c1ecd8b281f05a3c050c7dbe94273f38c717
parent821a0f23d83921bf32a0a290b5f267f3514d09df (diff)
downloadllvm-5a9b792d7251e19f69f96c9619cde49497c79a07.zip
llvm-5a9b792d7251e19f69f96c9619cde49497c79a07.tar.gz
llvm-5a9b792d7251e19f69f96c9619cde49497c79a07.tar.bz2
[gcov] Temporarily unsupport host-byteorder-big-endian
llvm-cov gcov does not support host-byteorder-big-endian yet.
-rw-r--r--compiler-rt/test/profile/Posix/instrprof-gcov-execlp.test1
-rw-r--r--compiler-rt/test/profile/Posix/instrprof-gcov-execvp.test1
-rw-r--r--compiler-rt/test/profile/Posix/instrprof-gcov-fork.test1
-rw-r--r--compiler-rt/test/profile/Posix/instrprof-gcov-parallel.test1
-rw-r--r--compiler-rt/test/profile/instrprof-gcov-__gcov_flush-multiple.test1
-rw-r--r--compiler-rt/test/profile/instrprof-gcov-__gcov_flush-terminate.test1
-rw-r--r--compiler-rt/test/profile/instrprof-gcov-exceptions.test1
-rw-r--r--compiler-rt/test/profile/instrprof-gcov-multiple-bbs-single-line.test1
-rw-r--r--compiler-rt/test/profile/instrprof-gcov-one-line-function.test1
-rw-r--r--compiler-rt/test/profile/instrprof-gcov-switch.test1
-rw-r--r--compiler-rt/test/profile/instrprof-gcov-two-objects.test1
11 files changed, 11 insertions, 0 deletions
diff --git a/compiler-rt/test/profile/Posix/instrprof-gcov-execlp.test b/compiler-rt/test/profile/Posix/instrprof-gcov-execlp.test
index 1d136ce..f9d7614 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 8e5cbc6..c1fc35a 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 31b6a23..7931952 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 90857eb..fe0bf59 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 fdc93c9..3eeb43c 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 aa51461..4b7bccb 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 a3dcc55..b6eab2b 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 66b6429..46cb120 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 d67c21a..82da731 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 9c43a93..ade54c9 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 4080caa..9ba3124 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