From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id C4E633858425; Thu, 23 Feb 2023 13:48:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C4E633858425 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677160124; bh=q9x5yq+036nm6o9Hy3nad/lrOcK8bHPwW2pUrL/jV1w=; h=From:To:Subject:Date:From; b=IE89R83NTQ+m+bzTv6h/C2eRKhnh7FXZhEYqmwvdeiVAW4JjLkIXRSTOsaeX7UITq 2zXOceFAid8UANBDsVFI/cerMTcdL873qng5nddPrfBUT+0Kud8ssU5Vih3E3BykiY YgP1T+HtTfAxtc34S/Ix091K+ET/KQ9rRhkcGQAA= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Alexandre Oliva To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/aoliva/heads/testme)] testsuite: Skip module_cmi_p and related unsupported module test X-Act-Checkin: gcc X-Git-Author: Alexandre Oliva X-Git-Refname: refs/users/aoliva/heads/testme X-Git-Oldrev: a82bf99b47879aa7eb38d5247e091128a40c8359 X-Git-Newrev: 0fdc0acd11dd91b6c59a157877779457082e71e0 Message-Id: <20230223134844.C4E633858425@sourceware.org> Date: Thu, 23 Feb 2023 13:48:44 +0000 (GMT) List-Id: https://gcc.gnu.org/g:0fdc0acd11dd91b6c59a157877779457082e71e0 commit 0fdc0acd11dd91b6c59a157877779457082e71e0 Author: Alexandre Oliva Date: Thu Feb 23 10:30:33 2023 -0300 testsuite: Skip module_cmi_p and related unsupported module test When a multi-source module is found to be unsupported, we fail module_cmi_p and subsequent sources. Override proc unsupported to mark the result in module_do, and test it to skip module_cmp_p and subsequent related tests. for gcc/testsuite/ChangeLog * g++.dg/modules/modules.exp: Override unsupported to update module_do, and test it after dg-test. Diff: