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

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

[Octave-bug-tracker] [bug #52627] Failing BIST tests on Mac OS X


From: Rik
Subject: [Octave-bug-tracker] [bug #52627] Failing BIST tests on Mac OS X
Date: Fri, 8 Dec 2017 19:11:25 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

                 Summary: Failing BIST tests on Mac OS X
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Fri 08 Dec 2017 04:11:24 PM PST
                Category: Test Suite
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: In Progress
             Assigned to: rik5
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Mac OS

    _______________________________________________________

Details:

There is an automatic buildbot which compiles the latest Octave development
version and then runs the test suite.  See
http://buildbot.octave.org:8010/waterfall.

I've resolved two of the errors by inspecting the logfiles.  But for the
others I need some help because I don't have a Mac computer.

I'm hoping someone who can build on Mac OS X can be a partner for me on this
bug report and run tests as I need them so we can reduce the number of failing
tests from 15, to potentially 0.

The first function I want to try and fix is str2double which I think is
causing several other failures.

Could someone run the following code on a Mac with a newly compiled version of
the Octave development code?


diary diary1.txt
str = char ("1", "2 3", "4i")
size (str)
double (str)
y = str2double (str)
size (y)
diary off


Upload the diary file "diary1.txt" to this bug report and I'll investigate.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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