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: Mon, 31 Jul 2017 14:13:05 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0

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

                 Summary: make check fails at __opengl_info__
                 Project: GNU Octave
            Submitted by: dasergatskov
            Submitted on: Mon 31 Jul 2017 06:13:04 PM UTC
                Category: Test Suite
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

hg id
3ac5d3d01cad+ tip @
 
make check fails at 

 scripts/plot/util/__opengl_info__.m ......................... PASS      2/3  

                                                                  FAIL    1
 


Also in test/fntests.log I see


>>>>> processing /d2/home/dima/src/octave/scripts/plot/util/__opengl_info__.m
***** testif HAVE_OPENGL, HAVE_QT; have_window_system
 a = __opengl_info__ ();
 pause(1.0)
 assert (! isempty (a))
 assert (isfield (a, "version"))
!!!!! test failed
assert (!isempty (a)) failed


yet if is start ./run-octave (with or without --no-gui)


octave:1> test __opengl_info__ verbose
>>>>> /d2/home/dima/src/octave/gcc_def/../scripts/plot/util/__opengl_info__.m
***** testif HAVE_OPENGL, HAVE_FLTK; have_window_system
 a = __opengl_info__ ();
 assert (! isempty (a))
 assert (isfield (a, "version"))
***** testif HAVE_OPENGL, HAVE_QT; have_window_system
 a = __opengl_info__ ();
 pause(1.0)
 assert (! isempty (a))
 assert (isfield (a, "version"))
***** error __opengl_info ("foobar")
PASSES 3 out of 3 tests


This is both on Fedora 26 (mesa-17.1.5) and RHEL-7.4 
(mesa-11.2.2)

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]