From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103862 invoked by alias); 28 Jul 2015 00:42:42 -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 103844 invoked by uid 89); 28 Jul 2015 00:42:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_00,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; Tue, 28 Jul 2015 00:42:40 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] Remove xfail in gdb.mi/mi-watch.exp From: sergiodj+buildbot@redhat.com To: gdb-testers@sourceware.org Message-Id: Date: Tue, 28 Jul 2015 00:42:00 -0000 X-SW-Source: 2015-q3/txt/msg03380.txt.bz2 *** TEST RESULTS FOR COMMIT da33c9a7bff093e772a381bf9ab42d876089cdcf *** Author: Simon Marchi Branch: master Commit: da33c9a7bff093e772a381bf9ab42d876089cdcf Remove xfail in gdb.mi/mi-watch.exp I noticed there was an unexpected pass in mi-watch.exp when running on x86_64. Doing a bit of archeology shows that the xfail was added by 4a543da. This particular test failed on the MIPS architecture, which the original contributor was working with. Here is the thread: https://www.sourceware.org/ml/gdb-patches/2007-09/msg00151.html Looking at the latest buildbot results for MIPS, it seems that it's also an unexpected pass on that architecture. Therefore, I see no reason to leave the xfail in place. gdb/testsuite/ChangeLog: * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.