Add decorator for intermittently failing test on FreeBSD

This test has intermittently failed on FreeBSD for quite some time when
run as part of the full test suite.  It generally passes when run by
itself.  Mark as expected failure for now to reduce buildbot noise.

llvm.org/pr15039 test fails intermittently on FreeBSD

llvm-svn: 222134
This commit is contained in:
Ed Maste 2014-11-17 15:27:09 +00:00
parent 7d19fc1c37
commit 9251e2e61c
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ class ChangeValueAPITestCase(TestBase):
self.end_line = line_number ('main.c', '// Set a breakpoint here at the end')
@skipIfGcc # llvm.org/pr15039: If GCC is the test compiler, stdout is not available via lldb.SBProcess.GetSTDOUT()
@expectedFailureFreeBSD("llvm.org/pr15039 test fails intermittently on FreeBSD")
def change_value_api(self, exe_name):
"""Exercise some SBValue APIs."""
exe = os.path.join(os.getcwd(), exe_name)