Skip to content

Commit ba4cf31

Browse files
committed
[lldb][test] Skip part of nested expressions test on Windows
This was added by e42edb5 and has been failing: https://lab.llvm.org/buildbot/#/builders/219/builds/8012
1 parent 8b49ed8 commit ba4cf31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/commands/expression/nested/TestNestedExpressions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ def test_struct_in_nested_structs(self):
3333
self.expect_expr("sizeof(A::B::C)", result_value="1")
3434
self.expect_expr("sizeof(A::B)", result_value="2")
3535

36+
# Fails on Windows for unknown reasons.
37+
@skipIfWindows
3638
def test_static_in_nested_structs(self):
3739
"""
3840
Test expressions that references a static variable in nested structs.

0 commit comments

Comments
 (0)