From patchwork Fri Jul 20 23:43:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vineet Gupta X-Patchwork-Id: 947251 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=uclibc-ng.org (client-ip=89.238.66.15; helo=helium.openadk.org; envelope-from=devel-bounces@uclibc-ng.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=synopsys.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=synopsys.com header.i=@synopsys.com header.b="dkLK3sCr"; dkim-atps=neutral Received: from helium.openadk.org (helium.openadk.org [89.238.66.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41XSC83ThQz9s8F for ; Sat, 21 Jul 2018 09:44:00 +1000 (AEST) Received: from helium.openadk.org (localhost [IPv6:::1]) by helium.openadk.org (Postfix) with ESMTP id 8595410002; Sat, 21 Jul 2018 01:43:56 +0200 (CEST) X-Original-To: devel@uclibc-ng.org Delivered-To: devel@helium.openadk.org Received: from smtprelay.synopsys.com (us01smtprelay-2.synopsys.com [198.182.60.111]) by helium.openadk.org (Postfix) with ESMTPS id 3935C10002 for ; Sat, 21 Jul 2018 01:43:49 +0200 (CEST) Received: from mailhost.synopsys.com (mailhost2.synopsys.com [10.13.184.66]) by smtprelay.synopsys.com (Postfix) with ESMTP id 6B1A610C131F; Fri, 20 Jul 2018 16:43:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1532130226; bh=XHFMpJn+0YF9QU5Y4VMpPJ/nxznHIe/LcrZlaC3/jms=; h=From:To:CC:Subject:Date:From; b=dkLK3sCr9inVjL7yNS4kf1m2Gn7QQOonuvyust0IhxNBw0mdWmmFFq12z/FPFlh3z OgpHgR4589m2mFuUfjVBM+5uIvGYg9f+y/9UIqQ8qqbelFMQKIbRTHFRjgl3CHWBGc JJHCprs5KYKFntOsrqmaE1cCHUgY2VKyae8vRCiSTVe/i2YylGyPaaPIphS0to9fLZ 4lWPMVVS4CHIMoPCvDJ/RBi42CYpFYzUIZVukvZ7W2LjLdMcua8xpDLvm2s1fU/g2m 1nL+s7AIAsF887x8ySoS9OI0eJJevL8gFqnHObZFLDU+64nJqW16lMUuvvE5UTljEs vAVH3NQZTKG+A== Received: from US01WEHTC2.internal.synopsys.com (us01wehtc2.internal.synopsys.com [10.12.239.237]) by mailhost.synopsys.com (Postfix) with ESMTP id 1CED936E6; Fri, 20 Jul 2018 16:43:45 -0700 (PDT) Received: from IN01WEHTCB.internal.synopsys.com (10.144.199.106) by US01WEHTC2.internal.synopsys.com (10.12.239.237) with Microsoft SMTP Server (TLS) id 14.3.361.1; Fri, 20 Jul 2018 16:43:45 -0700 Received: from IN01WEHTCA.internal.synopsys.com (10.144.199.103) by IN01WEHTCB.internal.synopsys.com (10.144.199.105) with Microsoft SMTP Server (TLS) id 14.3.361.1; Sat, 21 Jul 2018 05:13:42 +0530 Received: from vineetg-Latitude-E7450.internal.synopsys.com (10.10.161.98) by IN01WEHTCA.internal.synopsys.com (10.144.199.243) with Microsoft SMTP Server (TLS) id 14.3.361.1; Sat, 21 Jul 2018 05:13:41 +0530 From: Vineet Gupta To: Date: Fri, 20 Jul 2018 16:43:36 -0700 Message-ID: <1532130216-22598-1-git-send-email-vgupta@synopsys.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-Originating-IP: [10.10.161.98] Cc: Vineet Gupta , linux-snps-arc@lists.infradead.org Subject: [uclibc-ng-devel] [uclibc-ng-test] Revert "arc: disable deadlocking test" X-BeenThere: devel@uclibc-ng.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: uClibc-ng Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devel-bounces@uclibc-ng.org Sender: "devel" This seems to work fine on ARC ! This reverts commit f0567d67075ff7a27ada8ab5bce750fe8a739763. Signed-off-by: Vineet Gupta --- test/nptl/Makefile.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in index 761f52db8366..35859f944911 100644 --- a/test/nptl/Makefile.in +++ b/test/nptl/Makefile.in @@ -1,11 +1,6 @@ # uClibc-ng NPTL tests # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. -# deadlock -ifeq ($(TARGET_ARCH),arc) -TESTS_DISABLED := tst-cond16 -endif - ifeq ($(TARGET_ARCH),metag) TESTS_DISABLED := tst-cleanup0 tst-cleanupx0 endif