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: Mon, 28 Jan 2019 07:11:40 +0900 (JST)

>On Sat, Jan 26, 2019 at 5:39 PM Tatsuro MATSUOKA <address@hidden> wrote:
>
>
>>  PASS                            15516
>>  FAIL                                2
>>  XFAIL (reported bug)               23
>>  SKIP (missing feature)             37
>>  SKIP (run-time condition)          12
>>
>>  image/getframe.m ............................................... PASS    
>>0/2  
>>                                                                   FAIL    2
>>
>
>
>Tatsuro,
>
>
>I suspect you run it remotely (through ssh) and those are due to the problems 
>you
>are having with X11 forwarding. You may try to re-run it with virtual 
>frame-buffer:
>
>
>xvfb-run -a -s '-screen 0 640x480x24' ./run-octave -q -f 
>octave:1> plot(1:10) 
>
>(no actual plot is produced)
>
>octave:2> test image/getframe 
>PASSES 2 out of 2 tests 

>Dmitri.
>-- 


>I suspect you run it remotely (through ssh) and those are due to the problems 
>you
>are having with X11 forwarding.

Yes.

>xvfb-run -a -s '-screen 0 640x480x24' ./run-octave -q -f 
>octave:1> plot(1:10) 
>
>(no actual plot is produced)
>
>octave:2> test image/getframe 


***** testif HAVE_QT_OFFSCREEN; have_window_system ()
 hf = figure ("visible", "off");
 unwind_protect
   pos = get (hf, "position");
   assert (size (getframe (hf).cdata)(1:2), pos(4:-1:3));
 unwind_protect_cleanup
   close (hf);
 end_unwind_protect
!!!!! test failed
ASSERT errors for:  assert (size (getframe (hf).cdata) (1:2),pos (4:-1:3))

  Location  |  Observed  |  Expected  |  Reason
    (1)           0           420        Abs err 420 exceeds tol 0 by 4e+02
    (2)           0           560        Abs err 560 exceeds tol 0 by 6e+02


Tatsuro



reply via email to

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