Bug 26736 - FAIL: misc/tst-sysvshm-linux
Summary: FAIL: misc/tst-sysvshm-linux
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: libc (show other bugs)
Version: 2.33
: P2 normal
Target Milestone: 2.33
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-15 14:41 UTC by H.J. Lu
Modified: 2020-11-10 16:44 UTC (History)
1 user (show)

See Also:
Host:
Target: x32
Build:
Last reconfirmed:


Attachments
A patch (1.07 KB, patch)
2020-10-15 14:42 UTC, H.J. Lu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description H.J. Lu 2020-10-15 14:41:21 UTC
On x32, I got

$ cat misc/tst-sysvshm-linux.out 
../sysdeps/unix/sysv/linux/tst-sysvshm-linux.c:153: numeric comparison failure (widths 64 and 32)
   left: 18446744073692774399 (0xfffffffffeffffff); from: ipcinfo.shmall
  right: 4278190079 (0xfeffffff); from: tipcinfo.shmall
../sysdeps/unix/sysv/linux/tst-sysvshm-linux.c:154: numeric comparison failure (widths 64 and 32)
   left: 18446744073692774399 (0xfffffffffeffffff); from: ipcinfo.shmmax
  right: 2147483647 (0x7fffffff); from: tipcinfo.shmmax
error: 2 test failures
Comment 1 H.J. Lu 2020-10-15 14:42:59 UTC
Created attachment 12901 [details]
A patch
Comment 2 H.J. Lu 2020-10-15 21:09:00 UTC
commit 602da9de696099f543ee2bb3c1520bc178f42fc9
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Thu Oct 15 15:45:26 2020 -0300

    sysvipc: Fix tst-sysvshm-linux on x32