Should improve memory consumption
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/tools/sancov/symbolize.test | ||
---|---|---|
7 ↗ | (On Diff #81799) | more convenient would be to have just one file for this tests and use RUN: sancov -symbolize -skip-dead-files=1 -strip_path_prefix="llvm/" %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s and replace removed lines with: |
Comment Actions
I actually prefer to have separate lit tests. When you have multiple tests in a single file and it fails it is sometimes very hard to determine the failure cause.