octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #53713] test failure "speed.m" in Octave 4.3.9


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #53713] test failure "speed.m" in Octave 4.3.91
Date: Sun, 22 Apr 2018 16:43:07 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

Follow-up Comment #4, bug #53713 (project octave):

If the time resolution is the issue on older Windows systems, then I think we
can keep this test as is, and just add a simple prefix to break out of the
test if the timer resolution is not good enough:


%! t0 = time (); pause (0.001); t = time () - t0;
%! if (t < 0.001); return; endif


Would that solve this on your system?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53713>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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