[lldb/Reproducers] Skip or fix the remaining tests.
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 28 May 2020 04:01:09 +0000 (21:01 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 28 May 2020 04:02:36 +0000 (21:02 -0700)
commit5238b80058a6d096220eb9fbf606d9d983f37b0b
tree722ea545206975bd167521e2edfe0c98d73e1535
parent12cd4a51640f5e025043c45a004df66b678ffa9d
[lldb/Reproducers] Skip or fix the remaining tests.

After this patch all remaining tests should pass on macOS when replayed
from a reproducer.

To capture the reproducers:

  ./bin/llvm-lit ../llvm-project/lldb/test/ --param lldb-run-with-repro=capture

To replay the reproducers:

  ./bin/llvm-lit ../llvm-project/lldb/test/ --param lldb-run-with-repro=replay
lldb/test/API/functionalities/gdb_remote_client/TestWriteMemory.py
lldb/test/API/functionalities/load_unload/TestLoadUnload.py
lldb/test/API/functionalities/load_using_paths/TestLoadUsingPaths.py
lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpNew.py
lldb/test/API/functionalities/process_group/TestChangeProcessGroup.py
lldb/test/API/functionalities/thread/exit_during_expression/TestExitDuringExpression.py
lldb/test/API/lang/cpp/thread_local/TestThreadLocal.py
lldb/test/API/macosx/version_zero/TestGetVersionZeroVersion.py
lldb/test/API/python_api/symbol-context/TestSymbolContext.py