summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/sancov/print.test
Commit message (Collapse)AuthorAgeFilesLines
* Revert 374629 "[sancov] Accommodate sancov and coverage report server for ↵Vitaly Buka2019-10-121-1/+1
| | | | | | | | | | | | use under Windows" http://lab.llvm.org:8011/builders/clang-s390x-linux/builds/27650/steps/ninja%20check%201/logs/stdio http://lab.llvm.org:8011/builders/clang-ppc64be-linux-lnt/builds/31759 http://lab.llvm.org:8011/builders/clang-s390x-linux-lnt/builds/15095 http://lab.llvm.org:8011/builders/clang-ppc64be-linux-multistage/builds/21075 http://lab.llvm.org:8011/builders/clang-ppc64be-linux-lnt/builds/31759 llvm-svn: 374636
* [sancov] Accommodate sancov and coverage report server for use under WindowsVitaly Buka2019-10-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | Summary: This patch makes the following changes to SanCov and its complementary Python script in order to resolve issues pertaining to non-UNIX file paths in JSON symbolization information: * Convert all paths to use forward slash. * Update `coverage-report-server.py` to correctly handle paths to sources which contain spaces. * Remove Linux platform restriction for all SanCov unit tests. All SanCov tests passed when ran on my local Windows machine. Patch by Douglas Gliner. Reviewers: kcc, filcab, phosek, morehouse, vitalybuka, metzman Reviewed By: vitalybuka Subscribers: vsk, Dor1s, llvm-commits Tags: #sanitizers, #llvm Differential Revision: https://reviews.llvm.org/D51018 llvm-svn: 374629
* Disable sancov tests failing due to apparent endianness issuesReid Kleckner2016-08-101-1/+1
| | | | | | Undoes some of the effect of r278271 llvm-svn: 278285
* [sancov] Run more sancov tests on non-x86-Linux machinesReid Kleckner2016-08-101-1/+1
| | | | | | | | | | | | Add the $arch-registered-target features that clang uses to disable tests that require a registered backend, so that we can run the sancov tests on Windows. LLVM's lit suite did not appear to have a per-test way to do this, and I would rather not split up the sancov tests into architecture directories. Split out of https://reviews.llvm.org/D23321 llvm-svn: 278271
* [sancov] Revert r271695 which broke all of the PPC bots.Chandler Carruth2016-06-041-0/+1
| | | | | | | | | | | Original commit message: [sancov] Run sancov tests on more platforms The only tests that need to be run on Linux are the ones that use C++ demangling. I'm assuming they will fail on Mac, since __cxa_demangle there won't handle the non-double-underscore prefixed mangled names. llvm-svn: 271763
* [sancov] Run sancov tests on more platformsReid Kleckner2016-06-031-1/+0
| | | | | | | | The only tests that need to be run on Linux are the ones that use C++ demangling. I'm assuming they will fail on Mac, since __cxa_demangle there won't handle the non-double-underscore prefixed mangled names. llvm-svn: 271695
* [sancov] using normalized filenames for blacklist checks.Mike Aizatsky2016-04-211-7/+5
| | | | | | Differential Revision: http://reviews.llvm.org/D19395 llvm-svn: 267078
* [sancov] improved object files handling.Mike Aizatsky2016-02-121-1/+1
| | | | | | | | | | | | | | | | | | | Multi-dso programs result in multiple coverage files dumped of the form '<module_name>.<pid>.sancov'. When analyzing these coverage files it is important to use correct corresponding object file. This change removes the "-obj" sancov flag and lets user specify object file names alongside coverage files. Sancov tool would match them using <module_name> part of coverage file and short file name of the object file. Corresponding changes: - compiler-rt: http://reviews.llvm.org/D17171 - docs: http://reviews.llvm.org/D17175 Differential Revision: http://reviews.llvm.org/D17169 llvm-svn: 260628
* [sancov] blacklist support.Mike Aizatsky2015-12-161-8/+8
| | | | | | | | | | Summary: Using the blacklist the user can filter own unwanted functions from all outputs. By default blacklist contains "fun:__sancov*" line. Differential Revision: http://reviews.llvm.org/D15364 llvm-svn: 255732
* enabling sancov tests on linux x86_64 onlyMike Aizatsky2015-11-171-0/+11
| | | | | | Differential Revision: http://reviews.llvm.org/D14728 llvm-svn: 253354
* disabling sancov tests: too many failures on different platforms.Mike Aizatsky2015-11-121-10/+0
| | | | | | Differential Revision: http://reviews.llvm.org/D14624 llvm-svn: 252945
* sancov test suiteMike Aizatsky2015-11-121-0/+10
Differential Revision: http://reviews.llvm.org/D14589 llvm-svn: 252933
OpenPOWER on IntegriCloud