[lldb-dev] [Lldb-commits] [lldb] r183281 - Re-enabling a test that is no longer failing

Thirumurthi, Ashok ashok.thirumurthi at intel.com
Fri Jun 7 13:54:48 PDT 2013


Hi Andy,

I believe this test is causing the clang buildbot to hang.  The trick to reproduce the failure is to run "make check" from build/tools/lldb/test.  Note that this uses dosep.py to run the tests.  In comparison, tools/lldb/test/dotest.py runs to completion.  I'm not sure why Tuesday's commit started to hang consistently from Thursday night, but it could have something to do with the order in which tests are run now.

As "make check" runs to completion when I revert this commit, I'll commit that change to see how it pans out on the buildbots...

- Ashok

-----Original Message-----
From: lldb-commits-bounces at cs.uiuc.edu [mailto:lldb-commits-bounces at cs.uiuc.edu] On Behalf Of Andrew Kaylor
Sent: Tuesday, June 04, 2013 7:39 PM
To: lldb-commits at cs.uiuc.edu
Subject: [Lldb-commits] [lldb] r183281 - Re-enabling a test that is no longer failing

Author: akaylor
Date: Tue Jun  4 18:38:51 2013
New Revision: 183281

URL: http://llvm.org/viewvc/llvm-project?rev=183281&view=rev
Log:
Re-enabling a test that is no longer failing

Modified:
    lldb/trunk/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py

Modified: lldb/trunk/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py?rev=183281&r1=183280&r2=183281&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py (original)
+++ lldb/trunk/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py Tue Jun  4 18:38:51 2013
@@ -21,7 +21,6 @@ class BreakpointAfterJoinTestCase(TestBa
         self.breakpoint_after_join_test()
 
     @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
-    @skipIfLinux # Fails intermittently, llvm.org/pr16170"
     @dwarf_test
     def test_with_dwarf(self):
         """Test breakpoint handling after a thread join."""


_______________________________________________
lldb-commits mailing list
lldb-commits at cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits




More information about the lldb-dev mailing list