octave-maintainers
[Top][All Lists]
Advanced

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

Re: RC1 Candidate


From: Tatsuro MATSUOKA
Subject: Re: RC1 Candidate
Date: Wed, 30 Jan 2019 08:14:48 +0900 (JST)


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]