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

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

[Octave-bug-tracker] [bug #40666] bug-38691.tst failing only on MinGW


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #40666] bug-38691.tst failing only on MinGW
Date: Fri, 22 Nov 2013 15:27:20 +0000
User-agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)

Follow-up Comment #3, bug #40666 (project octave):

I did the same loop as you for 100x and it passed each time.

>> pwd
ans =
C:\octave-2013-11-22-05-43\share\octave\3.7.7+\etc\tests\fixed\bug-38691
>> for i = 1:100
bm(i) = test ("bug-38691.tst");
endfor
>> sum(bm)
ans =  100
>> for i = 1:1000
bm(i) = test ("bug-38691.tst");
endfor
>> sum(bm)
ans =  1000
>>


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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