This prevents the confusion when there are similarly named tests in
different configurations (like in test/sanitizer_common).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
compiler-rt/test/sanitizer_common/android_commands/android_common.py | ||
---|---|---|
12 ↗ | (On Diff #117615) | Thy this is relative to the / and not to maybe build root? |
compiler-rt/test/sanitizer_common/android_commands/android_common.py | ||
---|---|---|
12 ↗ | (On Diff #117615) | This is more reliable, for example, you may run tests from two build trees on one device at the same time. Also, it is easier to implement - otherwise we would need to pass the build root to the script somehow. |