From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8CEBB388C004; Mon, 13 Jul 2020 13:00:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8CEBB388C004 From: "hjl.tools at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug time/26232] New: FAIL: support/tst-timespec for 32-bit targets Date: Mon, 13 Jul 2020 13:00:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: time X-Bugzilla-Version: 2.32 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: glibc-bugs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-bugs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2020 13:00:49 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D26232 Bug ID: 26232 Summary: FAIL: support/tst-timespec for 32-bit targets Product: glibc Version: 2.32 Status: NEW Severity: normal Priority: P2 Component: time Assignee: unassigned at sourceware dot org Reporter: hjl.tools at gmail dot com CC: lamm at linux dot ibm.com Target Milestone: --- For 32-bit targets, commit 04deeaa9ea74b0679dfc9d9155a37b6425f19a9f Author: Lucas A. M. Magalhaes Date: Fri Jul 10 19:41:06 2020 -0300 Fix time/tst-cpuclock1 intermitent failures caused: FAIL: support/tst-timespec $ cat support/tst-timespec.out Testing support_timespec_ns Testing support_timespec_normalize tst-timespec.c:301: numeric comparison failure left: 2147483647 (0x7fffffff); from: norm_cases[i].norm.tv_sec right: 2147483648 (0x80000000); from: result.tv_sec tst-timespec.c:302: numeric comparison failure left: 999999999 (0x3b9ac9ff); from: norm_cases[i].norm.tv_nsec right: 0 (0x0); from: result.tv_nsec tst-timespec.c:301: numeric comparison failure left: -2147483648 (0xffffffff80000000); from: norm_cases[i].norm.tv_sec right: -2147483649 (0xffffffff7fffffff); from: result.tv_sec tst-timespec.c:302: numeric comparison failure left: -999999999 (0xffffffffc4653601); from: norm_cases[i].norm.tv_nsec right: 0 (0x0); from: result.tv_nsec Testing support_timespec_check_in_range Test case 0 Test case 1 Test case 2 Test case 3 Test case 4 Test case 5 Test case 6 Test case 7 Test case 8 Test case 9 Test case 10 Test case 11 Test case 12 Test case 13 Test case 14 Test case 15 Test case 16 Test case 17 Test case 18 Test case 19 Test case 20 error: 4 test failures --=20 You are receiving this mail because: You are on the CC list for the bug.=