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

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

[Octave-bug-tracker] [bug #59039] test failure with pathdef.m on Windows


From: Hartmut
Subject: [Octave-bug-tracker] [bug #59039] test failure with pathdef.m on Windows 10
Date: Sat, 29 Aug 2020 12:27:44 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0

URL:
  <https://savannah.gnu.org/bugs/?59039>

                 Summary: test failure with pathdef.m on Windows 10
                 Project: GNU Octave
            Submitted by: hardy
            Submitted on: Sat 29 Aug 2020 04:27:42 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 6.0.90
         Discussion Lock: Any
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

I have installed the current release candidate
(octave-6.0.90a-w64-installer.exe) on a Win 10 machine. I started Octave with
the shortcut icon on the desktop. Running the test suite gives me one
"regression" and one "test failure". This bug report is about the test failure
of pathdef.m:

Here is the output of a later test run on pathdef.m: 


>> test pathdef
***** test
 path_orig = path ();
 tmp_dir = tempname ();
 unwind_protect
   mkdir (tmp_dir);
   addpath (tmp_dir);
   p1 = path ();
   p2 = pathdef ();
   assert (! isempty (strfind (p1, tmp_dir)))
   assert (isempty (strfind (p2, tmp_dir)))
 unwind_protect_cleanup
   rmdir (tmp_dir);
   path (path_orig);
 end_unwind_protect
!!!!! test failed
assert (!isempty (strfind (p1, tmp_dir))) failed





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59039>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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