Skip to content

Commit f9981c2

Browse files
Merge pull request #7809 from felipepiovezan/felipe/disable_linux_failing_test2
[lldb] Disable one test from TestStaticVariables on Linux
2 parents bcf4f31 + 4e0e834 commit f9981c2

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)