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: Wed, 30 Nov 2011 21:21:27 +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

Follow-up Comment #4, bug #34338 (project octave):

The result is 


>>>>> processing e:usrTatsumingwhomeoctaveshgoctave-worksrcmappers.cc
  ***** test
 charset = setstr (0:127);
 result = zeros (1, 128);
 result (33:127) = 1;
 if (ispc () && ! isunix ())
   result(10) = 1;
 endif
 assert (isprint (charset), logical (result));
!!!!! test failed
assert (isprint (charset),logical (result)) expected
 Columns 1 through 20:

   0   0   0   0   0   0   0   0   0   1   0   0   0   0   0   0   0   0   0  
0

 Columns 21 through 40:

   0   0   0   0   0   0   0   0   0   0   0   0   1   1   1   1   1   1   1  
1

 Columns 41 through 60:

   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1  
1

 Columns 61 through 80:

   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1  
1

 Columns 81 through 100:

   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1  
1

 Columns 101 through 120:

   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1  
1

 Columns 121 through 128:

   1   1   1   1   1   1   1   0
but got
 Columns 1 through 20:

   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0  
0

 Columns 21 through 40:

   0   0   0   0   0   0   0   0   0   0   0   0   1   1   1   1   1   1   1  
1

 Columns 41 through 60:

   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1  
1

 Columns 61 through 80:

   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1  
1

 Columns 81 through 100:

   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1  
1

 Columns 101 through 120:

   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1  
1

 Columns 121 through 128:

   1   1   1   1   1   1   1   0




    _______________________________________________________

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]