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: [email protected] [mailto:[email protected]] On Behalf Of Andrew Kaylor Sent: Tuesday, June 04, 2013 7:39 PM To: [email protected] 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 [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
