From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A988C3858D28; Sun, 14 Jan 2024 14:50:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A988C3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1705243839; bh=r3noMvLKJvArozirOaD9q5qRAg+26BZ1q1M/1rscijc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=raSXpbJ8eNnSF/Jk4Oy4xI+OXueQBXWDSUsUTRDEikc6L8fNT6jLuhEnz8cF7HmtZ uv3jI0302IaxYbLuwyV8eFidnJm691zm7oLCW/CLgsMhZR8soaBp4IrkS0tJ2vIXvf 5KsY6nRyX/OZ1WJT+cwxb6BW2VxR9XoqHT1PjPUM= From: "ssbssa at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/12649] reproducer for races of expect incomplete reads Date: Sun, 14 Jan 2024 14:50:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: testsuite X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: ssbssa at sourceware dot org X-Bugzilla-Status: ASSIGNED 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: 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=3D12649 Hannes Domani changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ssbssa at sourceware dot o= rg --- Comment #16 from Hannes Domani --- (In reply to Sourceware Commits from comment #15) > This is an automated email from the git hooks/post-receive script. It was > generated because a ref change was pushed to the repository containing > the project "gdb and binutils". >=20 > The branch, master has been updated > via 2a31c6236de308f7109720230e70b96c5d5b966a (commit) > from 469a34932ae4208240e98c843b01ea1f00892137 (commit) >=20 > Those revisions listed above that are new to this repository have > not appeared on any other notification email; so we list those > revisions in full, below. >=20 > - Log ----------------------------------------------------------------- > https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git; > h=3D2a31c6236de308f7109720230e70b96c5d5b966a >=20 > commit 2a31c6236de308f7109720230e70b96c5d5b966a > Author: Pedro Alves > Date: Wed Aug 20 18:55:54 2014 +0100 >=20 > Integrate PR 12649's race detector directly in the testsuite machinery >=20=20=20=20=20 > This integrates Jan Kratochvil's nice race reproducer from PR > testsuite/12649 into the testsuite infrustructure directly. >=20=20=20=20=20 > With this, one only has to do either 'make check-read1' or 'make check > READ1=3D"1"' to preload the read1.so library into expect. >=20=20=20=20=20 > Currently only enabled for glibc/GNU systems, and if > build=3D=3Dhost=3D=3Dtarget. >=20=20=20=20=20 > gdb/testsuite/ChangeLog: >=20=20=20=20=20 > * Makefile.in (EXTRA_RULES, CC): New variables, get from > configure. > (EXPECT): Handle READ1 being set. > (all): Depend on EXTRA_RULES. > (check-read1, expect-read1, read1.so, read1): New rules. > * README (Testsuite Parameters): Document the READ1 make variable. > (Race detection): New section. > * configure: Regenerate. > * configure.ac: If build=3D=3Dhost=3D=3Dtarget, and running under a > GNU/glibc system, add read1 to the extra Makefile rules. > (EXTRA_RULES): AC_SUBST it. > * lib/read1.c: New file. >=20=20=20=20=20 > gdb/ChangeLog: >=20=20=20=20=20 > * Makefile.in (check-read1): New rule. >=20 > ----------------------------------------------------------------------- >=20 > Summary of changes: > gdb/ChangeLog | 4 ++ > gdb/Makefile.in | 8 ++++ > gdb/testsuite/ChangeLog | 16 +++++++ > gdb/testsuite/Makefile.in | 44 > ++++++++++++++++++-- > gdb/testsuite/README | 41 ++++++++++++++= ++++ > gdb/testsuite/configure | 10 ++++ > gdb/testsuite/configure.ac | 9 ++++ > .../expect-read1.c =3D> testsuite/lib/read1.c} | 16 ++++---- > 8 files changed, 136 insertions(+), 12 deletions(-) > copy gdb/{contrib/expect-read1.c =3D> testsuite/lib/read1.c} (80%) Can this be closed? --=20 You are receiving this mail because: You are on the CC list for the bug.=