From 2efa42c937bffd082680aff01e089bafd0243c03 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Tue, 5 Aug 2014 17:50:04 +0000 Subject: [PATCH] On FreeBSD skip test that produces bogus output The test produces lines that start with ": " which confuses the buildbot log parser. Disable the test until either the test is fixed or the buildbot can deal with the undesired output. llvm.org/pr20545 llvm-svn: 214900 --- .../data-formatter-python-synth/TestDataFormatterPythonSynth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/functionalities/data-formatter/data-formatter-python-synth/TestDataFormatterPythonSynth.py b/lldb/test/functionalities/data-formatter/data-formatter-python-synth/TestDataFormatterPythonSynth.py index a44784a..aace8a0 100644 --- a/lldb/test/functionalities/data-formatter/data-formatter-python-synth/TestDataFormatterPythonSynth.py +++ b/lldb/test/functionalities/data-formatter/data-formatter-python-synth/TestDataFormatterPythonSynth.py @@ -19,6 +19,7 @@ class PythonSynthDataFormatterTestCase(TestBase): self.buildDsym() self.data_formatter_commands() + @skipIfFreeBSD # llvm.org/pr20545 bogus output confuses buildbot parser @dwarf_test def test_with_dwarf_and_run_command(self): """Test data formatter commands.""" -- 2.7.4