From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3F65C3858418; Sun, 4 Feb 2024 19:58:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3F65C3858418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707076738; bh=pUK7xa+cBkCrFchJW6ZikMLWD4qr1/BCLhR9JqUjHXY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TzlrMnEUydHYzZXnLPBAM6BnUmYMyY7NvSEn/1itgo39S+rpaAy/k/CReVNFLYeqh 5oZojIuRbau7p0kVX0LWe/0k309eaphB/LzRH8dNiOWhFNfJaep3ZCu4ctKe0iRPdB 2sVIgiF2VGkbAMzCF2a+9RdpF/bUYNQPkB4erP3M= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug gdb/31331] Wenum-constexpr-conversion should be fixed, soon treated as a hard error Date: Sun, 04 Feb 2024 19:58:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: UNCONFIRMED 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: 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=3D31331 --- Comment #6 from Tom Tromey --- (In reply to Carlos Galvez from comment #3) > I was considering to fiddle with it and run "make check" but I had a coup= le > of questions: >=20 > - How long time is it expected to take, on say 16 cores? On my kind of underpowered 8 core machine: cd build/gdb/testsuite make -j8 check takes about 20 minutes. > - Will the output log be deterministic even when running in parallel? I r= ead > in the wiki that there are failing tests on trunk, so one needs to diff t= he > test logs. Diffing the test logs is only possible if they have the same > content in the same order? There's a post-check step (in the Makefile) to collect the results from the= =20 run. This avoids the ordering problem. There are some racy tests though and also some that are compiler-dependent. --=20 You are receiving this mail because: You are on the CC list for the bug.=