[Bug 1918456] [NEW] test failure - invalid conversion on armhf

Dan Bungert 1918456 at bugs.launchpad.net
Wed Mar 10 17:01:44 UTC 2021


Public bug reported:

The following armhf test failure has been observed:
1) Test_iniparser_getlongint: test_iniparser.c:385: expected <-1> but was <2147483647>

Some of the warnings may also be relevant:
test_iniparser.c:353:9: warning: integer constant is too large for ‘long’ type [-Wlong-long]
  353 |         { 0x7FFFFFFFFFFFFFFF, "0x7FFFFFFFFFFFFFFF" },
      |         ^
test_iniparser.c:353:11: warning: overflow in conversion from ‘long long int’ to ‘long int’ changes value from ‘9223372036854775807’ to ‘-1’ [-Woverflow]
  353 |         { 0x7FFFFFFFFFFFFFFF, "0x7FFFFFFFFFFFFFFF" },
      |           ^~~~~~~~~~~~~~~~~~
test_iniparser.c:354:9: warning: integer constant is too large for ‘long’ type [-Wlong-long]
  354 |         { -0x7FFFFFFFFFFFFFFF, "-0x7FFFFFFFFFFFFFFF" },
      |         ^
... [ several more like this follow ]

https://launchpadlibrarian.net/527109834/buildlog_ubuntu-hirsute-
armhf.iniparser_4.1-4ubuntu1_BUILDING.txt.gz

** Affects: iniparser (Ubuntu)
     Importance: Undecided
     Assignee: Dan Bungert (dbungert)
         Status: New


** Tags: fr-1199

** Changed in: iniparser (Ubuntu)
     Assignee: (unassigned) => Dan Bungert (dbungert)

** Tags added: fr-1199

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to iniparser in Ubuntu.
Matching subscriptions: foundations-bugs-with-comments
https://bugs.launchpad.net/bugs/1918456

Title:
  test failure - invalid conversion on armhf

Status in iniparser package in Ubuntu:
  New

Bug description:
  The following armhf test failure has been observed:
  1) Test_iniparser_getlongint: test_iniparser.c:385: expected <-1> but was <2147483647>

  Some of the warnings may also be relevant:
  test_iniparser.c:353:9: warning: integer constant is too large for ‘long’ type [-Wlong-long]
    353 |         { 0x7FFFFFFFFFFFFFFF, "0x7FFFFFFFFFFFFFFF" },
        |         ^
  test_iniparser.c:353:11: warning: overflow in conversion from ‘long long int’ to ‘long int’ changes value from ‘9223372036854775807’ to ‘-1’ [-Woverflow]
    353 |         { 0x7FFFFFFFFFFFFFFF, "0x7FFFFFFFFFFFFFFF" },
        |           ^~~~~~~~~~~~~~~~~~
  test_iniparser.c:354:9: warning: integer constant is too large for ‘long’ type [-Wlong-long]
    354 |         { -0x7FFFFFFFFFFFFFFF, "-0x7FFFFFFFFFFFFFFF" },
        |         ^
  ... [ several more like this follow ]

  https://launchpadlibrarian.net/527109834/buildlog_ubuntu-hirsute-
  armhf.iniparser_4.1-4ubuntu1_BUILDING.txt.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iniparser/+bug/1918456/+subscriptions



More information about the foundations-bugs mailing list