Skip to content

Commit 9251e2e

Browse files
committed
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
1 parent 7d19fc1 commit 9251e2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/python_api/value/change_values/TestChangeValueAPI.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def setUp(self):
4242
self.end_line = line_number ('main.c', '// Set a breakpoint here at the end')
4343

4444
@skipIfGcc # llvm.org/pr15039: If GCC is the test compiler, stdout is not available via lldb.SBProcess.GetSTDOUT()
45+
@expectedFailureFreeBSD("llvm.org/pr15039 test fails intermittently on FreeBSD")
4546
def change_value_api(self, exe_name):
4647
"""Exercise some SBValue APIs."""
4748
exe = os.path.join(os.getcwd(), exe_name)

0 commit comments

Comments
 (0)