octave-maintainers
[Top][All Lists]
Advanced

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

Re: RC1 Candidate


From: Dmitri A. Sergatskov
Subject: Re: RC1 Candidate
Date: Sat, 26 Jan 2019 20:05:45 -0600

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

Sincerely,

Dmitri.
--


reply via email to

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