[Lldb-commits] [lldb] r245751 - XFAIL pthreads test on Windows.

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 21 15:11:50 PDT 2015


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()




More information about the lldb-commits mailing list