Remove skipUnlessListedRemote test decorator
authorPavel Labath <labath@google.com>
Wed, 3 Feb 2016 11:51:25 +0000 (11:51 +0000)
committerPavel Labath <labath@google.com>
Wed, 3 Feb 2016 11:51:25 +0000 (11:51 +0000)
commit5f496fb941fca3264c08c8559f6abbc940cfcfb2
treeed9c1c862e060ca082dbc5069bfaecf275c3d4c2
parente774126c9623639b11f8716dee9e49cb2d97649b
Remove skipUnlessListedRemote test decorator

This decorator was used in only one test, and it's behaviour was quite complicated. It skipped
if:
- test was remote
- platform was *not* android

I am not aware of anyone running tests with this configuration (and even then, I am not aware of
a reason why the test should not pass), but if TestLoadUnload starts breaking for you after this
commit, please disable the test with
@expectedFailureAll(remote=True, oslist=[YOUR_PLATFORM])

llvm-svn: 259642
lldb/packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py
lldb/packages/Python/lldbsuite/test/lldbtest.py