octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave 3.6.1-rc0 release candidate available for ftp


From: Tatsuro MATSUOKA
Subject: Re: Octave 3.6.1-rc0 release candidate available for ftp
Date: Thu, 9 Feb 2012 07:46:23 +0900 (JST)

Hello

The fail in test_system.m on MSVC is the same as that on MinGW

>>>>> processing test_system
  ***** test
 orig_umask = umask (0);
 nm = tmpnam ();
 id = fopen (nm, "wb");
 s1 = stat (nm);
 fclose (id);
 unlink (nm);
 
 umask (777);
 nm = tmpnam ();
 id = fopen (nm, "wb");
 s2 = stat (nm);
 fclose (id);
 unlink (nm);
 
 assert (deblank (s1.modestr), "-rw-rw-rw-");
 assert (deblank (s2.modestr), "----------");
 # Restore original umask value
 umask (orig_umask);
!!!!! test failed
assert (deblank (s2.modestr),"----------") expected
----------
but got
-r--r--r--

Regards

Tatsuro
--- On Wed, 2012/2/8, Michael Goffioul  wrote:

> On Wed, Feb 8, 2012 at 11:34 AM, Michael Goffioul
> <address@hidden> wrote:
> > Thanks Tatsuro, that solved the problem. Now I can run the full test
> > suite, which gives the "expected" failures under MSVC.
> >
> > Summary:
> >
> >  PASS  10128
> >  FAIL     22
> 
> For reference, here's the test suite log file.
> 
> Michael.
>


reply via email to

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