This is an archive of the discontinued LLVM Phabricator instance.

build.py should run lldb python test suite against both x86_64 and i386 inferiors
ClosedPublic

Authored by penryu on Sep 27 2016, 4:11 PM.

Details

Reviewers
tfiala
Summary

r281639 modified the python test suite to use the value of LLDB_PYTHON_TESTSUITE_ARCH to determine the arch of the inferior processes tested.

To ensure that lldb can debug both x86_64 and i386 inferiors, the zorg lldb build should test against both of these architectures.

Diff Detail

Repository
rL LLVM

Event Timeline

penryu updated this revision to Diff 72728.Sep 27 2016, 4:11 PM
penryu retitled this revision from to build.py should run lldb python test suite against both x86_64 and i386 inferiors.
penryu updated this object.
penryu added a reviewer: tfiala.
penryu set the repository for this revision to rL LLVM.
penryu added a project: Restricted Project.
penryu updated this object.
tfiala accepted this revision.Sep 28 2016, 11:08 AM
tfiala edited edge metadata.

LGTM.

Thanks, Tim!

This revision is now accepted and ready to land.Sep 28 2016, 11:08 AM

Commited in r282623

Eugene.Zelenko closed this revision.Oct 4 2016, 1:44 PM