diff options
| author | Pavel Labath <labath@google.com> | 2015-11-13 11:56:09 +0000 |
|---|---|---|
| committer | Pavel Labath <labath@google.com> | 2015-11-13 11:56:09 +0000 |
| commit | 3c5ada813632d2a26f6f5342d31306355d44b6fa (patch) | |
| tree | d617da2802f562ce907dd925a6d9adcb45f34ea6 /lldb/packages/Python/lldbsuite/test/functionalities/data-formatter | |
| parent | 05d81d828690e0d64e7a57c704bf1c3092caf675 (diff) | |
| download | bcm5719-llvm-3c5ada813632d2a26f6f5342d31306355d44b6fa.tar.gz bcm5719-llvm-3c5ada813632d2a26f6f5342d31306355d44b6fa.zip | |
Re-add XFAILs to two tests
these decorators were two of many removed in r253026. Unlike others, these tests still seem to be
failing...
llvm-svn: 253034
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/data-formatter')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synth/TestDataFormatterSynth.py | 1 |
1 files changed, 1 insertions, 0 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 8cebf20ddd2..09cb6459479 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,6 +21,7 @@ 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() |

