Added a test case for launching a process in a separate terminal window to ensure...
authorGreg Clayton <gclayton@apple.com>
Tue, 6 Jan 2015 19:17:58 +0000 (19:17 +0000)
committerGreg Clayton <gclayton@apple.com>
Tue, 6 Jan 2015 19:17:58 +0000 (19:17 +0000)
commit8646421daae1d4668db6fc8c5d8b4c02906abd0f
tree1a289c7f1e16b35c68bd7c7f4fd98a92dc2a6ffb
parent68b2e050f0496a8f1d768b5b75a6b3999baea509
Added a test case for launching a process in a separate terminal window to ensure we don't regress on this.

A recent POSIX host thread issue where HostThreadPosix::Join() wasn't returning the thread result was responsible for this regression, yet we had no test case covering this so it wasn't discovered.

llvm-svn: 225284
lldb/test/functionalities/tty/TestTerminal.py [new file with mode: 0644]