We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38595fb commit 461ba2dCopy full SHA for 461ba2d
lldb/test/API/lang/cpp/dynamic-value/TestDynamicValue.py
@@ -283,6 +283,7 @@ def test_from_forward_decl(self):
283
@no_debug_info_test
284
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24663")
285
@expectedFailureDarwin # dynamic loader unloads modules
286
+ @expectedFailureAll(archs=["arm"]) # Minidump saving not implemented
287
def test_from_core_file(self):
288
"""Test fetching C++ dynamic values from core files. Specifically, test
289
that we can determine the dynamic type of the value if the core file
0 commit comments