Skip to content

Commit 8599cb0

Browse files
committed
Skip crashing test
1 parent d49280e commit 8599cb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/span/TestDataFormatterLibcxxSpan.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def check_numbers(self, var_name):
4444

4545
@add_test_categories(['libc++'])
4646
@skipIf(compiler='clang', compiler_version=['<', '11.0'])
47+
@skipIf(debug_info='gmodules', bugnumber="rdar://99758046") # Crashes Clang while compiling module.
4748
def test_with_run_command(self):
4849
"""Test that std::span variables are formatted correctly when printed."""
4950
self.build()
@@ -135,6 +136,7 @@ def test_with_run_command(self):
135136

136137
@add_test_categories(['libc++'])
137138
@skipIf(compiler='clang', compiler_version=['<', '11.0'])
139+
@skipIf(debug_info='gmodules', bugnumber="rdar://99758046") # Crashes Clang while compiling module.
138140
def test_ref_and_ptr(self):
139141
"""Test that std::span is correctly formatted when passed by ref and ptr"""
140142
self.build()

0 commit comments

Comments
 (0)