[all-commits] [llvm/llvm-project] 31ec6e: [test] Fix another realpath->abspath.
Jordan Rupprecht via All-commits
all-commits at lists.llvm.org
Tue Aug 4 11:07:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 31ec6e969d601eb4fbee7bd4be3d03d23b5b3c11
https://github.com/llvm/llvm-project/commit/31ec6e969d601eb4fbee7bd4be3d03d23b5b3c11
Author: Jordan Rupprecht <rupprecht at google.com>
Date: 2020-08-04 (Tue, 04 Aug 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/plugins/builder_base.py
Log Message:
-----------
[test] Fix another realpath->abspath.
This is a followup to 817b3a6fe3a4452eb61a2503c8beaa7267ca0351: in `builder_base` we should use abspath, not realpath, because the name is significant.
This is used by test cases that use `@skipIf(compiler="clang", compiler_version=['<', <version>])`
More information about the All-commits
mailing list