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

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

[Octave-bug-tracker] [bug #34338] Test fail in mappers.cc (MinGW)


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #34338] Test fail in mappers.cc (MinGW)
Date: Tue, 20 Sep 2011 06:42:04 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1

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

                 Summary: Test fail in mappers.cc (MinGW)
                 Project: GNU Octave
            Submitted by: tmacchant
            Submitted on: 2011年09月20日 06時42分03秒
                Category: None
                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:

I have built the development source.

changeset 13167:f7cb824dc8c0
Mon Sep 19 18:03:43 2011 -0700 


  ***** test
 charset = setstr (0:127);
 result = zeros (1, 128);
 result (33:127) = 1;
 if (ispc () && ! isunix ())
   result(10) = 1;
 endif
 assert(all (isprint (charset) == result));
!!!!! test failed
assert (all (isprint (charset) == result)) failed


As far as I remember, the test above was in the test_string.m.
This is already known but  

However when I have execute the above from octave prompt, no error appeared.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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