From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2815 invoked by alias); 23 Feb 2015 10:23:32 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 2768 invoked by uid 89); 23 Feb 2015 10:23:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: sasl.smtp.pobox.com Received: from pb-sasl1.int.icgroup.com (HELO sasl.smtp.pobox.com) (208.72.237.25) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 23 Feb 2015 10:23:27 +0000 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id 5D9A02E75D; Mon, 23 Feb 2015 05:23:25 -0500 (EST) Received: from pb-sasl1.int.icgroup.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id 542752E75B; Mon, 23 Feb 2015 05:23:25 -0500 (EST) Received: from rusty (unknown [88.160.190.192]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pb-sasl1.pobox.com (Postfix) with ESMTPSA id 7F25C2E75A; Mon, 23 Feb 2015 05:23:24 -0500 (EST) From: Andy Wingo To: gdb-patches@sourceware.org Cc: jan.kratochvil@redhat.com, sanjoyd@sourceware.org Subject: Missing test cases for jit-reader interface Date: Mon, 23 Feb 2015 10:23:00 -0000 Message-ID: <87oaolx6xy.fsf@igalia.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: FFC9FE00-BB45-11E4-A167-8FDD009B7A5A-02397024!pb-sasl1.pobox.com X-SW-Source: 2015-02/txt/msg00649.txt.bz2 Hi, In this thread: http://thread.gmane.org/gmane.comp.gdb.patches/80671/focus=82555 There were tests for the jit-reader interface that were to be added to the repo, but they didn't seem to make it in: $ git show --stat 675921c059dbaddd02ab2eb8a1eaf77b3ac727dd commit 675921c059dbaddd02ab2eb8a1eaf77b3ac727dd Author: Sanjoy Das Date: Thu Jan 17 14:21:46 2013 +0000 gdb/testsuite * gdb.base/jit-reader.exp: New file. Test case for the jit-reader interface. * gdb.base/jithost.c: New file. * gdb.base/jithost.h: New file. * gdb.base/jitreader.c : New file. * gdb.base/jit-protocol.h: New file. gdb/testsuite/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) Could it be Jan that you forgot to add the new files when you committed Sanjoy's patch? Andy