Skip to content

Commit 4e0e834

Browse files
[lldb] Disable one test from TestStaticVariables on Linux
This was never enabled in ToT, but due to some cherry-pick interactions the "skip" clause was left out.
1 parent bcf4f31 commit 4e0e834

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/cpp/class_static/TestStaticVariables.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def build_value_check(self, var_name, values):
120120

121121
return value_check
122122

123+
@skipUnlessDarwin
123124
@expectedFailureAll(
124125
compiler=["gcc"], bugnumber="Compiler emits incomplete debug info"
125126
)

0 commit comments

Comments
 (0)