octave-maintainers
[Top][All Lists]
Advanced

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

Re: RC1 Candidate


From: JohnD
Subject: Re: RC1 Candidate
Date: Mon, 28 Jan 2019 12:18:37 -0500

> 
> Message: 6
> Date: Mon, 28 Jan 2019 10:15:00 -0500
> From: "John W. Eaton" <address@hidden>
> To: Markus M?tzel <address@hidden>
> Cc: Octave-Maintainers <address@hidden>
> Subject: Re: RC1 Candidate
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset=utf-8; format=flowed
> 
> On 1/27/19 9:11 AM, "Markus M?tzel" wrote:
> > Am 26. Januar 2019 um 16:25 Uhr schrieb "Rik":
> >> The first release candidate for Octave version 5.1 is available at
> >> ftp://alpha.gnu.org/gnu/octave/.
> >>
> >> I've tried it on my vanilla Linux system (./configure, make) and
building
> >> is just fine.? Running 'make check' passes with no failed tests.
> >>
> >> Please download and experiment on other systems.
> >
> > Will there be official Windows installers for the release candidate?
> 
> Yes, the installer along with 7z and zip files are on alpha.gnu.org now.
> 
> I only made versions for Windows 64 with the usual 32-bit Fortran
> integer configuration.
> 
> jwe
> 
> 

On Win 10, 64 bit using the  installer:

  PASS                            15502
  FAIL                                1
  XFAIL (reported bug)               26
  SKIP (missing feature)             52
  SKIP (run-time condition)           5

The error:
>>>>> processing
C:\Octave\OCTAVE~1.90\mingw64\share\octave\5.0.90\etc\tests\libinterp\corefc
n\graphics.cc-tst
***** test
 hf = figure ("visible", "off");
 hax = axes ("parent", hf);
 unwind_protect
   hctx1 = uicontextmenu ("parent", hf);
   hctx2 = uicontextmenu ("parent", hf);
   set (hf, "uicontextmenu", hctx2);
   set (hax, "uicontextmenu", hctx2);
   assert (get (hf, "uicontextmenu"), hctx2);
   assert (get (hax, "uicontextmenu"), hctx2);
   assert (get (hf, "children"), [hctx2; hctx1; hax]);
   delete (hctx2);
   assert (get (hf, "uicontextmenu"), []);
   assert (get (hax, "uicontextmenu"), []);
   assert (get (hf, "children"), [hctx1; hax]);
   set (hf, "uicontextmenu", hctx1);
   assert (get (hf, "uicontextmenu"), hctx1);
   set (hf, "uicontextmenu", []);
   assert (get (hf, "uicontextmenu"), []);
   assert (get (hf, "children"), [hctx1; hax]);
 unwind_protect_cleanup
   close (hf);
 end_unwind_protect;
!!!!! test failed
ASSERT errors for:  assert (get (hf, "uicontextmenu"),[])

  Location  |  Observed  |  Expected  |  Reason
     .          O(1x1)       E(0x0)      Dimensions don't match





reply via email to

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