From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DBAE438582AB; Tue, 16 May 2023 18:57:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DBAE438582AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1684263463; bh=/KhDQAXAT+l4rdcSGT/Pie2IslUxyxMv9LRjwGss8nc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oYOiKb1S+MUYZxNuJmwZJRirUiskUBpJw6oPXLWfzQGfnRQYIXML+/lsfMfoLdZvS Uo1RYFklRHhUi0Sr3ljjmJeSiaynRvilItnyn7xxFfyb74msMrjLyNMps/GFCKyO11 7U33GEfhxipcyj7exioDua2NY2zCN78RGVaA+U88= From: "siddhesh at sourceware dot org" To: glibc-bugs@sourceware.org Subject: [Bug libc/30263] Add test coverage for abs(), labs(), and llabs(). Date: Tue, 16 May 2023 18:57:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.38 X-Bugzilla-Keywords: good-first-bug X-Bugzilla-Severity: enhancement X-Bugzilla-Who: siddhesh at sourceware dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: 2.38 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution target_milestone cc Message-ID: In-Reply-To: References: 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30263 Siddhesh Poyarekar changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Target Milestone|--- |2.38 CC| |siddhesh at sourceware dot= org --- Comment #2 from Siddhesh Poyarekar --- Fixed. commit d877b52d58b1c73810751bdb48987b84bda87d5e (HEAD -> master, origin/mas= ter, origin/HEAD) Author: Joe Simmons-Talbott Date: Tue Apr 4 09:57:47 2023 -0400 stdlib: Add testcases for llabs(). (BZ #30263) Test minimum and maximum long long values, zero, 32bit crossover points, and part of the range of long long values. Use '-fno-builtin' to ensure we= are testing the implementation. Reviewed-by: Wilco Dijkstra commit b11db301e162480d1812937ab0410dc7585f423c Author: Joe Simmons-Talbott Date: Tue Apr 4 09:57:46 2023 -0400 stdlib: Add testcases for labs(). (BZ #30263) Test minimum and maximum long values, zero, and part of the range of long values. Use '-fno-builtin' to ensure we are testing the implementation. Reviewed-by: Wilco Dijkstra commit 0d21b3783f49ae94207a1bb9acd5dc8b071f0b13 Author: Joe Simmons-Talbott Date: Tue Apr 4 09:57:45 2023 -0400 stdlib: Add testcases for abs(). (BZ #30263) Test minimum and maximum int values, zero, and part of the range of int values. Use '-fno-builtin' to ensure we are testing the implementation. Reviewed-by: Wilco Dijkstra --=20 You are receiving this mail because: You are on the CC list for the bug.=