mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
69b7763e54
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 |
||
---|---|---|
.. | ||
AArch64 | ||
Inputs | ||
blacklist.test | ||
covered_functions.test | ||
lit.local.cfg | ||
merge.test | ||
not_covered_functions.test | ||
print_coverage_pcs.test | ||
print.test | ||
stats.test | ||
symbolize_noskip_dead_files.test | ||
symbolize.test | ||
validation.test |