diff options
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py b/lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py index e853d6567e7..fb28420c20e 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py +++ b/lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py @@ -22,6 +22,7 @@ class SBDataAPICase(TestBase):          self.line = line_number('main.cpp', '// set breakpoint here')      @add_test_categories(['pyapi']) +    @expectedFailureAll(compiler="gcc", compiler_version=[">=", "4.9"])      def test_with_run_command(self):          """Test the SBData APIs."""          self.build()  | 

