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: John W. Eaton
Subject: Re: Octave 3.5.90 snapshot available for ftp
Date: Fri, 16 Dec 2011 14:17:05 -0500

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


reply via email to

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