| commit | 5c4661881be48f48c23e8165545446334369dc37 | [log] [tgz] |
|---|---|---|
| author | Ed Maste <emaste@freebsd.org> | Tue Apr 29 17:00:45 2014 +0000 |
| committer | Ed Maste <emaste@freebsd.org> | Tue Apr 29 17:00:45 2014 +0000 |
| tree | 51267e2185f8560e452956f3843d3110d3be7195 | |
| parent | 71afe0b1d54ce90a16e990e8ee31392382edd738 [diff] [blame] |
Add decorator for FreeBSD buildbot failure llvm.org/pr19605 llvm-svn: 207557
diff --git a/lldb/test/expression_command/timeout/TestCallWithTimeout.py b/lldb/test/expression_command/timeout/TestCallWithTimeout.py index e6bf316..96c8364 100644 --- a/lldb/test/expression_command/timeout/TestCallWithTimeout.py +++ b/lldb/test/expression_command/timeout/TestCallWithTimeout.py
@@ -26,6 +26,7 @@ self.buildDsym() self.call_function() + @expectedFailureFreeBSD("llvm.org/pr19605") # fails on buildbot @dwarf_test def test_with_dwarf(self): """Test calling std::String member function."""