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 16:58:50 +0000
User-agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)

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

Cross compiled from id 96a4ac0dc01f on a Fedora 19 machine and running on
Windows 7 Prof, 64bit, Intel i7-2640M (installed via the mxe-octave NSIS
installer)

I was running the GUI.

In --no-gui, it acts completely different:
octave-gui.exe:2> test ("bug-38691.tst")
  ***** test
 unwind_protect
   addpath dir1;
   [d1_r, d1_f1, d1_f2, d1_f3] = func1 (0);
   addpath dir2;
   [d2_r, d2_f1, d2_f2, d2_f3] = func1 (0);
   assert (d1_r, 0);
   assert (d2_r, 1);
   assert (d1_f1, "dir1/func1");
   assert (d1_f2, "dir1/func2");
   assert (d1_f3, "dir1/func3");
   assert (d2_f1, "dir2/func1");
   assert (d2_f2, "dir2/func2");
   assert (d2_f3, "dir2/func3");
 unwind_protect_cleanup
   rmpath dir1;
   rmpath dir2;
 end_unwind_protect
!!!!! test failed
ASSERT errors for:  assert (d2_r,1)

  Location  |  Observed  |  Expected  |  Reason
     ()           0            1         Abs err 1 exceeds tol 0
octave-gui.exe:3>


    _______________________________________________________

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]