From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: error while upgrading to 8.3.5 Date: Mon, 25 Jul 2016 17:53:19 +0200 Message-ID: <87oa5lvhn4.fsf@saiph.selenimh> References: <4FD287AC-306C-437C-A27E-0383205AD12A@gmail.com> <87invuw159.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRiC1-0007Ju-Na for emacs-orgmode@gnu.org; Mon, 25 Jul 2016 11:53:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRiBz-0004DO-OB for emacs-orgmode@gnu.org; Mon, 25 Jul 2016 11:53:20 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:56640) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRiBz-0004Ct-Hb for emacs-orgmode@gnu.org; Mon, 25 Jul 2016 11:53:19 -0400 In-Reply-To: (Vikas Rawal's message of "Mon, 25 Jul 2016 18:44:30 +0530") 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: Vikas Rawal Cc: org-mode mailing list Vikas Rawal writes: > This is what I get: > > Test test-org-colview/columns-summary backtrace: > (if (unwind-protect (setq value-44442 (apply fn-44440 args-44441)) ( > (let (form-description-44444) (if (unwind-protect (setq value-44442 > (let ((value-44442 (quote ert-form-evaluation-aborted-44443))) (let > (let ((fn-44440 (function equal)) (args-44441 (list "705d 01h 0m 0s" > (closure (t) nil (let ((fn-44355 (function equal)) (args-44356 (list > #[0 "\306\307!r\211q\210\310\311\312\313\314\315!\316\"\317\320%DC > funcall(#[0 "\306\307!r\211q\210\310\311\312\313\314\315!\316\"\31 > ert--run-test-internal([cl-struct-ert--test-execution-info [cl-struc > #[0 "r\304 q\210\305 )\306\307\310\311\312\313!\314\"\315\316%DC\2 > funcall(#[0 "r\304 q\210\305 )\306\307\310\311\312\313!\314\"\315\ > ert-run-test([cl-struct-ert-test test-org-colview/columns-summary "T > ert-run-or-rerun-test([cl-struct-ert--stats "columns-summary" [[cl-s > ert-run-tests("columns-summary" #[385 "\306\307\"\203D\211\211G\31 > ert-run-tests-batch("columns-summary") > ert-run-tests-batch-and-exit("columns-summary") > (let ((org-id-track-globally t) (org-test-selector (if org-test-sele > org-test-run-batch-tests("columns-summary") > eval((org-test-run-batch-tests org-test-select-re)) > command-line-1(("--eval" "(setq vc-handled-backends nil org-startup- > command-line() > normal-top-level() > Test test-org-colview/columns-summary condition: > (ert-test-failed > ((should > (equal "705d 01h 0m 0s" > (cl-letf ... ...))) > :form > (equal "705d 01h 0m 0s" "705d 00h 0m 0s") > :value nil :explanation > (array-elt 6 > (different-atoms > (49 "#x31" "?1") > (48 "#x30" "?0"))))) > FAILED 1/1 test-org-colview/columns-summary What is the result of evaluating both (org-parse-time-string "<2014-03-04 Tue>") and (apply #'encode-time (org-parse-time-string "<2014-03-04 Tue>")) ? Regards,