From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85100 invoked by alias); 17 Sep 2015 10:51:26 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 85082 invoked by uid 89); 17 Sep 2015 10:51:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (176.31.208.32) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 17 Sep 2015 10:51:25 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] Add test case for tracepoints with conditions From: sergiodj+buildbot@redhat.com To: gdb-testers@sourceware.org Message-Id: <43691ca179b1e573ca01e7bff87404519d4a3d75@gdb-build> Date: Thu, 17 Sep 2015 11:54:00 -0000 X-SW-Source: 2015-q3/txt/msg11776.txt.bz2 *** TEST RESULTS FOR COMMIT 43691ca179b1e573ca01e7bff87404519d4a3d75 *** Author: Pierre Langlois Branch: master Commit: 43691ca179b1e573ca01e7bff87404519d4a3d75 Add test case for tracepoints with conditions This patch adds a test case for tracepoints with a condition expression. Each case will test a condition against the number of frames that should have been traced. Some of these tests fail on x86_64 and others on i386, which have been marked as known failures for now, see PR/18955. gdb/testsuite/ChangeLog: 2015-09-17 Pierre Langlois Yao Qi * gdb.trace/trace-condition.c: New file. * gdb.trace/trace-condition.exp: New file.