Skip to content

Commit b63e2fe

Browse files
Merge pull request #6133 from adrian-prantl/104671730
XFAIL test under Linux
2 parents a659f1e + 6f63cd3 commit b63e2fe

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-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

lldb/test/API/functionalities/rerun_and_expr_dylib/TestRerunAndExprDylib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
class TestRerunExprDylib(TestBase):
1313
@skipIfWindows
14+
@expectedFailureAll(oslist=['linux'], bugnumber='rdar://104671730')
1415
def test(self):
1516
"""
1617
Tests whether re-launching a process without destroying

lldb/test/API/lang/swift/c_type_external_provider/TestSwiftCTypeExternalProvider.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def setUp(self):
1616
self.main_source_spec = lldb.SBFileSpec(self.main_source)
1717

1818
@swiftTest
19+
@expectedFailureAll(oslist=['linux'], bugnumber='rdar://104671405')
1920
def test_swift_regex(self):
2021
"""Test that C types with builtin metadata emitted are looked up using
2122
external type info provider."""

0 commit comments

Comments
 (0)