[PATCH] D51018: [sancov] Accommodate sancov and coverage report server for use under Windows

Douglas Gliner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 1 17:17:15 PDT 2020


dgg5503 updated this revision to Diff 261526.
dgg5503 added a comment.

Require little-endian byte order when executing tests which read in byte order sensitive `.sancov` files. This should prevent LIT test failure on big-endian systems such as s390x which is what caused this commit to be reverted as per https://reviews.llvm.org/rL374636.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D51018/new/

https://reviews.llvm.org/D51018

Files:
  llvm/test/tools/sancov/blacklist.test
  llvm/test/tools/sancov/covered_functions.test
  llvm/test/tools/sancov/merge.test
  llvm/test/tools/sancov/not_covered_functions.test
  llvm/test/tools/sancov/print.test
  llvm/test/tools/sancov/stats.test
  llvm/test/tools/sancov/symbolize.test
  llvm/test/tools/sancov/symbolize_noskip_dead_files.test
  llvm/test/tools/sancov/validation.test
  llvm/tools/sancov/coverage-report-server.py
  llvm/tools/sancov/sancov.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51018.261526.patch
Type: text/x-patch
Size: 7233 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200502/4cce420d/attachment-0001.bin>


More information about the llvm-commits mailing list