We plan to introduce additional CTU related lit test. Since lit may run the
tests in parallel, it is not safe to use the same directory (%T) for these
tests. It is safe to use however test case specific directories (%t).
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 25682 Build 25681: arc lint + arc unit
Event Timeline
Comment Actions
Hi Gabor,
Yes, the %T variable is obsolete, but it looks like the Guide recommendations are not entirely fulfilled.
test/Analysis/ctu-main.cpp | ||
---|---|---|
1–12 | The Testing Infrastructure Guide recommends to use rm -rf %t && mkdir %t. |
The Testing Infrastructure Guide recommends to use rm -rf %t && mkdir %t.