Skip to content

Commit b891d73

Browse files
Merge pull request #7508 from adrian-prantl/xfail-coro
Temporarily XFAIL test
2 parents b2e9717 + 0871b50 commit b891d73

File tree

1 file changed

+1
-0
lines changed
  • lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/coroutine_handle

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/coroutine_handle/TestCoroutineHandle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ def do_test(self, stdlib_type):
139139
)
140140

141141
@add_test_categories(["libstdcxx"])
142+
@expectedFailureAll(oslist=["linux"])
142143
def test_libstdcpp(self):
143144
self.do_test(USE_LIBSTDCPP)
144145

0 commit comments

Comments
 (0)