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

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

[Octave-bug-tracker] [bug #58689] [MXE Octave] Update mesa to use meson


From: Hg200
Subject: [Octave-bug-tracker] [bug #58689] [MXE Octave] Update mesa to use meson as (native) build tool
Date: Mon, 20 Jul 2020 09:23:24 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #36, bug #58689 (project octave):

Running the BIST's is a great idea. I just finished "__run_test_suite__" on
32bit + 64bit and unfortunately (or not unfortunately) here is everything
fine. So i can't reproduce the closing problem. But lets keep track on that in
report #58790.

Furthermore i see 9 fails in the 32 bit version whereas none in the 64bit. The
results are:

++
Summary:

  PASS                            16211
  FAIL                                0
  XFAIL (reported bug)               30
  SKIP (missing feature)             52
  SKIP (run-time condition)          50

                                                                              
                                     
Summary:

  PASS                            16202
  FAIL                                9
  XFAIL (reported bug)               30
  SKIP (missing feature)             52
  SKIP (run-time condition)          50
--

I picked one example:

++
test('xlim') 
--

This test creates a plot with an x-axis in the range 0..1.2 but the test
checks for a range between 0..1.4. However the BIST plot cmnd is:

++
h = plot3 ([0,1.1], [0,1], [0, 1]);
--

So IMHO "1.2" and "1.4" are both valid. However that doesn't answer the
question why the figure axes-limits are set differently between 32/64bit.
However the fails in the 32bit maybe for this report OT too and may require
some additional attention.

Coming back to this "bug" report my conclusion is that your mesa update
patches are good.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58689>

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




reply via email to

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