Fix-up TestLinuxCore for r290874
authorPavel Labath <labath@google.com>
Tue, 3 Jan 2017 13:18:12 +0000 (13:18 +0000)
committerPavel Labath <labath@google.com>
Tue, 3 Jan 2017 13:18:12 +0000 (13:18 +0000)
commit0ecce2300a37d6060209b5cb77b6bb2b936d4cf0
treeb76c065fcc43e2531f873e8d9ac408745baeae27
parent205d7d3f6878fa05037e1355ff2f552bdbbd9637
Fix-up TestLinuxCore for r290874

r290874 enabled the s390x test, which caused the rest of the tests to start
misbehaving. This is because this test switches the selected platform and the
change persists.

This fixes it by explicitly resetting the platform in a similar way to the gcore
tests do. Potentially we should consider re-setting the platform globally
between each test run to better protect tests from each other.

llvm-svn: 290890
lldb/packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/TestLinuxCore.py