binutils-gdb/gdb/testsuite/gdb.guile
Jan Kratochvil c0ecb95f3d testsuite: Fix false FAILs on too long base directory
I was getting

gu (print arg0)^M
= 0x7fffffffdafb
"/unsafebuild-x86_64-redhat-linux-gnu/gdb/testsuite.unix.-m64/outputs/gdb.guile/scm-value/scm-"...^M
(gdb) FAIL: gdb.guile/scm-value.exp: verify dereferenced value
python print (arg0)^M
0x7fffffffdafd
"/unsafebuild-x86_64-redhat-linux-gnu/gdb/testsuite.unix.-m64/outputs/gdb.python/py-value/py-v"...^M
(gdb) FAIL: gdb.python/py-value.exp: verify dereferenced value

and also:

(gdb) p argv[0]^M
$2 = 0x7fffffffd832 "/home/jkratoch/redhat/gdb-test-", 'x' <repeats 169
times>...^M
(gdb) FAIL: gdb.guile/scm-value.exp: argv[0] should be available on this
target

gdb/testsuite/ChangeLog
2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>

	* gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
	and repeats to unlimited.
	* gdb.python/py-value.exp: Likewise.
	* lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
	and repeats to unlimited.
2016-01-11 22:12:16 +01:00
..
Makefile.in
guile.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-arch.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-arch.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-block.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-block.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-breakpoint.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-breakpoint.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-cmd.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-cmd.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-disasm.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-disasm.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-equal.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-equal.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-error-1.scm GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-error-2.scm GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-error.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-frame-args.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-frame-args.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-frame-args.scm GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-frame-inline.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-frame-inline.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-frame.c
scm-frame.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-gsmob.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-iterator.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-iterator.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-math.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-math.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-objfile-script-gdb.in GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-objfile-script.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-objfile-script.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-objfile.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-objfile.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-parameter.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-ports.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-ports.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-pretty-print.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-pretty-print.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-pretty-print.scm GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-progspace.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-progspace.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-section-script.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-section-script.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-section-script.scm GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-symbol.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-symbol.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-symtab-2.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-symtab.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-symtab.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-type.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-type.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-value-cc.cc GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-value-cc.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-value.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
scm-value.exp testsuite: Fix false FAILs on too long base directory 2016-01-11 22:12:16 +01:00
source2.scm GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
types-module.cc GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
types-module.exp GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00