diff options
author | Tamas Berghammer <tberghammer@google.com> | 2015-11-26 16:11:57 +0000 |
---|---|---|
committer | Tamas Berghammer <tberghammer@google.com> | 2015-11-26 16:11:57 +0000 |
commit | e4fbec4a37ce2079fa53ddb1d79c8fbd070877ed (patch) | |
tree | e0743f39a580b9c2e13acb9af6d71529a91f7420 /lldb/packages/Python/lldbsuite/test/functionalities | |
parent | 4cc70802c773e832c0d05789a96c976397218a65 (diff) | |
download | bcm5719-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.py | 1 |
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() |