[Lldb-commits] [lldb] r190889 - Disabling test broken (on GCC buildbot) due to http://llvm.org/pr14637

Malea, Daniel daniel.malea at intel.com
Tue Sep 17 14:55:45 PDT 2013


Oh, that¹s a neat find; looking forward to the results.

Dan

On 2013-09-17 5:50 PM, "Richard Mitton" <richard at codersnotes.com> wrote:

>For what it's worth, I don't think this is a libedit problem, I believe
>it's a race condition between the newline being flushed though out
>internal libedit pty prompt filter, and the command being executed.
>
>I'm looking into a fix for this at the moment.
>
>Richard Mitton
>richard at codersnotes.com
>
>On 09/17/2013 02:44 PM, Daniel Malea wrote:
>> Author: dmalea
>> Date: Tue Sep 17 16:44:15 2013
>> New Revision: 190889
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=190889&view=rev
>> Log:
>> Disabling test broken (on GCC buildbot) due to http://llvm.org/pr14637
>> - prompt disappears with older libedit versions
>> - will re-enable once we have a recent libedit on the buildbot in
>>question
>>
>>
>> Modified:
>>      
>>lldb/trunk/test/functionalities/stop-hook/multiple_threads/TestStopHookMu
>>ltipleThreads.py
>>
>> Modified: 
>>lldb/trunk/test/functionalities/stop-hook/multiple_threads/TestStopHookMu
>>ltipleThreads.py
>> URL: 
>>http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/stop-
>>hook/multiple_threads/TestStopHookMultipleThreads.py?rev=190889&r1=190888
>>&r2=190889&view=diff
>> 
>>=========================================================================
>>=====
>> --- 
>>lldb/trunk/test/functionalities/stop-hook/multiple_threads/TestStopHookMu
>>ltipleThreads.py (original)
>> +++ 
>>lldb/trunk/test/functionalities/stop-hook/multiple_threads/TestStopHookMu
>>ltipleThreads.py Tue Sep 17 16:44:15 2013
>> @@ -21,6 +21,7 @@ class StopHookForMultipleThreadsTestCase
>>           self.stop_hook_multiple_threads()
>>   
>>       @dwarf_test
>> +    @skipIfLinux # llvm.org/pr14637 prompt disappears due to libedit
>>bug. disabling until we upgrade libedit package on buildbot
>>       def test_stop_hook_multiple_threads_with_dwarf(self):
>>           """Test that lldb stop-hook works for multiple threads."""
>>           self.buildDwarf(dictionary=self.d)
>>
>>
>> _______________________________________________
>> lldb-commits mailing list
>> lldb-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
>
>_______________________________________________
>lldb-commits mailing list
>lldb-commits at cs.uiuc.edu
>http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits





More information about the lldb-commits mailing list