From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16178 invoked by alias); 9 Nov 2009 20:14:12 -0000 Received: (qmail 16167 invoked by uid 22791); 9 Nov 2009 20:14:12 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 09 Nov 2009 20:14:08 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 3D40C10CE9; Mon, 9 Nov 2009 20:14:07 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id 2AC031065D; Mon, 9 Nov 2009 20:14:07 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1N7aco-0002UU-BC; Mon, 09 Nov 2009 15:14:06 -0500 Date: Mon, 09 Nov 2009 20:14:00 -0000 From: Daniel Jacobowitz To: Nathan Sidwell Cc: gdb-patches@sourceware.org Subject: Re: fileio test Message-ID: <20091109201406.GA9160@caradoc.them.org> Mail-Followup-To: Nathan Sidwell , gdb-patches@sourceware.org References: <4AF313A2.3000907@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4AF313A2.3000907@codesourcery.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-IsSubscribed: yes 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 X-SW-Source: 2009-11/txt/msg00162.txt.bz2 On Thu, Nov 05, 2009 at 06:04:18PM +0000, Nathan Sidwell wrote: > This patch fixes an augments the fileio shell test. By default > system calls are disallowed -- but the test expects them to be > enabled. This patch fixes that test and verifies that enabling > system calls, does indeed enable them. > > ok? What happens when you run this test natively? I believe it will fail since it uses your host's system () directly. This test doesn't test just fileio. (We have a bunch of local XFAILs for this test.) -- Daniel Jacobowitz CodeSourcery