We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b49ed8 commit ba4cf31Copy full SHA for ba4cf31
lldb/test/API/commands/expression/nested/TestNestedExpressions.py
@@ -33,6 +33,8 @@ def test_struct_in_nested_structs(self):
33
self.expect_expr("sizeof(A::B::C)", result_value="1")
34
self.expect_expr("sizeof(A::B)", result_value="2")
35
36
+ # Fails on Windows for unknown reasons.
37
+ @skipIfWindows
38
def test_static_in_nested_structs(self):
39
"""
40
Test expressions that references a static variable in nested structs.
0 commit comments