[Lldb-commits] [lldb] r190889 - Disabling test broken (on GCC buildbot) due to http://llvm.org/pr14637
Richard Mitton
richard at codersnotes.com
Tue Sep 17 14:50:43 PDT 2013
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/TestStopHookMultipleThreads.py
>
> Modified: lldb/trunk/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.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/TestStopHookMultipleThreads.py (original)
> +++ lldb/trunk/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.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
More information about the lldb-commits
mailing list