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

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

[Octave-bug-tracker] [bug #48364] __run-test_suite_ FAIL for axis.m (tol


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #48364] __run-test_suite_ FAIL for axis.m (tolerance)
Date: Sat, 26 Aug 2017 04:13:12 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0

Update of bug #48364 (project octave):

                  Status:               Confirmed => Patch Submitted        

    _______________________________________________________

Follow-up Comment #12:

The failing BIST is due to a bug in std::pow that we use from mingw-w64 [1].
The code in graphics.cc uses that function to calculate the axis limits for
logarithmic axes. The attached patch "fixes" the BIST by performing the same
operation in the test (powers of 10). So both are affected by the upstream
bug.
Since the aim of this test is to check whether the auto axis limits are
calculated as expected, I think that is the right thing to do here.

The change can be reverted, once the bug should be fixed in mingw-w64.

[1]: https://sourceforge.net/p/mingw-w64/bugs/466/


(file #41665)
    _______________________________________________________

Additional Item Attachment:

File name: bug48364_axis_BIST_mingw_pow.patch Size:0 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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