Author: emaste Date: Wed Jun 3 16:21:00 2015 New Revision: 238976 URL: http://llvm.org/viewvc/llvm-project?rev=238976&view=rev Log: XFAIL TestPlatformCommand test failing on the FreeBSD buildbot
llvm.org/pr23747 Modified: lldb/trunk/test/functionalities/platform/TestPlatformCommand.py Modified: lldb/trunk/test/functionalities/platform/TestPlatformCommand.py URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/platform/TestPlatformCommand.py?rev=238976&r1=238975&r2=238976&view=diff ============================================================================== --- lldb/trunk/test/functionalities/platform/TestPlatformCommand.py (original) +++ lldb/trunk/test/functionalities/platform/TestPlatformCommand.py Wed Jun 3 16:21:00 2015 @@ -18,6 +18,7 @@ class PlatformCommandTestCase(TestBase): self.expect("platform list", patterns = ['^Available platforms:']) + @expectedFailureFreeBSD("llvm.org/pr23747 failing on the buildbot") def test_process_list(self): self.expect("platform process list", substrs = ['PID', 'TRIPLE', 'NAME']) _______________________________________________ lldb-commits mailing list lldb-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits