Skip to content

Commit 57d90b8

Browse files
omjavaidGeorgeARM
authored andcommitted
[lldb][test] Mark DynamicValueTestCase XFAIL on Windows
The newly added test test_from_forward_decl in TestDynamicValue.py by PR llvm#137974 is failing on Windows due to issues with dynamic type resolution. This is a known issue tracked in PR24663. LLDB Windows on Arm Buildbot Failure: https://lab.llvm.org/buildbot/#/builders/141/builds/8391 This change marks the test as XFAIL on Windows using the consistent with how similar tests in the same file are handled.
1 parent 0022f49 commit 57d90b8

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

+1
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ def examine_value_object_of_this_ptr(
268268
self.assertLess(contained_b_addr, contained_b_static_addr)
269269

270270
@no_debug_info_test
271+
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24663")
271272
def test_from_forward_decl(self):
272273
"""Test fetching C++ dynamic values forward-declared types. It's
273274
imperative that this is a separate test so that we don't end up parsing

0 commit comments

Comments
 (0)