[lldb][Test] TestRerunAndExpr.py: skip on Windows
authorMichael Buch <michaelbuch12@gmail.com>
Tue, 6 Dec 2022 02:13:59 +0000 (02:13 +0000)
committerMichael Buch <michaelbuch12@gmail.com>
Tue, 6 Dec 2022 02:16:31 +0000 (02:16 +0000)
commita22002635ddfa10033ed56c8308a4d5bf56979dd
tree700cb72d65a03cda39ff46240353b4daaae0c410
parent91d0618368c0248e200d90b367322f9c1f74e387
[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
lldb/test/API/functionalities/rerun_and_expr/TestRerunAndExpr.py