octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave 3.5.90 snapshot available for ftp


From: marco atzeri
Subject: Re: Octave 3.5.90 snapshot available for ftp
Date: Sat, 17 Dec 2011 09:02:57 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0

On 12/16/2011 8:17 PM, John W. Eaton wrote:
On 16-Dec-2011, marco atzeri wrote:

| One question is the "api-v45+" unchanged versus 3.4.2, is it correct ?

I planned to update the API number when making the 3.6.0 release.

| No new failures, but there is a puzzling
|
|>>>>>  processing test_system
|    ***** test
|   tic ();
|   sleep (2);
|   assert(toc ()>  0);
| !!!!! test failed
| assert (toc ()>  0) failed
|
| while
|
| octave:1>  tic();sleep(2);toc()
| Elapsed time is 2.00112 seconds.

Is sleep failing to actually pause when running inside a script?

jwe

No, it pauses as expected
I just noted that if I reduce the test file to just

%!test
%! tic ();
%! sleep (2);
%! assert(toc () > 0);

octave:2> test /pub/hg/prova/test_system.m
PASSES 1 out of 1 tests

so it seems an interference from some of the previous tests.

Regards
Marco






reply via email to

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