The debug version of libc.so is require for backtracing which may not be available on all platforms.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
packages/Python/lldbsuite/test/functionalities/inferior-assert/TestInferiorAssert.py | ||
---|---|---|
22 | Could you file a new bug for this issue and put its link into the decorator? |
Comment Actions
Not going to block the change over this, but just as an fyi, you can
specify regexes without usign re.compile. You can literally just pass a
string that is a regex, it will still work
Could you file a new bug for this issue and put its link into the decorator?