octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #51631] make check fails at __opengl_info__


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #51631] make check fails at __opengl_info__
Date: Tue, 1 Aug 2017 17:05:50 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0

Follow-up Comment #13, bug #51631 (project octave):

This is with fltk, but no Qt


octave:1> test __opengl_info__ 
***** testif HAVE_OPENGL, HAVE_QT; have_window_system
 a = __opengl_info__ ();
 assert (! isempty (a))
 assert (isfield (a, "version"))
----- skipped test (missing feature)

PASSES 2 out of 2 tests
Skipped 1 test due to missing features
octave:2> test __opengl_info__ 
warning: __opengl_info__: can not obtain OpenGL information
warning: __opengl_info__: some elements in list of return values are
undefined
***** testif HAVE_OPENGL, HAVE_FLTK; have_window_system
 a = __opengl_info__ ();
 assert (! isempty (a))
 assert (isfield (a, "version"))
!!!!! test failed
assert (!isempty (a)) failed


glxinfo works. Could we pipe its output to a file and 
extract the necessary info from there? 

Dmitri.
-- 


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51631>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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