Skip to content

Commit f9f1453

Browse files
authored
Merge pull request #9356 from swiftlang/bugfix/lldb-rebranch-test-loclist
[lldb][test] TestLocationListLookup.py: XFAIL on x86 The location lists produced for the `this` parameter by Clang when using the old LiveDebugVariables pass (`-experimental-debug-variable-locations=false`) on x86 cause this test to fail. rdar://135577167
2 parents 42bde7d + 0a3f008 commit f9f1453

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/location-list-lookup/TestLocationListLookup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def test_loclist_frame_var(self):
4848
@skipIf(dwarf_version=["<", "3"])
4949
@skipIf(compiler="clang", compiler_version=["<", "12.0"])
5050
@skipUnlessDarwin
51+
@expectedFailureAll(archs=["x86_64"])
5152
def test_loclist_expr(self):
5253
self.build()
5354
self.check_local_vars(self.launch(), check_expr=True)

0 commit comments

Comments
 (0)