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

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

[Octave-bug-tracker] [bug #57584] spurious test "FAIL"s when running tes


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #57584] spurious test "FAIL"s when running test suite in Octave with "--traditional" startup parameter
Date: Sun, 12 Jan 2020 16:24:57 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36

Follow-up Comment #1, bug #57584 (project octave):

I see the same, 125 test failures in my case.

I looked briefly at the log, and I think many of these test failures are due
to behavior differences with the three options

* disable_diagonal_matrix
* disable_permutation_matrix
* disable_range

These three are all set to true in --traditional mode, meaning diagonal,
permutation, and range types are all disabled and become full matrices
instead.

If you want to investigate this further, you might take a look at setting each
of these options individually, run the test suite, see specifically why
certain tests are failing, and then figure out if you think anything is worth
fixing.

Here's one small example. When I run Octave normally and test the file lu.cc,
I get 23 passed tests. When I set the option disable_diagonal_matrix, I get 1
test failure. When I set the option disable_permutation_matrix, I get 6 test
failures.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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