<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/lldb/packages/Python/lldbsuite/test/commands/gui/basic, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2019-12-11T16:29:18+00:00</updated>
<entry>
<title>Don't run expect based tests remotely.</title>
<updated>2019-12-11T16:29:18+00:00</updated>
<author>
<name>Jason Molenda</name>
<email>jmolenda@apple.com</email>
</author>
<published>2019-12-11T16:29:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=24a4d27acd38d7d7e3c78a8ddf1410f046891b70'/>
<id>urn:sha1:24a4d27acd38d7d7e3c78a8ddf1410f046891b70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Skip TestGuiBasic.py on ios etc device testing.</title>
<updated>2019-12-10T23:15:25+00:00</updated>
<author>
<name>Jason Molenda</name>
<email>jmolenda@apple.com</email>
</author>
<published>2019-12-10T23:15:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=b0937be06e44c0cdc1c1aac16b76746150e70154'/>
<id>urn:sha1:b0937be06e44c0cdc1c1aac16b76746150e70154</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Skip PExpect tests under ASAN, I can't get them to work reliably.</title>
<updated>2019-10-15T15:38:49+00:00</updated>
<author>
<name>Adrian Prantl</name>
<email>aprantl@apple.com</email>
</author>
<published>2019-10-15T15:38:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=263eb368694228efc155f1140779b561d1c34db4'/>
<id>urn:sha1:263eb368694228efc155f1140779b561d1c34db4</id>
<content type='text'>
llvm-svn: 374905
</content>
</entry>
<entry>
<title>[lldb][NFC] Add dimensions to pexpect tests failing on sanitizer bot</title>
<updated>2019-09-05T14:51:23+00:00</updated>
<author>
<name>Raphael Isemann</name>
<email>teemperor@gmail.com</email>
</author>
<published>2019-09-05T14:51:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=167730196976950144eea7d3cd0ae2bb918e480f'/>
<id>urn:sha1:167730196976950144eea7d3cd0ae2bb918e480f</id>
<content type='text'>
I'm still unable to reproduce this locally, so let's see if this
is enough to make the bots happy. The missing dimension parameter
seems to be the biggest difference between these tests and
TestIOHandlerCompletion.py which runs just fine on the same bot,
so that's the motivation for trying this out.

llvm-svn: 371077
</content>
</entry>
<entry>
<title>[lldb][NFC] Stabilize gui/basic test by waiting on prompt</title>
<updated>2019-09-05T08:45:20+00:00</updated>
<author>
<name>Raphael Isemann</name>
<email>teemperor@gmail.com</email>
</author>
<published>2019-09-05T08:45:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=cbce3cef52b134f83061f6f4c8f0bb8f916838bf'/>
<id>urn:sha1:cbce3cef52b134f83061f6f4c8f0bb8f916838bf</id>
<content type='text'>
We should wait on the GUI to exit before tearing down the test.

llvm-svn: 371028
</content>
</entry>
<entry>
<title>[dotest] Avoid the need for LEVEL= makefile boilerplate</title>
<updated>2019-09-04T07:46:25+00:00</updated>
<author>
<name>Pavel Labath</name>
<email>pavel@labath.sk</email>
</author>
<published>2019-09-04T07:46:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=418a272f4ab4221c37a9272d48fd31d5ac1bddc1'/>
<id>urn:sha1:418a272f4ab4221c37a9272d48fd31d5ac1bddc1</id>
<content type='text'>
Summary:
Instead of each test case knowing its depth relative to the test root,
we can just have dotest add the folder containing Makefile.rules to the
include path.

This was motivated by r370616, though I have been wanting to do this
ever since we moved to building tests out-of-tree.

The only manually modified files in this patch are lldbinline.py and
plugins/builder_base.py. The rest of the patch has been produced by this
shell command:
  find . \( -name Makefile -o -name '*.mk' \)  -exec sed --in-place -e '/LEVEL *:\?=/d' -e '1,2{/^$/d}' -e 's,\$(LEVEL)/,,' {} +

Reviewers: teemperor, aprantl, espindola, jfb

Subscribers: emaste, javed.absar, arichardson, christof, arphaman, lldb-commits

Differential Revision: https://reviews.llvm.org/D67083

llvm-svn: 370845
</content>
</entry>
<entry>
<title>[dotest] Add @skipIfCursesSupportMissing and annotate the new gui test</title>
<updated>2019-09-02T13:33:12+00:00</updated>
<author>
<name>Pavel Labath</name>
<email>pavel@labath.sk</email>
</author>
<published>2019-09-02T13:33:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=eafede2afeb45c826957d49c7895a04655f1f08d'/>
<id>urn:sha1:eafede2afeb45c826957d49c7895a04655f1f08d</id>
<content type='text'>
Summary:
The gui command requires curses support, which can be disabled at
compile time. This patch adds the ability to detect this situation in
the test suite and skip the test accordingly.

Reviewers: teemperor, jankratochvil

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D67073

llvm-svn: 370658
</content>
</entry>
<entry>
<title>[lldb][NFC] Add basic test for GUI command</title>
<updated>2019-09-02T08:00:59+00:00</updated>
<author>
<name>Raphael Isemann</name>
<email>teemperor@gmail.com</email>
</author>
<published>2019-09-02T08:00:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=254150982b7d1567080c7185d270d67069774d96'/>
<id>urn:sha1:254150982b7d1567080c7185d270d67069774d96</id>
<content type='text'>
Summary:
This adds a basic test for the GUI command. Just tests that it starts up, that we can quit the gui
and help window, and that the basic UI elements are rendered. Mostly testing the waters how
testing this command will do on the bots or if that will cause some serious issues when we do
fancy ncurses stuff.

Reviewers: labath, clayborg

Reviewed By: labath

Subscribers: JDevlieghere, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D67018

llvm-svn: 370625
</content>
</entry>
</feed>
