From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Test failure with current head Date: Wed, 15 Jul 2015 16:10:05 -0400 Message-ID: <874ml5uqqq.fsf@alphaville.usersys.redhat.com> References: <87oajdv0lx.fsf@alphaville.usersys.redhat.com> <87r3o91iah.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFT0U-0008Ij-Ly for emacs-orgmode@gnu.org; Wed, 15 Jul 2015 16:10:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFT0P-0004La-IO for emacs-orgmode@gnu.org; Wed, 15 Jul 2015 16:10:18 -0400 Received: from plane.gmane.org ([80.91.229.3]:34091) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFT0P-0004LE-BH for emacs-orgmode@gnu.org; Wed, 15 Jul 2015 16:10:13 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZFT0N-0008QO-PW for emacs-orgmode@gnu.org; Wed, 15 Jul 2015 22:10:11 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Jul 2015 22:10:11 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Jul 2015 22:10:11 +0200 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Rasmus writes: > Nick Dokos writes: > >> I just updated to release_8.3beta-1286-g20795fd. >> >> ``make test'' shows a failure on test 226: >> FAILED 226/592 test-org-clock/clocktable-until-now >> >> >> The backtrace was edited to get rid of a NUL that gnus complained > > I know. I don't really understand what untilnow does and the org > clocktable tests are really obscure to me. Fell free to do a bisect > master or/and submit a fix. > Seems like a heisenbug - first attempt to bisect fingered 20795fd1c4e48096226f3072de8d93bd99d761bf but only because it is the HEAD and I had declared it as bad: it turns out that `make test' does not get any failures now. And nothing changed - weird. Nick