From f85ac77c9f9e31cb7a9d8f80ea31a4c677cb45be Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Fri, 30 Sep 2016 12:12:15 +0000 Subject: [PATCH] XFAIL TestSBData for gcc-4.9 i386 test broken in r282659. llvm-svn: 282849 --- lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py | 1 + 1 file changed, 1 insertion(+) 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 e853d65..fb28420c 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() -- 2.7.4