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

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

[Octave-bug-tracker] [bug #35039] Test fail in dos.m (MinGW)


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #35039] Test fail in dos.m (MinGW)
Date: Mon, 12 Dec 2011 04:10:21 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2

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

                 Summary: Test fail in dos.m (MinGW)
                 Project: GNU Octave
            Submitted by: tmacchant
            Submitted on: 2011年12月12日 04時10分20秒
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

In the recent development source,

changeset 14022:de90542b7afc
date    Fri Dec 09 11:17:13 2011 -0800 (2 days ago)

Test fail in dos.m is found,


>>>>> processing
e:usrTatsumingwhomeoctaveshgoctave-workscriptsmiscellaneousdos.m
  ***** test
 cmd = ls_command ();
 old_wstate = warning ("query");
 warning ("off", "Octave:undefined-return-values");
 unwind_protect
   [status, output] = dos (cmd);
 unwind_protect_cleanup
   warning (old_wstate); 
 end_unwind_protect

 if (ispc () && ! isunix ())
   [status, output] = dos (cmd);
   assert (status, 0);
   assert (ischar (output));
   assert (! isempty (output));
 else
   assert (status, []);
   assert (output, []);
 endif
!!!!! test failed
assert (status,0) expected
0
but got
 127
values do not match


The origin of error seem to be the same below,
https://savannah.gnu.org/bugs/?35038




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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