From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: 6 failing tests on master branch Date: Thu, 08 Jun 2017 20:33:16 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a1140213ee00167055178c32c" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJ47Y-0001lR-JK for emacs-orgmode@gnu.org; Thu, 08 Jun 2017 16:33:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJ47X-0006Tb-Dd for emacs-orgmode@gnu.org; Thu, 08 Jun 2017 16:33:32 -0400 Received: from mail-lf0-x22b.google.com ([2a00:1450:4010:c07::22b]:33446) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dJ47X-0006S6-1G for emacs-orgmode@gnu.org; Thu, 08 Jun 2017 16:33:31 -0400 Received: by mail-lf0-x22b.google.com with SMTP id a136so22508345lfa.0 for ; Thu, 08 Jun 2017 13:33:29 -0700 (PDT) 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-org list --001a1140213ee00167055178c32c Content-Type: text/plain; charset="UTF-8" Hello, I ran make test today using the latest version of org master branch (and latest of emacs master), and I see 6 failures: 6 unexpected results: FAILED ob-fortran/list-matrix-from-table1 FAILED ob-fortran/list-matrix-from-table2 FAILED ob-fortran/list-var-from-table FAILED test-org-export/file-uri FAILED test-org/custom-properties FAILED test-org/forward-paragraph I remember reading that someone else too saw the fortran errors.. Is it because I don't have fortran on my system? About the other 3 errors: Test test-org-export/file-uri condition: (ert-test-failed ((should (equal "file://myself@some.where:papers/last.pdf" (org-export-file-uri "/myself@some.where:papers/last.pdf"))) :form (equal "file://myself@some.where:papers/last.pdf" "file:///myself@some.where:papers/last.pdf") :value nil :explanation (arrays-of-different-length 40 41 "file://myself@some.where:papers/last.pdf" "file:///myself@some.where:papers/last.pdf" first-mismatch-at 7))) FAILED 406/734 test-org-export/file-uri Test test-org/custom-properties condition: (ert-test-failed ((should (let (...) (org-test-with-temp-text "* H :PROPERTIES: :FOO: val :END: " ... ...))) :form (let ((org-custom-properties ...)) (org-test-with-temp-text "* H :PROPERTIES: :FOO: val :END: " (org-toggle-custom-properties-visibility) (org-invisible-p2))) :value nil)) FAILED 646/734 test-org/custom-properties (ert-test-failed ((should (org-test-with-temp-text "#+BEGIN_CENTER P1 P2 #+END_CENTER P3" (org-hide-block-toggle) (org-forward-paragraph) (looking-at "P3"))) :form (let ((inside-text ...) (org-mode-hook nil)) (with-temp-buffer (org-mode) (let ... ...) (org-hide-block-toggle) (org-forward-paragraph) (looking-at "P3"))) :value nil)) FAILED 668/734 test-org/forward-paragraph --- I have an unrelated make test question too. If I add a test, say test-org/foo, in order to make learning ert and org test writing faster, it is possible to run just that one test-org/foo and not the whole suite? -- Kaushal Modi --001a1140213ee00167055178c32c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

I ran make test today using the = latest version of org master branch (and latest of emacs master), and I see= 6 failures:

6 unexpected results:
= =C2=A0 =C2=A0FAILED =C2=A0ob-fortran/list-matrix-from-table1
=C2= =A0 =C2=A0FAILED =C2=A0ob-fortran/list-matrix-from-table2
=C2=A0 = =C2=A0FAILED =C2=A0ob-fortran/list-var-from-table
=C2=A0 =C2=A0FA= ILED =C2=A0test-org-export/file-uri
=C2=A0 =C2=A0FAILED =C2=A0tes= t-org/custom-properties
=C2=A0 =C2=A0FAILED =C2=A0test-org/forwar= d-paragraph

I remember reading that someone = else too saw the fortran errors.. Is it because I don't have fortran on= my system?

About the other 3 errors:
Test test-org-export/file-uri condition:
=C2=A0= =C2=A0 (ert-test-failed
=C2=A0 =C2=A0 =C2=A0((should
= =C2=A0 =C2=A0 =C2=A0 =C2=A0(equal "file://myself@some.where:papers/las= t.pdf"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (org= -export-file-uri "/myself@some.where:papers/last.pdf")))
=C2=A0 =C2=A0 =C2=A0 :form
=C2=A0 =C2=A0 =C2=A0 (equal "fi= le://myself@some.where:papers/last.pdf" "file:///myself@some.wher= e:papers/last.pdf")
=C2=A0 =C2=A0 =C2=A0 :value nil :explana= tion
=C2=A0 =C2=A0 =C2=A0 (arrays-of-different-length 40 41 "= ;file://myself@some.where:papers/last.pdf" "file:///myself@some.w= here:papers/last.pdf" first-mismatch-at 7)))
=C2=A0 = =C2=A0FAILED =C2=A0406/734 =C2=A0test-org-export/file-uri
Test test-org/custom-properties condition:
=C2= =A0 =C2=A0 (ert-test-failed
=C2=A0 =C2=A0 =C2=A0((should
=C2=A0 =C2=A0 =C2=A0 =C2=A0(let
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0(...)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(org-test-with-= temp-text "* H
:PROPERTIES:
<point>:FOO: val=
:END:
" ... ...)))
=C2=A0 =C2=A0 =C2=A0= :form
=C2=A0 =C2=A0 =C2=A0 (let
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 ((org-custom-properties ...))
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 (org-test-with-temp-text "* H
:PROPERTIES:
= <point>:FOO: val
:END:
"
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0(org-toggle-custom-properties-visibility)
<= div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(org-invisible-p2)))
=C2=A0= =C2=A0 =C2=A0 :value nil))
=C2=A0 =C2=A0FAILED =C2=A0646/734 =C2= =A0test-org/custom-properties

=C2=A0 = =C2=A0 (ert-test-failed
=C2=A0 =C2=A0 =C2=A0((should
= =C2=A0 =C2=A0 =C2=A0 =C2=A0(org-test-with-temp-text "#+BEGIN_CENTER
P1

P2
#+END_CENTER
P3&= quot;
=C2=A0 =C2=A0 =C2=A0 =C2=A0 (org-hide-block-toggle)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 (org-forward-paragraph)
=C2=A0 =C2= =A0 =C2=A0 =C2=A0 (looking-at "P3")))
=C2=A0 =C2=A0 =C2= =A0 :form
=C2=A0 =C2=A0 =C2=A0 (let
=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 ((inside-text ...)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0(org-mode-hook nil))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 (wi= th-temp-buffer
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (org-mode)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (let ... ...)
=C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 (org-hide-block-toggle)
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 (org-forward-paragraph)
=C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 (looking-at "P3")))
=C2=A0 =C2=A0 =C2=A0= :value nil))
=C2=A0 =C2=A0FAILED =C2=A0668/734 =C2=A0test-org/fo= rward-paragraph

---

I have an unrelated make test question too.

= If I add a test, say test-org/foo, in order to make learning ert and org te= st writing faster, it is possible to run just that one test-org/foo and not= the whole suite?
--

Kaushal Modi

--001a1140213ee00167055178c32c--