From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: [bug] Tests: 4 unexpected results Date: Fri, 06 Jan 2017 12:47:02 +0100 Message-ID: <84d1g0l8ax.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cPSzV-0005Ru-4I for emacs-orgmode@gnu.org; Fri, 06 Jan 2017 06:47:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cPSzQ-0004IR-6w for emacs-orgmode@gnu.org; Fri, 06 Jan 2017 06:47:25 -0500 Received: from [195.159.176.226] (port=43647 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cPSzQ-0004I6-07 for emacs-orgmode@gnu.org; Fri, 06 Jan 2017 06:47:20 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cPSzE-0000sF-Hb for emacs-orgmode@gnu.org; Fri, 06 Jan 2017 12:47:08 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hello, With the current master #+begin_src shell make test #+end_src results in #+begin_quote 4 unexpected results: FAILED test-org-list/move-item-down FAILED test-org-list/move-item-up FAILED test-org/custom-properties FAILED test-org/forward-paragraph #+end_quote This looks like an issue with checking visibility of a location. (version)"GNU Emacs 26.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.22.5) of 2017-01-04" BTW I don't know how to fix this reasonably. Best regards Marco