From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id B47A53858D37; Wed, 5 Oct 2022 10:17:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B47A53858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664965043; bh=1/UfBVHvtJJZWQnbzj1Brau83L3UEh7m5QRY2xDVSSk=; h=From:To:Subject:Date:From; b=j5qs6V4ARm5EQwi95/GgxVNPy9cU6VnDxCLdtasVPFxJwfEq+uxhK+9bNiLJbSWMt on8Rw6P9NNnWZPPl5OjhQgSiF9KUKcdvkAKk6MekvNh8gpANF+68hagbm79iY/iUMe NiLEro20QcCanypwtxP+exB/nBL8TubbwUd0qdP0= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-3082] testsuite: mark a test with xfail X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/master X-Git-Oldrev: 1a46a0a8b30405ea353a758971634dabeee89eaf X-Git-Newrev: 233c966dba5012938a1f84e14c26b52d507b2aae Message-Id: <20221005101723.B47A53858D37@sourceware.org> Date: Wed, 5 Oct 2022 10:17:23 +0000 (GMT) List-Id: https://gcc.gnu.org/g:233c966dba5012938a1f84e14c26b52d507b2aae commit r13-3082-g233c966dba5012938a1f84e14c26b52d507b2aae Author: Martin Liska Date: Wed Oct 5 12:14:40 2022 +0200 testsuite: mark a test with xfail PR tree-optimization/106679 gcc/testsuite/ChangeLog: * gcc.dg/tree-prof/cmpsf-1.c: Mark as a known limitation. Diff: --- gcc/testsuite/gcc.dg/tree-prof/cmpsf-1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.dg/tree-prof/cmpsf-1.c b/gcc/testsuite/gcc.dg/tree-prof/cmpsf-1.c index 16adb92e1ca..696f459e605 100644 --- a/gcc/testsuite/gcc.dg/tree-prof/cmpsf-1.c +++ b/gcc/testsuite/gcc.dg/tree-prof/cmpsf-1.c @@ -181,4 +181,4 @@ main (void) exit (0); } -/* { dg-final-use-not-autofdo { scan-tree-dump-not "Invalid sum" "dom2"} } */ +/* { dg-final-use-not-autofdo { scan-tree-dump-not "Invalid sum" "dom2" { xfail *-*-* } } } */