help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cygwin compilation


From: marco atzeri
Subject: Re: Cygwin compilation
Date: Mon, 10 Dec 2012 13:24:52 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 12/10/2012 1:12 PM, Danilo Zanatta wrote:
On Mon, Dec 10, 2012 at 11:03 AM, marco atzeri <address@hidden
<mailto:address@hidden>> wrote:


Thanks Marco,

It worked like a charm. However, I had to do the same in order to be
able to run the "check":

cd /home/danilo.zanatta/octave-__dev/oct_build/test
sed -e "s/\$(top_builddir)\/run-__octave/octave-cli/" Makefile >
Makefile_test

make -f Makefile_test

usally I do not need. just
 cd test
 make check


And now, the bad news. :-(

I have 125 FAILS... From your previous email, this is not expected, right?

$ grep FAIL check.log
   libinterp/corefcn/mappers.cc ........................... PASS
  384/388  FAIL 4
   libinterp/interpfcn/data.cc ............................ PASS
  827/837  FAIL 10
   libinterp/interpfcn/file-io.cc ......................... PASS    0/1
    FAIL 1
   scripts/help/__unimplemented__.m ....................... PASS    0/1
    FAIL 1
   scripts/help/doc.m ..................................... PASS    0/1
    FAIL 1
   scripts/help/get_first_help_sentence.m ................. PASS    6/7
    FAIL 1
   scripts/help/help.m .................................... PASS    1/2
    FAIL 1
   scripts/strings/deblank.m .............................. PASS    8/10
   FAIL 2
   scripts/strings/regexptranslate.m ...................... PASS    4/7
    FAIL 3
   scripts/strings/strjust.m .............................. PASS    6/8
    FAIL 2
   scripts/strings/strmatch.m ............................. PASS   14/17
   FAIL 3
   scripts/strings/strtrim.m .............................. PASS    8/10
   FAIL 2
   test_io.m .............................................. PASS   44/79
   FAIL 35
   test_struct.m .......................................... PASS   39/45
   FAIL 6
   test_system.m .......................................... PASS   43/96
   FAIL 53

Summary:

   PASS     10550
   FAIL       125
   XFAIL        4

Should I be worried?



too much.
Summary:

  PASS     10663
  FAIL        12
  XFAIL        4

libinterp/corefcn/syscalls.cc .......................... 0 [main] octave 10112 child_info_fork::abort : E:\cygwin\pub\hg\octave_build\liboctave\.libs\cygoctave-1.dll: Loaded to different address: parent(0x11510
000) != child(0x11590000)
 PASS    0/1    FAIL 1
libinterp/interpfcn/data.cc ............................ PASS 829/837 FAIL 8 libinterp/interpfcn/file-io.cc ......................... PASS 0/1 FAIL 1 scripts/plot/copyobj.m ................................. 0 [main] octave 7520 child_info_fork::abort: E:\cygwin\pub\hg\octave_build\liboctave\.libs\cygoctave-1.dll: Loaded to different address: parent(0x11510000) != child(0x114D0000)
 PASS    0/1    FAIL 1
scripts/testfun/speed.m ................................ PASS 3/4 FAIL 1



look on fntests.log for the details of the failures

Regards
Marco





reply via email to

[Prev in Thread] Current Thread [Next in Thread]