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: Rik
Subject: [Octave-bug-tracker] [bug #40666] bug-38691.tst failing only on MinGW
Date: Thu, 21 Nov 2013 22:40:32 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0

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

                 Summary: bug-38691.tst failing only on MinGW
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Thu 21 Nov 2013 02:40:31 PM PST
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

The fixed tests in the test directory include a test for bug #38691 where
Octave's loadpath is not correctly updated after using addpath.

The bug was fixed for Linux, but on MinGW it continues to fail in a
probabilistic manner.  Using the following code,


for i = 1:100
  bm(i) = test ("bug-38691.tst");
endfor
sum (bm)


I see 68 successes instead of 100 successes.

If I alter the .tst script to update the cache with rehash


%!   addpath dir2;
%!   rehash;


then I get 100 passing tests.





    _______________________________________________________

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]