Files
clang-p2996/lldb/test/Shell/Expr/TestIRMemoryMapWindows.test
David Spickett 45ccc1666c [lldb][test][Windows] XFAIL IR memory map test
Since https://github.com/llvm/llvm-project/pull/68052 this has been failing.

https://lab.llvm.org/buildbot/#/builders/219/builds/6545

Follow up changes have not fixed it, XFAIL while I debug it.
2023-10-26 16:17:14 +00:00

15 lines
615 B
Plaintext

# REQUIRES: system-windows
# XFAIL: system-windows
# RUN: %clang_cl_host /Zi /GS- %p/Inputs/call-function.cpp /c /o %t.obj
# RUN: %msvc_link /debug:full %t.obj /out:%t
# RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-basic
# RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-basic
# RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-overlap1
# RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-overlap1
# RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-mix-malloc-free
# RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-mix-malloc-free