[Lldb-commits] [lldb] [lldb][test][win][x86_64] XFAIL already failing API tests (PR #100477)

Kendal Harland via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 25 15:57:12 PDT 2024


kendalharland wrote:

Thanks for the assistance @labath and @DavidSpickett. After fixing my cmake configuration I'm actually seeing a few tests unexpectedly pass with different options:

    CMAKE_C_COMPILER     clang-cl.exe
    CMAKE_CXX_COMPILER   clang-cl.exe
    CMAKE_BUILD_TYPE     Release
    CMAKE_LINKER         lld-link.exe
    LLVM_HOST_TRIPLE     x86_64-unknown-windows-msvc
    LLDB_TEST_USER_ARGS  --skip-category=watchpoint
    LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS 1

Updated in the latest commit

https://github.com/llvm/llvm-project/pull/100477


More information about the lldb-commits mailing list