[all-commits] [llvm/llvm-project] a22002: [lldb][Test] TestRerunAndExpr.py: skip on Windows

Michael137 via All-commits all-commits at lists.llvm.org
Mon Dec 5 18:16:54 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a22002635ddfa10033ed56c8308a4d5bf56979dd
      https://github.com/llvm/llvm-project/commit/a22002635ddfa10033ed56c8308a4d5bf56979dd
  Author: Michael Buch <michaelbuch12 at gmail.com>
  Date:   2022-12-06 (Tue, 06 Dec 2022)

  Changed paths:
    M lldb/test/API/functionalities/rerun_and_expr/TestRerunAndExpr.py

  Log Message:
  -----------
  [lldb][Test] TestRerunAndExpr.py: skip on Windows

On Windows rebuilding the binary isn't enough to unload it
on progrem restart. But the assumption of the test is that on
program re-run LLDB destroys and replaces the old module with
the newly built version. One will have to try hard to evict the
module from the ModuleList (possibly including a call to
`SBDebugger::MemoryPressureDetected`.

See D138724




More information about the All-commits mailing list