[Lldb-commits] [lldb] 461ba2d - [lldb] XFAIL TestDynamicValue.py:test_from_core_file on arm(32)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed May 7 07:58:21 PDT 2025
Author: Pavel Labath
Date: 2025-05-07T16:57:30+02:00
New Revision: 461ba2db5d15793d18a5c18ce417c30e335602cc
URL: https://github.com/llvm/llvm-project/commit/461ba2db5d15793d18a5c18ce417c30e335602cc
DIFF: https://github.com/llvm/llvm-project/commit/461ba2db5d15793d18a5c18ce417c30e335602cc.diff
LOG: [lldb] XFAIL TestDynamicValue.py:test_from_core_file on arm(32)
Minidump saving is not implemented there.
Added:
Modified:
lldb/test/API/lang/cpp/dynamic-value/TestDynamicValue.py
Removed:
################################################################################
diff --git a/lldb/test/API/lang/cpp/dynamic-value/TestDynamicValue.py b/lldb/test/API/lang/cpp/dynamic-value/TestDynamicValue.py
index 97d539f7a807c..cd95a9ff3fe8c 100644
--- a/lldb/test/API/lang/cpp/dynamic-value/TestDynamicValue.py
+++ b/lldb/test/API/lang/cpp/dynamic-value/TestDynamicValue.py
@@ -283,6 +283,7 @@ def test_from_forward_decl(self):
@no_debug_info_test
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24663")
@expectedFailureDarwin # dynamic loader unloads modules
+ @expectedFailureAll(archs=["arm"]) # Minidump saving not implemented
def test_from_core_file(self):
"""Test fetching C++ dynamic values from core files. Specifically, test
that we can determine the dynamic type of the value if the core file
More information about the lldb-commits
mailing list