This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. 9f5a4cef68413e211bc765e969bf6778150231db


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  9f5a4cef68413e211bc765e969bf6778150231db (commit)
      from  90a45c4d5f59bf512cc101802fbfb430f7e9248f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9f5a4cef68413e211bc765e969bf6778150231db

commit 9f5a4cef68413e211bc765e969bf6778150231db
Author: Hui Zhu <teawater@gmail.com>
Date:   Wed Jun 4 14:37:34 2014 +0800

    Add system test before "set remote system-call-allowed 1" to fileio.exp
    
    This patch is update version according to the discussion in
    https://www.sourceware.org/ml/gdb-patches/2009-11/msg00090.html.
    If test get the target doesn't support fileio system according to the
    remote log.   It will set this test as "unsupported".
    
    Before I made this patch, I want add a check before all of tests in this
    file.  But I found that the target maybe support one call but not others.
    For example: my target support Fwrite, Fopen and so on.  But not Fgettimeofday.
    And it doesn't support Fsystem NULL but it support Fsystem not NULL.
    So I think if we want to check target support fileio, we need check them
    one by one.
    
    2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
    	    Hui Zhu  <hui@codesourcery.com>
    
    	* gdb.base/fileio.exp: Add test for shell not available as well as
    	available.
    	* gdb.base/fileio.c (test_system): Check for shell twice.

-----------------------------------------------------------------------

Summary of changes:
 gdb/testsuite/ChangeLog           |    7 +++++++
 gdb/testsuite/gdb.base/fileio.c   |   22 ++++++++++++++++------
 gdb/testsuite/gdb.base/fileio.exp |   23 +++++++++++++++++++----
 3 files changed, 42 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]