emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* 6 failing tests on master branch
@ 2017-06-08 20:33 Kaushal Modi
  2017-06-08 21:10 ` Nicolas Goaziou
  0 siblings, 1 reply; 19+ messages in thread
From: Kaushal Modi @ 2017-06-08 20:33 UTC (permalink / raw)
  To: emacs-org list

[-- Attachment #1: Type: text/plain, Size: 2325 bytes --]

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:
<point>:FOO: val
:END:
" ... ...)))
      :form
      (let
          ((org-custom-properties ...))
        (org-test-with-temp-text "* H
:PROPERTIES:
<point>: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

[-- Attachment #2: Type: text/html, Size: 3617 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2017-06-15 13:09 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-08 20:33 6 failing tests on master branch Kaushal Modi
2017-06-08 21:10 ` Nicolas Goaziou
2017-06-09 14:26   ` Kaushal Modi
2017-06-09 15:14     ` Kaushal Modi
2017-06-09 16:02       ` Michael Albinus
2017-06-09 16:10         ` Kaushal Modi
2017-06-09 16:27           ` Nicolas Goaziou
2017-06-09 19:55             ` Kaushal Modi
2017-06-09 20:05               ` Nicolas Goaziou
2017-06-09 20:21                 ` Kaushal Modi
2017-06-14 14:56   ` Backward incompatible outline-invisible-p change in emacs master for Org (Was: 6 failing tests on master branch) Kaushal Modi
2017-06-14 16:03     ` Kaushal Modi
2017-06-14 17:02     ` Backward incompatible outline-invisible-p change in emacs master for Org Bastien Guerry
2017-06-14 17:18       ` Kaushal Modi
2017-06-14 20:28         ` Paul Rankin
2017-06-15  6:19           ` Bastien Guerry
2017-06-15 12:16             ` Kaushal Modi
2017-06-15 12:40               ` Bastien Guerry
2017-06-15 13:08                 ` Kaushal Modi

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).