[Lldb-commits] [lldb] 8a5bc9e - [lldb][test] Un-XFAIL TestCxxFrameFormat.test for now
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Sat Apr 26 05:06:11 PDT 2025
Author: Michael Buch
Date: 2025-04-26T13:04:23+01:00
New Revision: 8a5bc9e340f88d2651fe743d6b7a820ecd839516
URL: https://github.com/llvm/llvm-project/commit/8a5bc9e340f88d2651fe743d6b7a820ecd839516
DIFF: https://github.com/llvm/llvm-project/commit/8a5bc9e340f88d2651fe743d6b7a820ecd839516.diff
LOG: [lldb][test] Un-XFAIL TestCxxFrameFormat.test for now
This was XPASSing on the linux-win remote CI jobs.
Since we're now compiling with DWARF (not PDB), lets see if these pass
on Windows again.
Added:
Modified:
lldb/test/Shell/Settings/TestCxxFrameFormat.test
Removed:
################################################################################
diff --git a/lldb/test/Shell/Settings/TestCxxFrameFormat.test b/lldb/test/Shell/Settings/TestCxxFrameFormat.test
index 3751dfa737eae..d2d89b7014511 100644
--- a/lldb/test/Shell/Settings/TestCxxFrameFormat.test
+++ b/lldb/test/Shell/Settings/TestCxxFrameFormat.test
@@ -1,5 +1,3 @@
-# XFAIL: system-windows
-
# Test the plugin.cplusplus.display.function-name-format setting.
# RUN: split-file %s %t
More information about the lldb-commits
mailing list