[Lldb-commits] [lldb] r196786 - test: Add annotation for FreeBSD failures w/ threaded inferiors
Ed Maste
emaste at freebsd.org
Mon Dec 9 07:25:37 PST 2013
Author: emaste
Date: Mon Dec 9 09:25:37 2013
New Revision: 196786
URL: http://llvm.org/viewvc/llvm-project?rev=196786&view=rev
Log:
test: Add annotation for FreeBSD failures w/ threaded inferiors
llvm.org/pr17944
llvm.org/pr17946
Modified:
lldb/trunk/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py
lldb/trunk/test/python_api/thread/TestThreadAPI.py
Modified: lldb/trunk/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py?rev=196786&r1=196785&r2=196786&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py (original)
+++ lldb/trunk/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py Mon Dec 9 09:25:37 2013
@@ -23,6 +23,7 @@ class ExprDoesntDeadlockTestCase(TestBas
self.expr_doesnt_deadlock()
@dwarf_test
+ @expectedFailureFreeBSD('llvm.org/pr17946')
@skipIfLinux # llvm.org/pr15258: disabled due to assertion failure in ProcessMonitor::GetCrashReasonForSIGSEGV:
def test_with_dwarf_and_run_command(self):
"""Test that expr will time out and allow other threads to run if it blocks."""
Modified: lldb/trunk/test/python_api/thread/TestThreadAPI.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/thread/TestThreadAPI.py?rev=196786&r1=196785&r2=196786&view=diff
==============================================================================
--- lldb/trunk/test/python_api/thread/TestThreadAPI.py (original)
+++ lldb/trunk/test/python_api/thread/TestThreadAPI.py Mon Dec 9 09:25:37 2013
@@ -74,6 +74,7 @@ class ThreadAPITestCase(TestBase):
self.setTearDownCleanup(dictionary=d)
self.step_out_of_malloc_into_function_b(self.exe_name)
+ @expectedFailureFreeBSD('llvm.org/pr17944')
@expectedFailureLinux # llvm.org/pr14416
@python_api_test
@dwarf_test
More information about the lldb-commits
mailing list