octave-maintainers
[Top][All Lists]
Advanced

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

Re: RC1 Candidate


From: Juan Pablo Carbajal
Subject: Re: RC1 Candidate
Date: Wed, 30 Jan 2019 15:58:25 +0100

Hi all,

Tested on Ubuntu 18.10, nouveau drivers
Summary:

  PASS                            15518
  FAIL                                0
  XFAIL (reported bug)               23
  SKIP (missing feature)             37
  SKIP (run-time condition)          12

On Wed, Jan 30, 2019 at 12:15 AM Tatsuro MATSUOKA <address@hidden> wrote:
>
>
>
> I have tested octave-5.0.90 on my windows 10.
> Unlike others I met one FAIL
>
> libinterp\corefcn\graphics.cc-tst .............................. PASS   52/53
>                                                                    FAIL    1
>
> Summary:
>
>   PASS                            15499
>   FAIL                                1
>   XFAIL (reported bug)               25
>   SKIP (missing feature)             52
>   SKIP (run-time condition)           9
>
> >>>>> processing 
> >>>>> H:\Octave\OCTAVE~1.90-\mingw64\share\octave\5.0.90\etc\tests\libinterp\corefcn\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
>
> Tatsuro
>



reply via email to

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