This is an archive of the discontinued LLVM Phabricator instance.

Add new command class for lldbtest
AbandonedPublic

Authored by chying on Feb 21 2015, 11:30 PM.

Details

Summary

Add new command class for lldbtest
and change Ubuntu cmake builder to use this new class
This is to resolve the bulidbot display problem when running lldb test with ninja

Diff Detail

Event Timeline

chying updated this revision to Diff 20471.Feb 21 2015, 11:30 PM
chying retitled this revision from to Add new command class for lldbtest.
chying updated this object.
chying edited the test plan for this revision. (Show Details)
chying added reviewers: sivachandra, ovyalov, chaoren.
chying added a subscriber: Unknown Object (MLST).
ovyalov added inline comments.Feb 24 2015, 11:03 AM
zorg/buildbot/commands/LldbTestCommand.py
1

My understanding that this file was branched from LitTestCommand.py - could you add LldbTestCommand.py as "git cp LitTestCommand.py LldbTestCommand.py" to show a diff between them?

chying updated this revision to Diff 20610.Feb 24 2015, 11:43 AM

Add diff to original class LitTestCommand

chying abandoned this revision.Feb 24 2015, 5:56 PM

After discussion with Siva, modify the original LitTestCommand Class instead of creating new one.
New revision is here,
http://reviews.llvm.org/D7814