From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14208 invoked by alias); 11 Aug 2014 06:26:23 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 14194 invoked by uid 89); 11 Aug 2014 06:26:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qc0-f169.google.com Received: from mail-qc0-f169.google.com (HELO mail-qc0-f169.google.com) (209.85.216.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 11 Aug 2014 06:26:21 +0000 Received: by mail-qc0-f169.google.com with SMTP id c9so1265770qcz.28 for ; Sun, 10 Aug 2014 23:26:19 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.140.51.166 with SMTP id u35mr29758200qga.68.1407738379755; Sun, 10 Aug 2014 23:26:19 -0700 (PDT) Received: by 10.140.96.247 with HTTP; Sun, 10 Aug 2014 23:26:19 -0700 (PDT) Date: Mon, 11 Aug 2014 06:26:00 -0000 Message-ID: Subject: Skip ld/lto tests if plugins is disabled for binutils? From: "Bin.Cheng" To: binutils@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00069.txt.bz2 Hi, I found there are some FAIL ld test cases with message like "sorry - this program has been built without plugin support", and the program in this case is ar. I think it's because I configured/built binutils without "--enable-plugins", the question is: should we skip these kind of tests if plugins isn't enabled? I don't know much about ld/lto tests, so please correct if I was wrong. Thanks, bin