Hi, After compiling octave-3.3.54 (from tar file) I run the test and get 2 of them faling. Both of them are in src/DLD-FUNCTIONS/time.cc. One of them is expected. The log says
>>>>> processing octave-3.3.54/src/DLD-FUNCTIONS/time.cc ***** assert (datestr (datenum (1901, 1, 1), 0), "01-Jan-1901 00:00:00") !!!!! test failed assert (datestr (datenum (1901, 1, 1), 0),"01-Jan-1901 00:00:00") expected 01-Jan-1901 00:00:00 but got 01-Jan-1970 00:59:59 ***** assert (datestr (datenum (1795, 1, 1), 0), "01-Jan-1795 00:00:00") !!!!! test failed assert (datestr (datenum (1795, 1, 1), 0),"01-Jan-1795 00:00:00") expected 01-Jan-1795 00:00:00 but got 01-Jan-1970 00:59:59 Is there something to report in this case? Thanks On Wed, Dec 1, 2010 at 2:14 PM, Juan Pablo Carbajal <[email protected]> wrote: > Thanks a lot for the information. > > I was using a stable version but now I want collaborate with the > testing and to learn more about octave: how to report bugs correctly, > how commit changes and apply fixes, and so... > > Therefore I am looking for an unstable version, but I did not know which one. > > Thanks again > > > On Wed, Dec 1, 2010 at 2:00 PM, Søren Hauberg <[email protected]> wrote: >> ons, 01 12 2010 kl. 13:37 +0100, skrev Juan Pablo Carbajal: >>> I decided to start testing the repo... >>> Does it make sense or is better to test the "Test" tar file in the >>> download page? >> >> Depends on what you want to test... The 'tar' files are snapshots of the >> development sources. If you want the latest and greatest you should use >> the repository. If you want something stable use one of the stable >> releases. >> >>> If it is OK to test the Mercurial repo, jeje, how can I compile it? I >>> cannot find any configuration script... >> >> Basically, you need to run './autogen.sh' to generate the 'configure' >> script. So, to build from the repository, you do something like >> >> ./autogen.sh >> ./configure >> make >> >> Søren >> >> > > > > -- > M. Sc. Juan Pablo Carbajal > ----- > PhD Student > University of Zürich > www.ailab.ch/carbajal > -- M. Sc. Juan Pablo Carbajal ----- PhD Student University of Zürich www.ailab.ch/carbajal ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
