From 018e5b76b294fd6ff8eeb6813c6eedd9aa6cd6ae Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Thu, 18 Sep 2025 12:20:56 +0200 Subject: [PATCH] [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. --- gdb/tclint.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.47.3