help-octave
[Top][All Lists]
Advanced

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

Re: Octave 3.0.1 available for ftp


From: Tatsuro MATSUOKA
Subject: Re: Octave 3.0.1 available for ftp
Date: Sun, 27 Apr 2008 14:44:15 +0900 (JST)

Hello

--- Michael Goffioul <address@hidden> wrote:
> On Sat, Apr 26, 2008 at 2:10 AM, Tatsuro MATSUOKA <address@hidden> wrote:
> >  So only I can do is modifying the test.
> >
> >  It would grateful for me you to explain what you would like to say by 
> > 'please go ahead'.
> 
> 'please, do it'
> 
> Michael.

I did:

$ diff -c -c test_string.org.m test_string.m
*** test_string.org.m   Tue Apr 22 01:00:22 2008
--- test_string.m       Sun Apr 27 14:12:51 2008
***************
*** 532,538 ****
  %! result = zeros (1, 128);
  %!
  %! result (33:127) = 1;
! %! if (ispc () && ! isunix ())
  %!   result(10) = 1;
  %! endif
  %!
--- 532,538 ----
  %! result = zeros (1, 128);
  %!
  %! result (33:127) = 1;
! %! if (size(findstr (octave_config_info('canonical_host_type'), 'msvc'),2))
  %!   result(10) = 1;
  %! endif
  %!

========================================
I do not have octave-3.0.1 on msvc, so I have tested on Octave 3.0.0 on msvc, 
3.0.1 on mingw and
cygwin.

Octave 3.0.0 on msvc
  test_string.m .......................................... PASS  131/131
  test_string.org.m ...................................... PASS  131/131 
Octave 3.0.1 on mingw
  test_string.m .......................................... PASS  131/131
  test_string.org.m ...................................... PASS  130/131  FAIL 1
Octave 3.0.1 on cygwin
  test_string.m .......................................... PASS  131/131
  test_string.org.m ...................................... PASS  131/131
==============================

Hi John: 

jwe>Instead of modifying the test, perhaps we should fix Octave so that
jwe>isprint behaves consistently on all systems?

Please consider to apply the patch for test_string.m until isprint will behave 
consistently on all
systems.

Regards

Tatsuro









--------------------------------------
GANBARE! NIPPON! Win your ticket to Olympic Games 2008.
http://pr.mail.yahoo.co.jp/ganbare-nippon/


reply via email to

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