[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
- Re: RC1 Candidate, (continued)
- Re: RC1 Candidate, Markus Mützel, 2019/01/27
- Re: RC1 Candidate, Rik, 2019/01/27
- Re: RC1 Candidate, John W. Eaton, 2019/01/28
- Re: RC1 Candidate, Markus Mützel, 2019/01/28
- Re: RC1 Candidate, Markus Mützel, 2019/01/29
- Re: RC1 Candidate, Nicholas Jankowski, 2019/01/29
- Re: RC1 Candidate, Markus Mützel, 2019/01/29
- Re: RC1 Candidate,
Tatsuro MATSUOKA <=
- Re: RC1 Candidate, Juan Pablo Carbajal, 2019/01/30
- Re: RC1 Candidate, Nicholas Jankowski, 2019/01/30
- Re: RC1 Candidate (windows 64, msvcr100.dll), Tatsuro MATSUOKA, 2019/01/28
- Re: RC1 Candidate (windows 64, msvcr100.dll), Markus Mützel, 2019/01/29
- Re: RC1 Candidate (windows 64, msvcr100.dll), Nicholas Jankowski, 2019/01/29
- Re: RC1 Candidate (windows 64, msvcr100.dll), John W. Eaton, 2019/01/29
- Re: RC1 Candidate (windows 64, msvcr100.dll), Markus Mützel, 2019/01/29
- Re: RC1 Candidate (windows 64, msvcr100.dll), John W. Eaton, 2019/01/29
- Re: RC1 Candidate (windows 64, msvcr100.dll), John W. Eaton, 2019/01/29
- Re: RC1 Candidate (windows 64, msvcr100.dll), Markus Mützel, 2019/01/29