From debbugs-submit-bounces@debbugs.gnu.org Sun May 10 08:58:32 2020 Received: (at submit) by debbugs.gnu.org; 10 May 2020 12:58:33 +0000 Received: from localhost ([127.0.0.1]:49174 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jXlXM-0006Ia-PQ for submit@debbugs.gnu.org; Sun, 10 May 2020 08:58:32 -0400 Received: from lists.gnu.org ([209.51.188.17]:53230) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jXlXK-0006IM-Ph for submit@debbugs.gnu.org; Sun, 10 May 2020 08:58:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34896) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jXlXK-0000EH-HG for guix-patches@gnu.org; Sun, 10 May 2020 08:58:30 -0400 Received: from mailrelay.tugraz.at ([129.27.2.202]:60627) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jXlXH-0001o5-SH for guix-patches@gnu.org; Sun, 10 May 2020 08:58:29 -0400 Received: from nijino.local (194-96-185-81.hdsl.highway.telekom.at [194.96.185.81]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 49KkdV2nzyz3wYM for ; Sun, 10 May 2020 14:58:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1589115502; bh=RUsGho4dloVPB2vA7Q/wWzw5Zvvlq1oyeiYrsUzALUc=; h=Subject:From:To:Date; b=kF1k1HU17aAhyKrL9Z+QDBRWQMte1QEN7ArNp5ZVAUEr7Ruq3EqOgtmCC8JfhsRcw FUpHNuO6aoKIjCwrseMv315JqqbtacLjhlWh68isNCt2IqXWqSW6CadG5iXCf5lldR LjtpsEZUFe/+tENXmUzwSiI8NJr2H7zWWGQ4qYec= Message-ID: Subject: [PATCH] Update epiphany and enable tests From: Leo Prikler To: guix-patches@gnu.org Date: Sun, 10 May 2020 14:58:21 +0200 Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 Received-SPF: pass client-ip=129.27.2.202; envelope-from=leo.prikler@student.tugraz.at; helo=mailrelay.tugraz.at X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/10 08:58:24 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) I've noticed, that 3.34.2 is not the latest 3.34 version of epiphany and in thus updated it to 3.34.4 in hope it would fix an annoyance, that I'm currently experiencing. It did not. Still, I'd like to share my patch. I also saw, that tests are currently disabled, so I've isolated the breaking tests and skip only those, as is customary.