This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 494409bb8a Fix crash with core + TUI + run new 30d0a63681 gdb/testsuite: Introduce skip_ctf_tests guard function new f833b7a7da gdb/testsuite: Merge cvexpr.exp and ctf-cvexpr.exp new 0b8dbf3f1c gdb/testsuite: Merge whatis.exp and ctf-whatis.exp
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/testsuite/ChangeLog | 19 + gdb/testsuite/gdb.base/ctf-constvars.exp | 21 +- gdb/testsuite/gdb.base/ctf-cvexpr.exp | 495 ----------------- gdb/testsuite/gdb.base/ctf-ptype.exp | 11 +- gdb/testsuite/gdb.base/ctf-whatis.c | 282 ---------- gdb/testsuite/gdb.base/ctf-whatis.exp | 413 -------------- gdb/testsuite/gdb.base/cvexpr.exp | 465 ++++++++-------- gdb/testsuite/gdb.base/whatis.exp | 909 ++++++++++++++++--------------- gdb/testsuite/lib/gdb.exp | 11 + 9 files changed, 752 insertions(+), 1874 deletions(-) delete mode 100644 gdb/testsuite/gdb.base/ctf-cvexpr.exp delete mode 100644 gdb/testsuite/gdb.base/ctf-whatis.c delete mode 100644 gdb/testsuite/gdb.base/ctf-whatis.exp