This is an archive of the discontinued LLVM Phabricator instance.

Add LLDB AArch64 Windows buildbot
ClosedPublic

Authored by omjavaid on Feb 21 2022, 11:52 AM.

Details

Summary

This patch adds a new builder and worker for LLDB AArch64 Windows
buildbot. Worker runs on Microsoft Surface X Pro laptop.

Diff Detail

Event Timeline

omjavaid created this revision.Feb 21 2022, 11:52 AM
omjavaid requested review of this revision.Feb 21 2022, 11:52 AM

Are you sure you don’t want to skip watchpoint tests? They seem unreliable on Windows.

Are you sure you don’t want to skip watchpoint tests? They seem unreliable on Windows.

Watchpoint tests are mostly API test and with DLLDB_ENABLE_PYTHON=OFF We have turned off python support until native Arm64 windows python is officially released. Thats why I have not skipped watchpoint tests explicitly.

gkistanova accepted this revision.Feb 23 2022, 10:24 AM

Thanks!
LGTM.

This revision is now accepted and ready to land.Feb 23 2022, 10:24 AM
This revision was landed with ongoing or failed builds.Feb 25 2022, 7:56 AM
This revision was automatically updated to reflect the committed changes.