Author: zturner
Date: Fri Aug 21 17:11:50 2015
New Revision: 245751

URL: http://llvm.org/viewvc/llvm-project?rev=245751&view=rev
Log:
XFAIL pthreads test on Windows.

This test needs to be ported to c++ threads.

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=245751&r1=245750&r2=245751&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py 
(original)
+++ lldb/trunk/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py 
Fri Aug 21 17:11:50 2015
@@ -25,6 +25,7 @@ class ExprDoesntDeadlockTestCase(TestBas
     @dwarf_test
     @expectedFailureFreeBSD('llvm.org/pr17946')
     @expectedFlakeyLinux # failed 1/365 test runs, line 61, thread.IsValid()
+    @expectedFailureWindows # Windows doesn't have pthreads, need to port this 
test.
     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()


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to