Split TestGlobalVariables into two and xfail one of them for arm64 linux
authorPavel Labath <labath@google.com>
Tue, 1 May 2018 10:09:53 +0000 (10:09 +0000)
committerPavel Labath <labath@google.com>
Tue, 1 May 2018 10:09:53 +0000 (10:09 +0000)
commitc1a775419f1fa1afce0deb4fc7a4985a2f982435
tree80b28eaa68902074151cb72f3d33ac77d0a42b81
parenta51e0c2243d72ed0c412dc53b6c731a3ff21241f
Split TestGlobalVariables into two and xfail one of them for arm64 linux

Displaying of global pointer variables is not working on arm64 linux
(pr37301).

I've moved this part into a separate test, so it can be xfailed
separately. I then move the "show-variables-with-process-available"
check before the "show-all-variables" command to presrve the intent of
checking that global variable caching works correctly. (I've verified
that the new arrangement still fails when I revert the fix from
r331230.)

llvm-svn: 331250
lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py