From patchwork Tue Sep 4 15:05:59 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rainer Orth X-Patchwork-Id: 965962 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-485097-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=CeBiTec.Uni-Bielefeld.DE Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="ejBMUDYv"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 424VXR5D2yz9s3C for ; Wed, 5 Sep 2018 01:06:14 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:mime-version:content-type; q=dns; s= default; b=ImJ6aUGJLrfxsY8Ua2lVCiZVCQKA2Dr0okxOFGWVyFG678OGuM8LD ch9XMzw867WbREH1QRODeMKINmH0DxLye8DrvfK99ZPPdOOsK14t7qdAFppZpOJa qwZwtW0NIkBW8hgGjKf7LOw6Oe97Iet7PhVcScWplx8n/sskYIdEIE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:mime-version:content-type; s= default; bh=SbgaeH+HApJhkY45psu/8iP1IJ4=; b=ejBMUDYvnfYC+86i7vmK zL0c7fEoYjBF0ggJMYAjLTanGHnbvTghzaNjoEdmFVxQrWXMhbRXbvowG3rQ95Fq MnTaBwlSDldjUaA3DaY0w77UwxPPGE1ueRJmb9WyClyFMFtJASktBlMF8my7qT7d kqiwBIViOPQIoDnkEhjZu3M= Received: (qmail 64300 invoked by alias); 4 Sep 2018 15:06:07 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 64250 invoked by uid 89); 4 Sep 2018 15:06:07 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.3 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, UNWANTED_LANGUAGE_BODY autolearn=ham version=3.3.2 spammy=Hx-languages-length:1108 X-HELO: smtp.CeBiTec.Uni-Bielefeld.DE Received: from smtp.CeBiTec.Uni-Bielefeld.DE (HELO smtp.CeBiTec.Uni-Bielefeld.DE) (129.70.160.84) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 04 Sep 2018 15:06:05 +0000 Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 9C3A4292 for ; Tue, 4 Sep 2018 17:06:02 +0200 (CEST) Received: from smtp.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (malfoy.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) (amavisd-new, port 10024) with LMTP id V70sJpL0Zuno for ; Tue, 4 Sep 2018 17:06:01 +0200 (CEST) Received: from lokon.CeBiTec.Uni-Bielefeld.DE (lokon.CeBiTec.Uni-Bielefeld.DE [129.70.161.152]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPS id 2BD6F290 for ; Tue, 4 Sep 2018 17:06:01 +0200 (CEST) Received: (from ro@localhost) by lokon.CeBiTec.Uni-Bielefeld.DE (8.15.2+Sun/8.15.2/Submit) id w84F5xh4008572; Tue, 4 Sep 2018 17:05:59 +0200 (MEST) From: Rainer Orth To: gcc-patches@gcc.gnu.org Subject: [testsuite, i386] Don't xfail gcc.target/i386/addr-sel-1.c (PR target/86744) Date: Tue, 04 Sep 2018 17:05:59 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (usg-unix-v) MIME-Version: 1.0 X-IsSubscribed: yes gcc.target/i386/addr-sel-1.c had started to XPASS around 20180730. As suggested by Uros in the PR, I've just removed the xfail. Tested on i386-pc-solaris2.11 and x86_64-pc-linux-gnu (both 32 and 64-bit), installed on mainline. Rainer # HG changeset patch # Parent c8d5d2ef046fbb4630756bcb087cb4ef83625e91 Don't xfail gcc.target/i386/addr-sel-1.c (PR target/86744) diff --git a/gcc/testsuite/gcc.target/i386/addr-sel-1.c b/gcc/testsuite/gcc.target/i386/addr-sel-1.c --- a/gcc/testsuite/gcc.target/i386/addr-sel-1.c +++ b/gcc/testsuite/gcc.target/i386/addr-sel-1.c @@ -14,4 +14,4 @@ int f(int i) } /* { dg-final { scan-assembler "a\\+1" } } */ -/* { dg-final { scan-assembler "b\\+1" { xfail *-*-* } } } */ +/* { dg-final { scan-assembler "b\\+1" } } */