Skip to content

Commit 0a3f008

Browse files
Michael BuchMichael Buch
authored andcommitted
[lldb][test] TestLocationListLookup.py: XFAIL on x86
1 parent 0c53583 commit 0a3f008

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
@@ -46,6 +46,7 @@ def test_loclist_frame_var(self):
4646
@skipIf(dwarf_version=["<", "3"])
4747
@skipIf(compiler="clang", compiler_version=["<", "12.0"])
4848
@skipUnlessDarwin
49+
@expectedFailureAll(archs=["x86_64"])
4950
def test_loclist_expr(self):
5051
self.build()
5152
self.check_local_vars(self.launch(), check_expr=True)

0 commit comments

Comments
 (0)