emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* make test is failing? [ob-fortran stuff]
@ 2016-02-22 23:07 Kaushal Modi
  2016-02-23  9:01 ` Christian Moe
  0 siblings, 1 reply; 5+ messages in thread
From: Kaushal Modi @ 2016-02-22 23:07 UTC (permalink / raw)
  To: emacs-org list

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

Hi all,

I cloned a fresh copy of org-mode and ran "make test" for the first time.

The following are failing:

3 unexpected results:
   FAILED  ob-fortran/list-matrix-from-table1
   FAILED  ob-fortran/list-matrix-from-table2
   FAILED  ob-fortran/list-var-from-table

Is it known? Or it's failing just for me?

I am running Emacs version: GNU Emacs 25.0.91.1 (x86_64-unknown-linux-gnu,
GTK+ Version 2.24.23) of 2016-02-21, built using commit
e19c1c301700430ae428f40c2a364671f5d50dcf.


--
Kaushal Modi

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

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

* Re: make test is failing? [ob-fortran stuff]
  2016-02-22 23:07 make test is failing? [ob-fortran stuff] Kaushal Modi
@ 2016-02-23  9:01 ` Christian Moe
  2017-06-09 14:34   ` Kaushal Modi
  0 siblings, 1 reply; 5+ messages in thread
From: Christian Moe @ 2016-02-23  9:01 UTC (permalink / raw)
  To: Kaushal Modi; +Cc: emacs-org list


I always fail the Fortran tests too, on Mac OS X 10.6.8, though
supposedly there's a Fortran interpreter in there somewhere.

Yours,
Christian

Kaushal Modi writes:

> Hi all,
>
> I cloned a fresh copy of org-mode and ran "make test" for the first time.
>
> The following are failing:
>
> 3 unexpected results:
>    FAILED  ob-fortran/list-matrix-from-table1
>    FAILED  ob-fortran/list-matrix-from-table2
>    FAILED  ob-fortran/list-var-from-table
>
> Is it known? Or it's failing just for me?
>
> I am running Emacs version: GNU Emacs 25.0.91.1 (x86_64-unknown-linux-gnu,
> GTK+ Version 2.24.23) of 2016-02-21, built using commit
> e19c1c301700430ae428f40c2a364671f5d50dcf.
>
>
> --
> Kaushal Modi

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

* Re: make test is failing? [ob-fortran stuff]
  2016-02-23  9:01 ` Christian Moe
@ 2017-06-09 14:34   ` Kaushal Modi
  2017-06-09 17:22     ` Colin Baxter
  2017-06-09 19:32     ` Christian Moe
  0 siblings, 2 replies; 5+ messages in thread
From: Kaushal Modi @ 2017-06-09 14:34 UTC (permalink / raw)
  To: Christian Moe; +Cc: emacs-org list

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

Turns out the Fortran compiler binary gfortran is part of GCC. Those
fortran tests fail for GCC 4.4.7 but not when using GCC 6.1.0.

On Tue, Feb 23, 2016 at 3:59 AM Christian Moe <mail@christianmoe.com> wrote:

>
> I always fail the Fortran tests too, on Mac OS X 10.6.8, though
> supposedly there's a Fortran interpreter in there somewhere.
>
> Yours,
> Christian
>
> Kaushal Modi writes:
>
> > Hi all,
> >
> > I cloned a fresh copy of org-mode and ran "make test" for the first time.
> >
> > The following are failing:
> >
> > 3 unexpected results:
> >    FAILED  ob-fortran/list-matrix-from-table1
> >    FAILED  ob-fortran/list-matrix-from-table2
> >    FAILED  ob-fortran/list-var-from-table
> >
> > Is it known? Or it's failing just for me?
> >
> > I am running Emacs version: GNU Emacs 25.0.91.1
> (x86_64-unknown-linux-gnu,
> > GTK+ Version 2.24.23) of 2016-02-21, built using commit
> > e19c1c301700430ae428f40c2a364671f5d50dcf.
> >
> >
> > --
> > Kaushal Modi
>
> --

Kaushal Modi

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

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

* Re: make test is failing? [ob-fortran stuff]
  2017-06-09 14:34   ` Kaushal Modi
@ 2017-06-09 17:22     ` Colin Baxter
  2017-06-09 19:32     ` Christian Moe
  1 sibling, 0 replies; 5+ messages in thread
From: Colin Baxter @ 2017-06-09 17:22 UTC (permalink / raw)
  To: Kaushal Modi; +Cc: emacs-org list, Christian Moe

>>>>> "Kaushal" == Kaushal Modi <kaushal.modi@gmail.com> writes:

    Kaushal> Turns out the Fortran compiler binary gfortran is part of
    Kaushal> GCC. Those fortran tests fail for GCC 4.4.7 but not when
    Kaushal> using GCC 6.1.0.

All tests pass for me and I'm using gcc-4.7


Best wishes,
Colin.

-- 
--
Colin Baxter
m43cap@yandex.com
GnuPG fingerprint: 68A8 799C 0230 16E7 BF68  2A27 BBFA 2492 91F5 41C8

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

* Re: make test is failing? [ob-fortran stuff]
  2017-06-09 14:34   ` Kaushal Modi
  2017-06-09 17:22     ` Colin Baxter
@ 2017-06-09 19:32     ` Christian Moe
  1 sibling, 0 replies; 5+ messages in thread
From: Christian Moe @ 2017-06-09 19:32 UTC (permalink / raw)
  To: Kaushal Modi; +Cc: emacs-org list


I see. Thanks.

Yours,
Christian

Kaushal Modi writes:

> Turns out the Fortran compiler binary gfortran is part of GCC. Those
> fortran tests fail for GCC 4.4.7 but not when using GCC 6.1.0.
>
> On Tue, Feb 23, 2016 at 3:59 AM Christian Moe <mail@christianmoe.com> wrote:
>
>>
>> I always fail the Fortran tests too, on Mac OS X 10.6.8, though
>> supposedly there's a Fortran interpreter in there somewhere.
>>
>> Yours,
>> Christian
>>
>> Kaushal Modi writes:
>>
>> > Hi all,
>> >
>> > I cloned a fresh copy of org-mode and ran "make test" for the first time.
>> >
>> > The following are failing:
>> >
>> > 3 unexpected results:
>> >    FAILED  ob-fortran/list-matrix-from-table1
>> >    FAILED  ob-fortran/list-matrix-from-table2
>> >    FAILED  ob-fortran/list-var-from-table
>> >
>> > Is it known? Or it's failing just for me?
>> >
>> > I am running Emacs version: GNU Emacs 25.0.91.1
>> (x86_64-unknown-linux-gnu,
>> > GTK+ Version 2.24.23) of 2016-02-21, built using commit
>> > e19c1c301700430ae428f40c2a364671f5d50dcf.
>> >
>> >
>> > --
>> > Kaushal Modi
>>
>> --
>
> Kaushal Modi

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-22 23:07 make test is failing? [ob-fortran stuff] Kaushal Modi
2016-02-23  9:01 ` Christian Moe
2017-06-09 14:34   ` Kaushal Modi
2017-06-09 17:22     ` Colin Baxter
2017-06-09 19:32     ` Christian Moe

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).