[Lldb-commits] [lldb] r201169 - Remove decorator for llvm.org/pr17233
Ed Maste
emaste at freebsd.org
Tue Feb 11 10:55:19 PST 2014
Author: emaste
Date: Tue Feb 11 12:55:19 2014
New Revision: 201169
URL: http://llvm.org/viewvc/llvm-project?rev=201169&view=rev
Log:
Remove decorator for llvm.org/pr17233
This test was skipped as it used to segfault on FreeBSD. It seems
the original issue has since been fixed, so have the test run again.
Modified:
lldb/trunk/test/expression_command/timeout/TestCallWithTimeout.py
Modified: lldb/trunk/test/expression_command/timeout/TestCallWithTimeout.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/timeout/TestCallWithTimeout.py?rev=201169&r1=201168&r2=201169&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/timeout/TestCallWithTimeout.py (original)
+++ lldb/trunk/test/expression_command/timeout/TestCallWithTimeout.py Tue Feb 11 12:55:19 2014
@@ -26,7 +26,6 @@ class ExprCommandWithTimeoutsTestCase(Te
self.buildDsym()
self.call_function()
- @skipIfFreeBSD # llvm.org/pr17233
@dwarf_test
def test_with_dwarf(self):
"""Test calling std::String member function."""
More information about the lldb-commits
mailing list