diff options
author | Pavel Labath <labath@google.com> | 2016-10-02 15:56:33 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-10-02 15:56:33 +0000 |
commit | 6b582bf91f134f95bd5100beb03db9464769f1ef (patch) | |
tree | f4ff52ceebc6eeca6f5984ef8cfa7d01b177608e /lldb/packages/Python/lldbsuite/test/python_api/sbdata | |
parent | 281ce2af178e4f751c22418ea33ff056c376ad7c (diff) | |
download | bcm5719-llvm-6b582bf91f134f95bd5100beb03db9464769f1ef.tar.gz bcm5719-llvm-6b582bf91f134f95bd5100beb03db9464769f1ef.zip |
Revert "XFAIL TestSBData for gcc-4.9 i386"
Test fixed.
llvm-svn: 283069
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/sbdata')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py | 1 |
1 files changed, 0 insertions, 1 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 fb28420c20e..e853d6567e7 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py +++ b/lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py @@ -22,7 +22,6 @@ 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() |