[Lldb-commits] [lldb] c3549d4 - [lldb] Skip TestDataFormatterSynthVal.py with GCC as the test compiler

Raphael Isemann via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 25 02:48:27 PDT 2021


Author: Raphael Isemann
Date: 2021-06-25T11:48:12+02:00
New Revision: c3549d4d7a04d83ff559d2be77a9e74e798fdef4

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

LOG: [lldb] Skip TestDataFormatterSynthVal.py with GCC as the test compiler

Added: 
    

Modified: 
    lldb/test/API/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py b/lldb/test/API/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py
index 79c0dfb4dbc0e..0deaf799a7a12 100644
--- a/lldb/test/API/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py
+++ b/lldb/test/API/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py
@@ -21,6 +21,7 @@ def setUp(self):
         # Find the line number to break at.
         self.line = line_number('main.cpp', 'break here')
 
+    @expectedFailureAll(bugnumber="llvm.org/pr50814", compiler="gcc")
     def test_with_run_command(self):
         """Test using Python synthetic children provider to provide a value."""
         self.build()


        


More information about the lldb-commits mailing list