From patchwork Thu Dec 18 09:43:54 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rainer Orth X-Patchwork-Id: 422520 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 ED3491400F1 for ; Thu, 18 Dec 2014 20:44:11 +1100 (AEDT) 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:cc:subject:references:date:in-reply-to:message-id :mime-version:content-type; q=dns; s=default; b=SlU5UUubwTc9fnkI sl/0qAqYVa7NksvnkX8zGwne1eGv/g3s6/ejdLg0OIdiQ7T1ZuBGv+VhkviOI1v3 kZLoa1DUMveNkHZRe4Gir1gEVAT7YeHKy6uk2Uv5AigihguKUQcQdvQTH1B/EF/o cHw2QHzoC88QXC8IkXzSKjFgYUM= 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:cc:subject:references:date:in-reply-to:message-id :mime-version:content-type; s=default; bh=z47grVhc7C0CTiclf8Y6/T cP6+o=; b=fXWfyJHY8k+CG/EoyYcBguhybu3ihqpMxyk8Ho8x0YcZ4egF7zcoPg xQ9CWkrwRqsoXTHNXHjrxz73PS/Q+3Fqeq5ht+MlD4SrA+B4vxeqvnh2H+CENibS gzvfNO9nWF/0dBZldP70ZTYMht0zF+5QH1BPAh+IRqS7paqURlJGQ= Received: (qmail 22978 invoked by alias); 18 Dec 2014 09:44:03 -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 22955 invoked by uid 89); 18 Dec 2014 09:44:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: smtp-relay.CeBiTec.Uni-Bielefeld.DE Received: from snape.CeBiTec.Uni-Bielefeld.DE (HELO smtp-relay.CeBiTec.Uni-Bielefeld.DE) (129.70.160.84) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 18 Dec 2014 09:43:59 +0000 Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 2F3325BF; Thu, 18 Dec 2014 10:43:57 +0100 (CET) Received: from smtp-relay.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 yuK69oYRmn7D; Thu, 18 Dec 2014 10:43:55 +0100 (CET) Received: from lokon.CeBiTec.Uni-Bielefeld.DE (lokon.CeBiTec.Uni-Bielefeld.DE [129.70.161.110]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPS id 7B7E65BE; Thu, 18 Dec 2014 10:43:55 +0100 (CET) Received: (from ro@localhost) by lokon.CeBiTec.Uni-Bielefeld.DE (8.14.7+Sun/8.14.7/Submit) id sBI9hsKB013496; Thu, 18 Dec 2014 10:43:54 +0100 (CET) From: Rainer Orth To: Andreas Schwab Cc: dominiq@lps.ens.fr (Dominique Dhumieres), gcc-patches@gcc.gnu.org, kyrylo.tkachov@arm.com Subject: Re: [PATCH][testsuite] Mark as UNSUPPORTED tests that don't fit into tiny memory model References: <20141212113812.D1BA7105@mailhost.lps.ens.fr> <87d27mwkuu.fsf@igel.home> Date: Thu, 18 Dec 2014 10:43:54 +0100 In-Reply-To: <87d27mwkuu.fsf@igel.home> (Andreas Schwab's message of "Sun, 14 Dec 2014 12:07:21 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (usg-unix-v) MIME-Version: 1.0 X-IsSubscribed: yes Andreas Schwab writes: > dominiq@lps.ens.fr (Dominique Dhumieres) writes: > >>> Here it is. Committed as r218662 to get things going again. >> >> The same change should be done for libitm and libatomic. > > And boehm-gc. Right, fixed as follows and installed on mainline after testing on i386-pc-solaris2.11 and sparc-sun-solaris2.11. I must say I'm less than impressed how this patch tested actually. Rainer 2014-12-17 Rainer Orth * testsuite/lib/boehm-gc.exp: Load target-utils.exp. # HG changeset patch # Parent db99d18efa0cce3ad66a0cff02fedf946af2a842 Include target-utils.exp in boehm-gc testing diff --git a/boehm-gc/testsuite/lib/boehm-gc.exp b/boehm-gc/testsuite/lib/boehm-gc.exp --- a/boehm-gc/testsuite/lib/boehm-gc.exp +++ b/boehm-gc/testsuite/lib/boehm-gc.exp @@ -27,6 +27,7 @@ load_gcc_lib wrapper.exp load_gcc_lib target-supports.exp # For dg-skip-if. load_gcc_lib target-supports-dg.exp +load_gcc_lib target-utils.exp # For ${tool}_exit. load_gcc_lib gcc-defs.exp # For prune_gcc_output.