summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2015-11-26 16:11:57 +0000
committerTamas Berghammer <tberghammer@google.com>2015-11-26 16:11:57 +0000
commite4fbec4a37ce2079fa53ddb1d79c8fbd070877ed (patch)
treee0743f39a580b9c2e13acb9af6d71529a91f7420 /lldb/packages/Python/lldbsuite/test/functionalities
parent4cc70802c773e832c0d05789a96c976397218a65 (diff)
downloadbcm5719-llvm-e4fbec4a37ce2079fa53ddb1d79c8fbd070877ed.tar.gz
bcm5719-llvm-e4fbec4a37ce2079fa53ddb1d79c8fbd070877ed.zip
Remove some xfail-s fixed by r253026
These tests were fixed by r253026 but they was failing on the linux build bot because of a system setup problem. Remove xfail from them after we fixed the build bot. llvm-svn: 254163
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synth/TestDataFormatterSynth.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synth/TestDataFormatterSynth.py b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synth/TestDataFormatterSynth.py
index 09cb6459479..8cebf20ddd2 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synth/TestDataFormatterSynth.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synth/TestDataFormatterSynth.py
@@ -21,7 +21,6 @@ class SynthDataFormatterTestCase(TestBase):
# Find the line number to break at.
self.line = line_number('main.cpp', '// Set break point at this line.')
- @expectedFailureAll("llvm.org/pr23139", oslist=["linux"], compiler="gcc", compiler_version=[">=","4.9"], archs=["x86_64","i386"])
def test_with_run_command(self):
"""Test that that file and class static variables display correctly."""
self.build()
OpenPOWER on IntegriCloud