diff options
| author | Hubert Tong <hubert.reinterpretcast@gmail.com> | 2018-01-09 20:09:23 +0000 |
|---|---|---|
| committer | Hubert Tong <hubert.reinterpretcast@gmail.com> | 2018-01-09 20:09:23 +0000 |
| commit | 55662a8e9ffe0de5dc4af244caa1e1a22659aeb9 (patch) | |
| tree | 1a3d6c47c27611df408d15f3adc11722e0a92961 /llvm/test/tools/llvm-profdata | |
| parent | 22e1c14c9777abde572bac0252f9b47ef771bcf9 (diff) | |
| download | bcm5719-llvm-55662a8e9ffe0de5dc4af244caa1e1a22659aeb9.tar.gz bcm5719-llvm-55662a8e9ffe0de5dc4af244caa1e1a22659aeb9.zip | |
Profiling tests: Endianess XFAIL for powerpc- (32-bit)
Add powerpc- (32-bit) as XFAIL for tests that are documented either in-
line or via commit messages as expected to fail on big-endian systems.
Tests not documented in-line are documented in commit messages as
follows:
r211172 - test/tools/llvm-cov/llvm-cov.test
r247920 - test/Transforms/SampleProfile/gcc-simple.ll
llvm-svn: 322114
Diffstat (limited to 'llvm/test/tools/llvm-profdata')
| -rw-r--r-- | llvm/test/tools/llvm-profdata/gcc-gcov-sample-profile.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-profdata/gcc-gcov-sample-profile.test b/llvm/test/tools/llvm-profdata/gcc-gcov-sample-profile.test index dbcc74e1284..087c8a7b893 100644 --- a/llvm/test/tools/llvm-profdata/gcc-gcov-sample-profile.test +++ b/llvm/test/tools/llvm-profdata/gcc-gcov-sample-profile.test @@ -1,7 +1,7 @@ The input gcov file has been generated on a little endian machine. Expect failures on big endian systems. -XFAIL: powerpc64-, s390x, mips-, mips64-, sparc +XFAIL: powerpc-, powerpc64-, s390x, mips-, mips64-, sparc Tests for sample profiles encoded in GCC's gcov format. |

