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

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

[Octave-bug-tracker] [bug #51862] [Windows] test unix fails


From: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #51862] [Windows] test unix fails
Date: Sun, 27 Aug 2017 00:59:09 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36

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

                 Summary: [Windows] test unix fails
                 Project: GNU Octave
            Submitted by: avinoam
            Submitted on: Sun 27 Aug 2017 04:59:07 AM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: Avinoam
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Microsoft Windows

    _______________________________________________________

Details:


Using dev version on Win-10 machine


>> test unix
***** test
 cmd = ls_command ();
 [status, output] = unix (cmd);

 if (isunix ())
   assert (status, 0);
   assert (ischar (output));
   assert (! isempty (output));
 else
   assert (status, []);
   assert (output, []);
 endif
!!!!! test failed
element number 1 undefined in return list


This probably related to the deletion of the line


%! warning ("off", "Octave:undefined-return-values", "local");


in http://hg.savannah.gnu.org/hgweb/octave/rev/7662b441e2ea




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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