Skip to content

Commit e38a71b

Browse files
Merge pull request #7958 from bulbazord/xfail-20230725
[lldb] XFAIL tests that are failing on CI
2 parents 59ce65f + 42f54a5 commit e38a71b

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

lldb/test/API/lang/c/tls_globals/TestTlsGlobals.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def setUp(self):
4242
bugnumber="llvm.org/pr28392",
4343
oslist=no_match(lldbplatformutil.getDarwinOSTriples()),
4444
)
45+
@expectedFailureDarwin("rdar://120676969")
4546
def test(self):
4647
"""Test thread-local storage."""
4748
self.build()

lldb/test/API/lang/cpp/thread_local/TestThreadLocal.py

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

1010
class PlatformProcessCrashInfoTestCase(TestBase):
1111
@expectedFailureAll(oslist=["windows", "linux", "freebsd", "netbsd"])
12+
@expectedFailureDarwin("rdar://120676969")
1213
def test_thread_local(self):
1314
# Set a breakpoint on the first instruction of the main function,
1415
# before the TLS initialization has run.

lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def setUp(self):
1616

1717
@skipUnlessDarwin
1818
@add_test_categories(["pyapi"])
19+
@expectedFailureDarwin("rdar://120796553")
1920
def test_with_python_api(self):
2021
"""Test stepping and setting breakpoints in indirect and re-exported symbols."""
2122
self.build()

lldb/test/Shell/Unwind/eh-frame-dwarf-unwind.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
# UNSUPPORTED: system-windows
55
# REQUIRES: target-x86_64, native
6+
# XFAIL: system-darwin
7+
# See: rdar://120797300
68

79
# RUN: %clang_host %p/Inputs/call-asm.c %p/Inputs/eh-frame-dwarf-unwind.s -o %t
810
# RUN: %lldb %t -s %s -o exit | FileCheck %s

lldb/test/Shell/Unwind/thread-step-out-ret-addr-check.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
# REQUIRES: target-x86_64
55
# UNSUPPORTED: system-windows
6+
# XFAIL: system-darwin
7+
# See: rdar://120797300
68

79
# RUN: %clang_host %p/Inputs/call-asm.c -x assembler-with-cpp %p/Inputs/thread-step-out-ret-addr-check.s -o %t
810
# RUN: not %lldb %t -s %s -b 2>&1 | FileCheck %s

0 commit comments

Comments
 (0)