Skip to content

Commit

Permalink
[lldb][test][Windows] XFAIL IR memory map test
Browse files Browse the repository at this point in the history
Since #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.
  • Loading branch information
DavidSpickett committed Oct 26, 2023
1 parent a13696f commit 45ccc16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lldb/test/Shell/Expr/TestIRMemoryMapWindows.test
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 45ccc16

Please sign in to comment.