diff --git a/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/span/TestDataFormatterLibcxxSpan.py b/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/span/TestDataFormatterLibcxxSpan.py index 3236544e21859..e37f1a9799fca 100644 --- a/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/span/TestDataFormatterLibcxxSpan.py +++ b/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/span/TestDataFormatterLibcxxSpan.py @@ -44,6 +44,7 @@ def check_numbers(self, var_name): @add_test_categories(['libc++']) @skipIf(compiler='clang', compiler_version=['<', '11.0']) + @skipIf(debug_info='gmodules', bugnumber="rdar://99758046") # Crashes Clang while compiling module. def test_with_run_command(self): """Test that std::span variables are formatted correctly when printed.""" self.build() @@ -135,6 +136,7 @@ def test_with_run_command(self): @add_test_categories(['libc++']) @skipIf(compiler='clang', compiler_version=['<', '11.0']) + @skipIf(debug_info='gmodules', bugnumber="rdar://99758046") # Crashes Clang while compiling module. def test_ref_and_ptr(self): """Test that std::span is correctly formatted when passed by ref and ptr""" self.build()