Skip to content

Commit bffc860

Browse files
committed
Skip coro test under the clang libstdcpp combination.
1 parent cb54299 commit bffc860

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
@@ -75,6 +75,7 @@ def do_test(self, stdlib_type):
7575
])
7676

7777
@add_test_categories(["libstdcxx"])
78+
@skipIf(compiler="clang")
7879
def test_libstdcpp(self):
7980
self.do_test(USE_LIBSTDCPP)
8081

0 commit comments

Comments
 (0)