From patchwork Thu Aug 11 12:34:15 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 73749 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp85867qga; Thu, 11 Aug 2016 05:34:27 -0700 (PDT) X-Received: by 10.98.35.145 with SMTP id q17mr16841383pfj.42.1470918867387; Thu, 11 Aug 2016 05:34:27 -0700 (PDT) Return-Path: Received: from mail.openembedded.org (mail.openembedded.org. [140.211.169.62]) by mx.google.com with ESMTP id h185si3106063pfe.82.2016.08.11.05.34.27; Thu, 11 Aug 2016 05:34:27 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of openembedded-core-bounces@lists.openembedded.org designates 140.211.169.62 as permitted sender) client-ip=140.211.169.62; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@intel-com.20150623.gappssmtp.com; spf=pass (google.com: best guess record for domain of openembedded-core-bounces@lists.openembedded.org designates 140.211.169.62 as permitted sender) smtp.mailfrom=openembedded-core-bounces@lists.openembedded.org Received: from layers.openembedded.org (localhost [127.0.0.1]) by mail.openembedded.org (Postfix) with ESMTP id 5F7F377213; Thu, 11 Aug 2016 12:34:21 +0000 (UTC) X-Original-To: openembedded-core@lists.openembedded.org Delivered-To: openembedded-core@lists.openembedded.org Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by mail.openembedded.org (Postfix) with ESMTP id A969373695 for ; Thu, 11 Aug 2016 12:34:18 +0000 (UTC) Received: by mail-wm0-f49.google.com with SMTP id i5so13166954wmg.0 for ; Thu, 11 Aug 2016 05:34:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=intel-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id; bh=1ZsBn6X0/B8Z3txm5RyPYQmTPBWRKCrVgrQn1m+Lsac=; b=em7NWjDQ+tv97M9ttI1uH6ALLZ8zz8DgV2j3p96gq81AuAHEMlkctV4g2yeIA/5epW T3UEqN1cBlAtqKBXSWiWgHvI5aU5o70rQ9vInsFeYkGnlnl8D+veWMDJ5H0EJ62LPOGm rozrDzzaUSWkV4iSTgTaIjCgGMT45HjL+5gmImt+pcDWbz5ScxSgiEyn4fB98XgcRWY1 BHtaUtjqKc9IfFLIx4pkNtfDTHF/kGVjYnHRs2vglr0DUH8Xu7OUqed2DTArhGMzBZr0 mznMX90bPLAqntnbtBPryOCZIhpLxO2f2EfFLE2m1LZAkZUmtztrRyNhlfIcwstz4lPs knDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id; bh=1ZsBn6X0/B8Z3txm5RyPYQmTPBWRKCrVgrQn1m+Lsac=; b=J4oRTVeEN62I6zoOlR3cQMZ5u7WINsX6hsFJTnqRImziwtTk8YwnTTHoIX7qr8FwPP qmZtE78FPT969UmLxDKi9PdHnh/v5hvisP6sqNkhfUPr+MtEv5iIPiK3mqIY5RQhsYOx RtJ/lLk7F48F+FFdWrPD6YL6GgvwLb7AsFzNmYLUu+LasOOHGCVes8Ud3+0T3zkJ76e5 tSM6HJwLlJKecKRIRjh0vwOIf68Kmzr5LEIngfCMjMFRGA4JcxJXU4kzQB7SRsiXuf9P l5YPHYsNsCovAATTLrvTcNaBWP0pVNHjWgJ7XTBqT6WZcqr+Q/jfHvpFyRm1whwYGwPj CXIw== X-Gm-Message-State: AEkoouuJZGVV/02on1RZ3ku0ZRAxqfB34CENkCmm2xS8rJbzLecbR5UxiQyjvAkfSLeW1D7K X-Received: by 10.28.46.204 with SMTP id u195mr8526476wmu.57.1470918858108; Thu, 11 Aug 2016 05:34:18 -0700 (PDT) Received: from flashheart.burtonini.com (home.burtonini.com. [81.2.106.35]) by smtp.gmail.com with ESMTPSA id a9sm2533419wjf.16.2016.08.11.05.34.16 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 11 Aug 2016 05:34:16 -0700 (PDT) From: Ross Burton To: openembedded-core@lists.openembedded.org Date: Thu, 11 Aug 2016 13:34:15 +0100 Message-Id: <1470918855-8429-1-git-send-email-ross.burton@intel.com> X-Mailer: git-send-email 2.8.1 Subject: [OE-core] [PATCH] lib/oeqa/selftest/bbtests: don't report expected failures X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: openembedded-core-bounces@lists.openembedded.org Errors-To: openembedded-core-bounces@lists.openembedded.org Another instance where expected failures need to be not reported to the error reporting service. Signed-off-by: Ross Burton --- meta/lib/oeqa/selftest/bbtests.py | 1 + 1 file changed, 1 insertion(+) -- 2.8.1 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core diff --git a/meta/lib/oeqa/selftest/bbtests.py b/meta/lib/oeqa/selftest/bbtests.py index 8698400..d8cb835 100644 --- a/meta/lib/oeqa/selftest/bbtests.py +++ b/meta/lib/oeqa/selftest/bbtests.py @@ -134,6 +134,7 @@ class BitbakeTests(oeSelfTest): self.write_recipeinc('man', data) self.write_config("""DL_DIR = \"${TOPDIR}/download-selftest\" SSTATE_DIR = \"${TOPDIR}/download-selftest\" +INHERIT_remove = \"report-error\" """) self.track_for_cleanup(os.path.join(self.builddir, "download-selftest"))