This is the mail archive of the gdb-patches@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]

Re: [PATCH] Drop srcdir from untested source path.


> 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
> 
> 	* gdb.java/jnpe.exp: Drop srcdir from untested path.

LGTM!

> commit 0e3c473a07b06ebd742478b7a602fcb9ebfc7388
> Author: Marcus Shawcroft <marcus.shawcroft@arm.com>
> Date:   Mon Mar 31 14:25:36 2014 +0100
> 
>     [PATCH] Drop srcdir from untested source path.
> 
> diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
> index c230f8c..e9e8249 100644
> --- a/gdb/testsuite/ChangeLog
> +++ b/gdb/testsuite/ChangeLog
> @@ -1,5 +1,9 @@
>  2014-03-31  Marcus Shawcroft  <marcus.shawcroft@arm.com>
>  
> +	* gdb.java/jnpe.exp: Drop srcdir from untested path.
> +
> +2014-03-31  Marcus Shawcroft  <marcus.shawcroft@arm.com>
> +
>  	* lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc): Drop prefix
>  	from unsupported source file path.
>  
> diff --git a/gdb/testsuite/gdb.java/jnpe.exp b/gdb/testsuite/gdb.java/jnpe.exp
> index 054ade8..bd47f109c 100644
> --- a/gdb/testsuite/gdb.java/jnpe.exp
> +++ b/gdb/testsuite/gdb.java/jnpe.exp
> @@ -17,7 +17,7 @@ load_lib "java.exp"
>  
>  standard_testfile .java
>  if  { [compile_java_from_source $srcdir/$subdir/$srcfile $binfile "-g"] != "" } {
> -    untested "Couldn't compile ${srcdir}/$subdir/${srcfile}"
> +    untested "Couldn't compile $subdir/${srcfile}"
>      return -1
>  }
>  


-- 
Joel


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