[all-commits] [llvm/llvm-project] 5238b8: [lldb/Reproducers] Skip or fix the remaining tests.

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Wed May 27 21:03:36 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5238b80058a6d096220eb9fbf606d9d983f37b0b
      https://github.com/llvm/llvm-project/commit/5238b80058a6d096220eb9fbf606d9d983f37b0b
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-05-27 (Wed, 27 May 2020)

  Changed paths:
    M lldb/test/API/functionalities/gdb_remote_client/TestWriteMemory.py
    M lldb/test/API/functionalities/load_unload/TestLoadUnload.py
    M lldb/test/API/functionalities/load_using_paths/TestLoadUsingPaths.py
    M lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpNew.py
    M lldb/test/API/functionalities/process_group/TestChangeProcessGroup.py
    M lldb/test/API/functionalities/thread/exit_during_expression/TestExitDuringExpression.py
    M lldb/test/API/lang/cpp/thread_local/TestThreadLocal.py
    M lldb/test/API/macosx/version_zero/TestGetVersionZeroVersion.py
    M lldb/test/API/python_api/symbol-context/TestSymbolContext.py

  Log Message:
  -----------
  [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




More information about the All-commits mailing list