Skip to content

Commit 461ba2d

Browse files
committed
[lldb] XFAIL TestDynamicValue.py:test_from_core_file on arm(32)
Minidump saving is not implemented there.
1 parent 38595fb commit 461ba2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/cpp/dynamic-value/TestDynamicValue.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ def test_from_forward_decl(self):
283283
@no_debug_info_test
284284
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24663")
285285
@expectedFailureDarwin # dynamic loader unloads modules
286+
@expectedFailureAll(archs=["arm"]) # Minidump saving not implemented
286287
def test_from_core_file(self):
287288
"""Test fetching C++ dynamic values from core files. Specifically, test
288289
that we can determine the dynamic type of the value if the core file

0 commit comments

Comments
 (0)