]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[gdb/testsuite] Two tclint.toml exclude list updates
authorTom de Vries <tdevries@suse.de>
Thu, 18 Sep 2025 10:20:56 +0000 (12:20 +0200)
committerTom de Vries <tdevries@suse.de>
Thu, 18 Sep 2025 10:20:56 +0000 (12:20 +0200)
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.

gdb/tclint.toml

index 3911017a63ff45fc51a44abbb3ed7d04ed1deaa1..b67f7d03b29c57b4a3eec5491c87507eb242530e 100644 (file)
@@ -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