================
@@ -12,6 +12,7 @@
 class MultipleSlidesTestCase(TestBase):
     NO_DEBUG_INFO_TESTCASE = True
 
+    @expectedFailureAll(oslist=["windows"], archs=["x86_64"])
----------------
dzhidzhoev wrote:

Could you provide a failure log for this? It passes on our CI (Windows native 
x86_64).

```
********************
PASS: lldb-api :: functionalities/multiple-slides/TestMultipleSlides.py (530 of 
1191)
Script:
--
C:/Python312/python.exe C:/lldb\test\API\dotest.py -u CXXFLAGS -u CFLAGS --env 
OBJCOPY=C:/build-lldb-native/./bin/llvm-objcopy.exe --env 
STRIP=C:/build-lldb-native/./bin/llvm-strip.exe --env 
LLVM_LIBS_DIR=C:/build-lldb-native/./lib --env 
LLVM_INCLUDE_DIR=C:/build-lldb-native/include --env 
LLVM_TOOLS_DIR=C:/build-lldb-native/./bin --arch x86_64 --build-dir 
C:/build-lldb-native/lldb-test-build.noindex --lldb-module-cache-dir 
C:/build-lldb-native/lldb-test-build.noindex/module-cache-lldb\lldb-api 
--clang-module-cache-dir 
C:/build-lldb-native/lldb-test-build.noindex/module-cache-clang\lldb-api 
--executable C:/build-lldb-native/./bin/lldb.exe --make 
c:/gl/b1/3rdpaty/bin/make-wfix.exe --compiler 
C:/build-lldb-native/./bin/clang.exe --dsymutil 
C:/build-lldb-native/./bin/dsymutil.exe --llvm-tools-dir 
C:/build-lldb-native/./bin --lldb-obj-root C:/build-lldb-native/tools/lldb 
--lldb-libs-dir C:/build-lldb-native/./lib --skip-category=watchpoint 
C:\lldb\test\API\functionalities\multiple-slides -p TestMultipleSlides.py
--
Exit Code: 0

Command Output (stdout):
--
lldb version 20.0.0git 
(https://gitlab-ci-token:glcbt-64_rzntyt5_udr5slklb...@gitlab.ninolab.accesssoftek.com/accesssoftek/lldb-test-scripts.git
 revision cbd39658b6aed4dbb66a2b775096974c9087e93d)
  clang revision cbd39658b6aed4dbb66a2b775096974c9087e93d
  llvm revision cbd39658b6aed4dbb66a2b775096974c9087e93d
Skipping the following test categories: ['watchpoint', 'libc++', 'libstdcxx', 
'dwo', 'dsym', 'gmodules', 'debugserver', 'objc', 'fork', 'pexpect']


--
Command Output (stderr):
--
PASS: LLDB (C:\build-lldb-native\bin\clang.exe-x86_64) :: test_mulitple_slides 
(TestMultipleSlides.MultipleSlidesTestCase.test_mulitple_slides)

----------------------------------------------------------------------

Ran 1 test in 2.447s



OK


--

```

https://github.com/llvm/llvm-project/pull/100477
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to