Fix expectedFailureLLGS to expect failure when host platform is not linux.
authorRobert Flack <flackr@gmail.com>
Thu, 9 Apr 2015 14:54:26 +0000 (14:54 +0000)
committerRobert Flack <flackr@gmail.com>
Thu, 9 Apr 2015 14:54:26 +0000 (14:54 +0000)
commitf4db5462e3370b604e551ec6bb81441a254d77a4
tree155f8975fd040268ca40a22fafd658d486f0e6bc
parent4eb084cda3e22fcfade263640d20d90fcd0319ac
Fix expectedFailureLLGS to expect failure when host platform is not linux.

expectedFailureLLGS has an early return false if the platform is not linux
except it should be checking the target platform on which the server is
running for remote tests.

Test Plan:
Verify expected failure when running from mac to remote linux llgs:
TestBreakAfterJoin.py, TestCreateDuringStep.py, TestExitDuringBreak.py,
TestProcessLaunch.py, TestThreadStates.py

Differential Revision: http://reviews.llvm.org/D8869

llvm-svn: 234492
lldb/test/lldbtest.py