From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57504 invoked by alias); 18 Jul 2015 04:15:22 -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 57483 invoked by uid 89); 18 Jul 2015 04:15:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oi0-f43.google.com Received: from mail-oi0-f43.google.com (HELO mail-oi0-f43.google.com) (209.85.218.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 18 Jul 2015 04:15:18 +0000 Received: by oigd21 with SMTP id d21so39428159oig.1 for ; Fri, 17 Jul 2015 21:15:16 -0700 (PDT) X-Received: by 10.60.59.102 with SMTP id y6mr16835525oeq.53.1437192916421; Fri, 17 Jul 2015 21:15:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.224.66 with HTTP; Fri, 17 Jul 2015 21:14:47 -0700 (PDT) From: Simon Marchi Date: Sat, 18 Jul 2015 04:15:00 -0000 Message-ID: Subject: MIPS build slave To: gdb-patches@sourceware.org, Brendan Kirby Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-07/txt/msg00535.txt.bz2 Hi Brendan, TLDR: I think most of the tests don't run properly on the MIPS build slaves, check gdb.log for "Cannot exec". Long version: I am trying to clear an unexpected pass in mi-watch.exp (the test expects gdb to fail, but it seems to work fine). git tells me the xfail was added by commit 4a543da in 2007 and that it was added with the MIPS platform in mind: https://www.sourceware.org/ml/gdb-patches/2007-09/msg00151.html I would therefore like to see if the test passes correctly on the MIPS platform today before removing the xfail. Unfortunately, the test doesn't run on the buildbot. You can check the gdb.log here, search for mi-watch.exp (warning, that's a very big file): http://gdb-build.sergiodj.net/cgit/Debian-MIPS-m64/.git/plain/gdb.log Here is the important snippet (with messed up formatting since I'm using gmail, sorry): 220-exec-run &"Cannot exec /mips/proj/build-compiler/upstream-testing/mipsswbrd048/GDB-testing/debian-mips-m64/build/gdb/testsuite/outputs/gdb.mi/mi-watch/mi-watch -c exec /mips/proj/build-compiler/upstream-testing/mipsswbrd048/GDB-testing/debian-mips-m64/build/gdb/testsuite/outputs/gdb.mi/mi-watch/mi-watch .\n" &"Error: No such file or directory\n" =thread-group-started,id="i1",pid="30605" =thread-created,id="1",group-id="i1" =thread-exited,id="1",group-id="i1" =thread-group-exited,id="i1" 220^error,msg="During startup program exited with code 127." (gdb) ERROR: Unable to start target There are many other tests that have the same problem, which is why I suspect that the tests don't run as they should. Simon