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

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

[Octave-bug-tracker] [bug #54581] [octave forge] (vibes) Unit tests of d


From: Rafael Laboissiere
Subject: [Octave-bug-tracker] [bug #54581] [octave forge] (vibes) Unit tests of drawBox.m fail if interval package is not installed
Date: Mon, 27 Aug 2018 18:40:56 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36

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

                 Summary: [octave forge] (vibes) Unit tests of drawBox.m fail
if interval package is not installed
                 Project: GNU Octave
            Submitted by: rlaboiss
            Submitted on: Mon 27 Aug 2018 10:40:55 PM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: other
        Operating System: Any

    _______________________________________________________

Details:

Some unit tests in file inst/+vibes/drawBox.m fail when the interval package
is not installed:


octave:1> pkg load vibes
octave:2> test drawBox
***** shared ix,iy,iz,dx,dy,dz,rx,ry,rz
 pkg load interval
 vibes.beginDrawing
 x = [ 0  2 ; ...
       7 22 ];
 y = [ 1 2 3 4 ; ...
       2 3 4 5 ];
 z = [ 1 2 ; ...
       3 4 ; ...
       5 6 ; ...
       7 8 ];
 ix = infsup (x)
 iy = infsup (y)
 iz = infsup (z)
 dx = infsupdec (x)
 dy = infsupdec (y)
 dz = infsupdec (z)
 rx = infsup (x, x + 100)
 ry = infsup (y, y + 100)
 rz = infsup (z, z + 100)
!!!!! test failed
package interval is not installed


This can be fixed with the patch attached to this bug report.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 27 Aug 2018 10:40:55 PM UTC  Name:
skip-test-if-no-interval-pkg.patch  Size: 2KiB   By: rlaboiss

<http://savannah.gnu.org/bugs/download.php?file_id=44880>

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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