From patchwork Mon Aug 3 18:23:46 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Lance Taylor X-Patchwork-Id: 503262 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 2267214029E for ; Tue, 4 Aug 2015 04:23:58 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=HF/i7gky; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:date:message-id:subject:from:to:content-type; q= dns; s=default; b=L61p/q6XaQw/uyvJ1pygV5ROxXmOoqf5UF/DS7vfbFCXty SobEYPJQDzHDykPRVXLB4HM4TCIkSJBffp6ASXPwwpTbDdynO1wsCpZDSZKXaE0J sQuDwo/fxvQoas+pVD1UrYIyad0Tl3oWloOJleNi4T9Wg5NVeZ+GBQV52NGKA= 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 :mime-version:date:message-id:subject:from:to:content-type; s= default; bh=eKh5cx6eM5SyjRKsKA46gF12QYg=; b=HF/i7gkyT6OWUBnadKFR CgkZAa989Mm7kGQzw8deFnO9s5cNe9xTzU1RifjQx9dQhBiOrD48IbR0qyiEbjfb FDCOe5Xw/1v6AQWnMCR8U54bZSRl0U37R67ZIN6xCYWMtiRE+T734aNU9EaKVoc0 NtFT++YtRftB0SKpBz4gEms= Received: (qmail 48633 invoked by alias); 3 Aug 2015 18:23:50 -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 48615 invoked by uid 89); 3 Aug 2015 18:23:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, KAM_ASCII_DIVIDERS, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-ig0-f173.google.com Received: from mail-ig0-f173.google.com (HELO mail-ig0-f173.google.com) (209.85.213.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 03 Aug 2015 18:23:49 +0000 Received: by iggf3 with SMTP id f3so61254548igg.1 for ; Mon, 03 Aug 2015 11:23:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=+xpDATFlDRy2+cEtHPBRr1nto2Wbhqaa9gdmjZXfo8s=; b=LzH33exY/6pvE/vkCQsS7ZSVWdNGjeW0zCvBv7VhBVIWjmt2T/DBLLP4XQJ3k0Diok auCqU7rKZFPTpvyLF0utVip7sqlHncfMp4DpEyot+Mou5QOd2jTYBZn665sEdrikjTld NRbimTFE9C1JU7OwuHKfcQMpM6R8Ie9cu7CxrSztF+CtVzppEq/Kbu0TjgdZVBHTE0VG IM4CicJJSLhL4MuMi/Dtu6Hd2MMo9w8gbDo+jQ0w2Tb7rh5fxYrj5eJo75Jiq/S9zXYd IbRte/hajgVZdn6oL9xr5UlercV84ParBz9npRPK778qJh58MTwqhzgsSsjE/Wn6HJ9W wvjQ== X-Gm-Message-State: ALoCoQlT1MmePLRqZtUB/drdvQ7b1IpfAymBQOPxUbMek0l5vFi6tp/vkDfgdxiL14wGfZz/I6AX MIME-Version: 1.0 X-Received: by 10.50.6.38 with SMTP id x6mr22616871igx.74.1438626227042; Mon, 03 Aug 2015 11:23:47 -0700 (PDT) Received: by 10.79.102.133 with HTTP; Mon, 3 Aug 2015 11:23:46 -0700 (PDT) Date: Mon, 3 Aug 2015 11:23:46 -0700 Message-ID: Subject: libgo patch committed: Kill sleep processes in testsuite From: Ian Lance Taylor To: gcc-patches , "gofrontend-dev@googlegroups.com" This patch from Andrew Wilkins kills off extra sleep processes when running the libgo testsuite. Otherwise, the sleep process would continue after the test completes. This doesn't affect the testsuite but the extra sleep processes are not desirable. Committed to mainline. Ian Index: gcc/go/gofrontend/MERGE =================================================================== --- gcc/go/gofrontend/MERGE (revision 226525) +++ gcc/go/gofrontend/MERGE (working copy) @@ -1,4 +1,4 @@ -d5aad2f400a0f21724e33e4ae48e1583ed8b1a87 +33d59eff1bd5de29f1fbde3b7625db28595835fd The first line of this file holds the git revision number of the last merge done from the gofrontend repository. Index: libgo/testsuite/gotest =================================================================== --- libgo/testsuite/gotest (revision 226510) +++ libgo/testsuite/gotest (working copy) @@ -518,7 +518,7 @@ xno) wait $pid status=$? if ! test -f gotest-timeout; then - kill $alarmpid + ps -o pid,ppid | grep " $alarmpid" | cut -f1 -d" " | xargs kill -9 fi else if test "$trace" = "true"; then