From: Tom de Vries Date: Thu, 18 Sep 2025 10:20:56 +0000 (+0200) Subject: [gdb/testsuite] Two tclint.toml exclude list updates X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=018e5b76b294fd6ff8eeb6813c6eedd9aa6cd6ae;p=thirdparty%2Fbinutils-gdb.git [gdb/testsuite] Two tclint.toml exclude list updates Because it's already tclint-clean, remove gdb.ctf from the exclude list in tclint.toml. While we're at it, divide the exclude list in two parts, TODO and IGNORE and move gdb.stabs to the IGNORE part because those tests are about to be removed. --- diff --git a/gdb/tclint.toml b/gdb/tclint.toml index 3911017a63f..b67f7d03b29 100644 --- a/gdb/tclint.toml +++ b/gdb/tclint.toml @@ -16,6 +16,7 @@ # Configuration file for tclint ( https://github.com/nmoroze/tclint ). exclude = [ +# TODO: "gdb/testsuite/boards", "gdb/testsuite/config", "gdb/testsuite/lib", @@ -23,7 +24,6 @@ exclude = [ "gdb/testsuite/gdb.base", "gdb/testsuite/gdb.btrace", "gdb/testsuite/gdb.cp", -"gdb/testsuite/gdb.ctf", "gdb/testsuite/gdb.dwarf2", "gdb/testsuite/gdb.fortran", "gdb/testsuite/gdb.guile", @@ -32,9 +32,10 @@ exclude = [ "gdb/testsuite/gdb.perf", "gdb/testsuite/gdb.python", "gdb/testsuite/gdb.reverse", -"gdb/testsuite/gdb.stabs", "gdb/testsuite/gdb.threads", "gdb/testsuite/gdb.trace", +# IGNORE (document reason in trailing comment): +"gdb/testsuite/gdb.stabs", # To be removed. ] # A maximum line length of 80 is current policy, but it hasn't been too