[lldb][tests] Automatically call compute_mydir (NFC)Eliminate boilerplate of having each test manually assign to `mydir` by calling`compute_mydir` in lldbtest.py.Differential Revision: https://r
[lldb][tests] Automatically call compute_mydir (NFC)Eliminate boilerplate of having each test manually assign to `mydir` by calling`compute_mydir` in lldbtest.py.Differential Revision: https://reviews.llvm.org/D128077
show more ...
[lldb] [test] Update XFAILs for FreeBSD/aarch64
[LLDB] Decorate tests failing on arm-linux buildbotTests impacted by these decorators fail on arm-linux-gnueabihf.These have been triaged and appropriate bugs have been filed.
Silent failing TestWatchpointCount.py aarch64/linuxSkip TestWatchpointCount.py for aarch64-linux to fix lldb aarch64 linux buildbot.http://lab.llvm.org:8011/builders/lldb-aarch64-ubuntu/
[debugserver/ARM64] Make sure watchpoints hit are attributed correctly.This didn't happen for arm64 if you have watches for variablesthat are contigous in memory.<rdar://problem/55135006>