[Lldb-commits] [lldb] [lldb][test][win][x86_64] XFAIL already failing Shell tests (PR #100476)
Vladislav Dzhidzhoev via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 30 09:33:25 PDT 2024
================
@@ -1,3 +1,4 @@
+# XFAIL: target=x86_64-{{.*}}-windows{{.*}}
----------------
dzhidzhoev wrote:
> @dzhidzhoev would you be able to share the CMake configuration your Windows native CI is using? I'm having trouble spotting what's wrong with my local build.
For sure! Sorry, I needed some time to sort it out, because I hadn't reproduced it on my local machine before, only had it in CI.
```
cmake -DLLVM_LIT_ARGS="-v -vv --threads=8 --xunit-xml-output=xunit-report.xml" ^
-G Ninja -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache ^
-DCMAKE_INSTALL_PREFIX=native -DCMAKE_BUILD_TYPE=Release ^
-DLLVM_ENABLE_PROJECTS=lldb;llvm;clang;lld -DLLVM_ENABLE_ASSERTIONS=ON ^
-DMake_EXECUTABLE=c:/bin/make-wfix.exe ^
-DLLDB_TEST_USER_ARGS=--skip-category=watchpoint ^
-DLLDB_ENFORCE_STRICT_TEST_REQUIREMENTS=ON ^
c:/lldb-test-scripts/llvm
```
https://github.com/llvm/llvm-project/pull/100476
More information about the lldb-commits
mailing list