diff options
| author | Ed Maste <emaste@freebsd.org> | 2014-11-17 15:27:09 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2014-11-17 15:27:09 +0000 |
| commit | 9251e2e61c07caee50209ef11085328e30dcf9ec (patch) | |
| tree | a881ffa621a44d5fba29ee5f68ef2fd142e806cb /lldb/test/python_api/value | |
| parent | 7d19fc1c375cc883b216ce0033671aa20de5f35d (diff) | |
| download | bcm5719-llvm-9251e2e61c07caee50209ef11085328e30dcf9ec.tar.gz bcm5719-llvm-9251e2e61c07caee50209ef11085328e30dcf9ec.zip | |
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
Diffstat (limited to 'lldb/test/python_api/value')
| -rw-r--r-- | lldb/test/python_api/value/change_values/TestChangeValueAPI.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py index 32f74472fa5..6bba54344f9 100644 --- a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py +++ b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py @@ -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) |

