Should improve memory consumption
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 2240 Build 2240: arc lint + arc unit
Event Timeline
test/tools/sancov/symbolize.test | ||
---|---|---|
7–8 | 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.
more convenient would be to have just one file for this tests and use
prefixies, e.g. :
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
RUN: sancov -symbolize -skip-dead-files=0 -strip_path_prefix="llvm/" %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s --check-prefixes=CHECK,CHECK-KEEPDEAD
and replace removed lines with:
CHECK-KEEPDEAD-NEXT: ...