From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 47A103857814; Thu, 18 Nov 2021 22:36:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 47A103857814 From: "egallager at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/103324] New: RFE: Add a `make quickcheck` or `make smoketest` Makefile target to allow only running a portion of the testsuite Date: Thu, 18 Nov 2021 22:36:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: egallager at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.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://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2021 22:36:08 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D103324 Bug ID: 103324 Summary: RFE: Add a `make quickcheck` or `make smoketest` Makefile target to allow only running a portion of the testsuite Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: egallager at gcc dot gnu.org CC: mikestump at comcast dot net, ro at CeBiTec dot Uni-Bie= lefeld.DE Target Milestone: --- The GCC testsuite is very big, and running it can take a long time. It woul= d be nice if there were alternate `check` or `test` targets that could be used to run just a random sampling of the testsuite, or just a subset of the testsu= ite that is known to run quickly, for cases when I am feeling impatient and only need to verify that basic functionality works, without checking for every possible regression. I have seen other people mentioning that patches "seem= to work ok after smoketesting" so it would be nice if their method of smoketes= ting were actually available for the rest of us to use.=