[gdb/testsuite] Skip dap tests for tcl 8.5
authorTom de Vries <tdevries@suse.de>
Mon, 24 Apr 2023 09:29:22 +0000 (11:29 +0200)
committerTom de Vries <tdevries@suse.de>
Mon, 24 Apr 2023 09:29:22 +0000 (11:29 +0200)
commit596a7c72b2eb3da8247651805f4afc2c0da4c275
tree4c243de4cc8f12b2e7a7706d1c45f0653e73d4cd
parent983db9932a302f9e2ae1f1d4fd7c3149560bc269
[gdb/testsuite] Skip dap tests for tcl 8.5

When running the dap tests on a system with tcl 8.5, we run into:
...
ERROR: tcl error sourcing gdb/testsuite/gdb.dap/memory.exp.
ERROR: bad class "entier": must be alnum, alpha, ascii, control, boolean, \
  digit, double, false, graph, integer, list, lower, print, punct, space, \
  true, upper, wideinteger, wordchar, or xdigit
    while executing
"string is entier $num"
    (procedure "num" line 16)
    invoked from within
...

Fix this by:
- requiring tcl 8.6 in allow_dap_tests, and
- adding the missing require allow_dap_tests in gdb.dap/memory.exp.

Tested on x86_64-linux.
gdb/testsuite/gdb.dap/memory.exp
gdb/testsuite/lib/gdb.exp