Author: emaste
Date: Tue Aug  5 12:50:04 2014
New Revision: 214900

URL: http://llvm.org/viewvc/llvm-project?rev=214900&view=rev
Log:
On FreeBSD skip test that produces bogus output

The test produces lines that start with "<word>: " 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

Modified:
    
lldb/trunk/test/functionalities/data-formatter/data-formatter-python-synth/TestDataFormatterPythonSynth.py

Modified: 
lldb/trunk/test/functionalities/data-formatter/data-formatter-python-synth/TestDataFormatterPythonSynth.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/data-formatter/data-formatter-python-synth/TestDataFormatterPythonSynth.py?rev=214900&r1=214899&r2=214900&view=diff
==============================================================================
--- 
lldb/trunk/test/functionalities/data-formatter/data-formatter-python-synth/TestDataFormatterPythonSynth.py
 (original)
+++ 
lldb/trunk/test/functionalities/data-formatter/data-formatter-python-synth/TestDataFormatterPythonSynth.py
 Tue Aug  5 12:50:04 2014
@@ -19,6 +19,7 @@ class PythonSynthDataFormatterTestCase(T
         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."""


_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to