Author: David Spickett Date: 2023-10-26T16:17:14Z New Revision: 45ccc1666c723e11d7b0148b2ef5c37c7a36e916
URL: https://github.com/llvm/llvm-project/commit/45ccc1666c723e11d7b0148b2ef5c37c7a36e916 DIFF: https://github.com/llvm/llvm-project/commit/45ccc1666c723e11d7b0148b2ef5c37c7a36e916.diff LOG: [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. Added: Modified: lldb/test/Shell/Expr/TestIRMemoryMapWindows.test Removed: ################################################################################ diff --git a/lldb/test/Shell/Expr/TestIRMemoryMapWindows.test b/lldb/test/Shell/Expr/TestIRMemoryMapWindows.test index ae29492c9ccc9fb..f9f4da3c4092029 100644 --- a/lldb/test/Shell/Expr/TestIRMemoryMapWindows.test +++ b/lldb/test/Shell/Expr/TestIRMemoryMapWindows.test @@ -1,4 +1,5 @@ # 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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits