[Bug libc/32492] New: New test failures

hjl.tools at gmail dot com sourceware-bugzilla@sourceware.org
Sat Dec 21 22:03:41 GMT 2024


https://sourceware.org/bugzilla/show_bug.cgi?id=32492

            Bug ID: 32492
           Summary: New test failures
           Product: glibc
           Version: 2.41
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

commit e79e5c4899e82eff1032b1f8e530234c8fcbd8b9
Author: DJ Delorie <dj@redhat.com>
Date:   Thu Nov 14 15:12:57 2024 -0500

    assert: ensure posix compliance, add tests for such

    Fix assert.c so that even the fallback
    case conforms to POSIX, although not exactly the same as
    the default case so a test can tell the difference.

    Add a test that verifies that abort is called, and that the
    message printed to stderr has all the info that POSIX requires.
    Verify this even when malloc isn't usable.

    Reviewed-by: Paul Eggert <eggert@cs.ucla.edu>

caused:

FAIL: conform/ISO/assert.h/linknamespace
FAIL: conform/ISO11/assert.h/linknamespace
FAIL: conform/ISO99/assert.h/linknamespace
FAIL: conform/POSIX/assert.h/linknamespace
FAIL: conform/POSIX2008/assert.h/linknamespace
FAIL: conform/XPG4/assert.h/linknamespace
FAIL: elf/check-localplt

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Glibc-bugs mailing list