diff options
author | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2014-04-17 15:26:37 +0100 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2014-04-17 15:26:37 +0100 |
commit | bd1dce5fe56e4454e2c5ec17a1ebe685aeb9aea8 (patch) | |
tree | f141f86f44fa0b58e4173276c195e24a42857781 | |
parent | cb22ccf4110d82441b8d56875419d871f10f3f8f (diff) | |
download | gdb-bd1dce5fe56e4454e2c5ec17a1ebe685aeb9aea8.zip gdb-bd1dce5fe56e4454e2c5ec17a1ebe685aeb9aea8.tar.gz gdb-bd1dce5fe56e4454e2c5ec17a1ebe685aeb9aea8.tar.bz2 |
Drop srcdir from untested source path.
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.java/jnpe.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 13752ef..6f5f9aa 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com> + * gdb.java/jnpe.exp: Drop srcdir from untested path. + +2014-04-17 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..bd47f10 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 } |