Author: Adrian Prantl
Date: 2022-09-12T09:48:42-07:00
New Revision: 8599cb002b635bb6bedeaebe622be333d579697b

URL: 
https://github.com/llvm/llvm-project/commit/8599cb002b635bb6bedeaebe622be333d579697b
DIFF: 
https://github.com/llvm/llvm-project/commit/8599cb002b635bb6bedeaebe622be333d579697b.diff

LOG: Skip crashing test

Added: 
    

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

Removed: 
    


################################################################################
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()


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to