help-octave
[Top][All Lists]
Advanced

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

Make Check Failures


From: Thomas D. Dean
Subject: Make Check Failures
Date: Thu, 20 Feb 2020 12:40:35 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2

Just updated source, make, and make check shows 10 Failures.

Tom Dean

> grep '!!!!! test failed' test/fntests.log -B5 -A5

>>>>> processing /home/tomdean/Math/Octave/octave-code/build/libinterp/corefcn/lookup.cc-tst >>>>> processing /home/tomdean/Math/Octave/octave-code/build/libinterp/corefcn/lsode.cc-tst >>>>> processing /home/tomdean/Math/Octave/octave-code/build/libinterp/corefcn/lu.cc-tst >>>>> processing /home/tomdean/Math/Octave/octave-code/build/libinterp/corefcn/mappers.cc-tst ***** assert (isalnum(["??8Aa?"; "(U?? ;"]), logical ([1 1 1 1 1 0; 0 1 1 1 0 0]));
!!!!! test failed
ASSERT errors for: assert (isalnum (["??8Aa?"; "(U?? ;"]),logical ([1, 1, 1, 1, 1, 0; 0, 1, 1, 1, 0, 0]))

  Location  |  Observed  |  Expected  |  Reason
   (1,1)          0            1         Abs err 1 exceeds tol 0 by 1
   (1,2)          0            1         Abs err 1 exceeds tol 0 by 1
--
shared variables   scalar structure containing the fields:

    rt2 = 1.4142
    rt3 = 1.7321
***** assert (isalpha("??8Aa(U?? ;"), logical ([1 1 0 1 1 0 1 1 1 0 0]));
!!!!! test failed
ASSERT errors for: assert (isalpha ("??8Aa(U?? ;"),logical ([1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0]))

  Location  |  Observed  |  Expected  |  Reason
    (1)           0            1         Abs err 1 exceeds tol 0 by 1
    (2)           0            1         Abs err 1 exceeds tol 0 by 1
--
shared variables   scalar structure containing the fields:

    rt2 = 1.4142
    rt3 = 1.7321
***** assert (islower("??8Aa(U?? ;"), logical ([0 0 0 0 1 0 0 1 1 0 0]));
!!!!! test failed
ASSERT errors for: assert (islower ("??8Aa(U?? ;"),logical ([0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0]))

  Location  |  Observed  |  Expected  |  Reason
    (8)           0            1         Abs err 1 exceeds tol 0 by 1
    (9)           0            1         Abs err 1 exceeds tol 0 by 1
shared variables   scalar structure containing the fields:

    rt2 = 1.4142
    rt3 = 1.7321
***** assert (ispunct("??8Aa(U?? ;"), logical ([0 0 0 0 0 1 0 0 0 0 1]));
!!!!! test failed
ASSERT errors for: assert (ispunct ("??8Aa(U?? ;"),logical ([0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1]))

  Location  |  Observed  |  Expected  |  Reason
    (1)           1            0         Abs err 1 exceeds tol 0 by 1
    (2)           1            0         Abs err 1 exceeds tol 0 by 1
--
shared variables   scalar structure containing the fields:

    rt2 = 1.4142
    rt3 = 1.7321
***** assert (isupper("??8Aa(U?? ;"), logical ([1 1 0 1 0 0 1 0 0 0 0]));
!!!!! test failed
ASSERT errors for: assert (isupper ("??8Aa(U?? ;"),logical ([1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0]))

  Location  |  Observed  |  Expected  |  Reason
    (1)           0            1         Abs err 1 exceeds tol 0 by 1
    (2)           0            1         Abs err 1 exceeds tol 0 by 1
shared variables   scalar structure containing the fields:

    rt2 = 1.4142
    rt3 = 1.7321
***** assert (toupper (["ABC??????SS"; "abc????????"]), ["ABC??????SS"; "ABC??????SS"])
!!!!! test failed
ASSERT errors for: assert (toupper (["ABC??????SS"; "abc????????"]),["ABC??????SS"; "ABC??????SS"])

  Location  |  Observed  |  Expected  |  Reason
[] AABBCC????????????S?S? AABBCC????????????SSSS Strings don't match
shared variables   scalar structure containing the fields:
--
>>>>> processing /home/tomdean/Math/Octave/octave-code/build/libinterp/corefcn/spparms.cc-tst >>>>> processing /home/tomdean/Math/Octave/octave-code/build/libinterp/corefcn/sqrtm.cc-tst >>>>> processing /home/tomdean/Math/Octave/octave-code/build/libinterp/corefcn/strfind.cc-tst >>>>> processing /home/tomdean/Math/Octave/octave-code/build/libinterp/corefcn/strfns.cc-tst
***** assert (unicode_idx (["a??ou"; "?????"]), [1 2 2 3 4; 5 5 6 6 6]);
!!!!! test failed
ASSERT errors for: assert (unicode_idx (["a??ou"; "?????"]),[1, 2, 2, 3, 4; 5, 5, 6, 6, 6])

  Location  |  Observed  |  Expected  |  Reason
   (2,1)          6            5         Abs err 1 exceeds tol 0 by 1
   (2,2)          7            5         Abs err 2 exceeds tol 0 by 2
--
>>>>> processing /home/tomdean/Math/Octave/octave-code/scripts/strings/strtrunc.m >>>>> processing /home/tomdean/Math/Octave/octave-code/scripts/strings/substr.m >>>>> processing /home/tomdean/Math/Octave/octave-code/scripts/strings/unicode2native.m
***** testif HAVE_ICONV
 assert (unicode2native ("??????????????", "ISO-8859-5"), uint8 (164:170));
!!!!! test failed
ASSERT errors for: assert (unicode2native ("??????????????", "ISO-8859-5"),uint8 (164:170))

  Location  |  Observed  |  Expected  |  Reason
     .         O(1x14)       E(1x7)      Dimensions don't match
***** testif HAVE_ICONV
 assert (unicode2native (["??????" 0 "????????"], "ISO-8859-5"),
         uint8 ([164:166 0 167:170]));
!!!!! test failed
ASSERT errors for: assert (unicode2native (["??????", 0, "????????"], "ISO-8859-5"),uint8 ([164:166, 0, 167:170]))

  Location  |  Observed  |  Expected  |  Reason
     .         O(1x15)       E(1x8)      Dimensions don't match
>>>>> processing /home/tomdean/Math/Octave/octave-code/scripts/strings/untabify.m
--
   fclose (fid3);
   assert (read_text, "a??uA??U");
 unwind_protect_cleanup
   unlink (temp_file);
 end_unwind_protect
!!!!! test failed
ASSERT errors for:  assert (codepage,"utf-8")

  Location  |  Observed  |  Expected  |  Reason
     []      ansi_x3.4-1968    utf-8       Strings don't match
>>>>> processing /home/tomdean/Math/Octave/octave-code/test/jit.tst



reply via email to

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