[Lldb-commits] [lldb] r202517 - Adjust TestExprDoesntBlock.py to be expected failure on Linux.
Todd Fiala
tfiala at google.com
Fri Feb 28 09:49:21 PST 2014
Author: tfiala
Date: Fri Feb 28 11:49:20 2014
New Revision: 202517
URL: http://llvm.org/viewvc/llvm-project?rev=202517&view=rev
Log:
Adjust TestExprDoesntBlock.py to be expected failure on Linux.
I suspect I may have misrun the test previously for check-in
r202456 re: pr15258. This test fails consistently on my end.
I changed the test to expected failure on Linux.
Modified:
lldb/trunk/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.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=202517&r1=202516&r2=202517&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py (original)
+++ lldb/trunk/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py Fri Feb 28 11:49:20 2014
@@ -24,7 +24,7 @@ class ExprDoesntDeadlockTestCase(TestBas
@dwarf_test
@expectedFailureFreeBSD('llvm.org/pr17946')
- # @skipIfLinux # llvm.org/pr15258: disabled due to assertion failure in ProcessMonitor::GetCrashReasonForSIGSEGV:
+ @expectedFailureLinux('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."""
self.buildDwarf()
More information about the lldb-commits
mailing list