From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#20994: python tests hang Date: Mon, 06 Jul 2015 14:18:14 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1436206758 18862 80.91.229.3 (6 Jul 2015 18:19:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Jul 2015 18:19:18 +0000 (UTC) To: 20994@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jul 06 20:19:10 2015 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZCAz0-0002IZ-Bj for geb-bug-gnu-emacs@m.gmane.org; Mon, 06 Jul 2015 20:19:10 +0200 Original-Received: from localhost ([::1]:52381 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCAyz-0000VD-KM for geb-bug-gnu-emacs@m.gmane.org; Mon, 06 Jul 2015 14:19:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCAyv-0000UX-KM for bug-gnu-emacs@gnu.org; Mon, 06 Jul 2015 14:19:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCAyu-0002GJ-QH for bug-gnu-emacs@gnu.org; Mon, 06 Jul 2015 14:19:05 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:40944) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCAyt-0002F1-2Y; Mon, 06 Jul 2015 14:19:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZCAys-0002Vl-Nb; Mon, 06 Jul 2015 14:19:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: fgallina@gnu.org, bug-gnu-emacs@gnu.org Resent-Date: Mon, 06 Jul 2015 18:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 20994 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: X-Debbugs-Original-To: submit@debbugs.gnu.org X-Debbugs-Original-Xcc: fgallina@gnu.org Original-Received: via spool by submit@debbugs.gnu.org id=B.14362067029598 (code B ref -1); Mon, 06 Jul 2015 18:19:02 +0000 Original-Received: (at submit) by debbugs.gnu.org; 6 Jul 2015 18:18:22 +0000 Original-Received: from localhost ([127.0.0.1]:42390 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZCAyE-0002Uj-69 for submit@debbugs.gnu.org; Mon, 06 Jul 2015 14:18:22 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:44601) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZCAyC-0002UX-TG for submit@debbugs.gnu.org; Mon, 06 Jul 2015 14:18:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCAy6-00020n-Q9 for submit@debbugs.gnu.org; Mon, 06 Jul 2015 14:18:15 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36105) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCAy6-00020j-O0 for submit@debbugs.gnu.org; Mon, 06 Jul 2015 14:18:14 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1ZCAy6-00021E-8W; Mon, 06 Jul 2015 14:18:14 -0400 X-Spook: Compsec unclassified clones White House condor MP5K-SD X-Ran: , List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:104785 Archived-At: Package: emacs Version: 25.0.50 Following yesterday's python changes, "make -C test/automated python-tests" hangs forever for me with passed 178/208 python-shell-make-comint-2 Can't guess python-indent-offset, using defaults: 4 Warning (python): Python shell prompts cannot be detected. If your emacs session hangs when starting python shells recover with `keyboard-quit' and then try fixing the interactive flag for your interpreter by adjusting the `python-shell-interpreter-interactive-arg' or add regexps matching shell prompts in the directory-local friendly vars: + `python-shell-prompt-regexp' + `python-shell-prompt-block-regexp' + `python-shell-prompt-output-regexp' Or alternatively in: + `python-shell-prompt-input-regexps' + `python-shell-prompt-output-regexps' I have to use ctrl-C to kill it. A test should not hang forever in that way, it should just fail. (M-x run-python works fine interactively.)