Skip to content

Commit 71be8f3

Browse files
[lldb] Un-xfail test after commit revert
These tests started passing after this PR landed: #74580
1 parent 64454da commit 71be8f3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@ def check_global_var(self, name: str, expect_type, expect_val):
120120
self.assertEqual(varobj.type.name, expect_type)
121121
self.assertEqual(varobj.value, expect_val)
122122

123-
# clang doesn't emit static data members without locations into the Names
124-
# table, preventing LLDB from finding them.
125-
@expectedFailureAll()
126123
def test_inline_static_members(self):
127124
self.build()
128125
lldbutil.run_to_source_breakpoint(
@@ -170,7 +167,6 @@ def test_class_with_only_constexpr_static(self):
170167
"ClassWithEnumAlias::enum_alias_alias", result_value="scoped_enum_case1"
171168
)
172169

173-
@expectedFailureAll()
174170
def test_shadowed_static_inline_members(self):
175171
"""Tests that the expression evaluator and SBAPI can both
176172
correctly determine the requested inline static variable

0 commit comments

Comments
 (0)