* [pushed 1/2] [gdb] Drop some files and a dir from codespell skip list
@ 2026-06-15 12:33 Tom de Vries
2026-06-15 12:33 ` [pushed 2/2] [gdb] Expand dirs in " Tom de Vries
0 siblings, 1 reply; 2+ messages in thread
From: Tom de Vries @ 2026-06-15 12:33 UTC (permalink / raw)
To: gdb-patches
A recent codespell cleanup in gdb/testsuite made some files and a dir in the
codespell skip list codespell-clean. Drop these from the skip list.
---
gdb/pyproject.toml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/gdb/pyproject.toml b/gdb/pyproject.toml
index 32d5d6d159c..5a2ec90da15 100644
--- a/gdb/pyproject.toml
+++ b/gdb/pyproject.toml
@@ -74,10 +74,6 @@ skip = [
'gdbserver/aclocal.m4',
'gdbsupport/aclocal.m4',
# TODO:
-'gdb/testsuite/Makefile.in',
-'gdb/testsuite/TODO',
-'gdb/testsuite/configure.ac',
-'gdb/testsuite/boards/*',
'gdb/testsuite/config/*',
'gdb/testsuite/gdb.ada/*',
'gdb/testsuite/gdb.arch/*',
base-commit: 0626ddbdf83a73185e484fa050e8a0e97400b3f4
--
2.51.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pushed 2/2] [gdb] Expand dirs in codespell skip list
2026-06-15 12:33 [pushed 1/2] [gdb] Drop some files and a dir from codespell skip list Tom de Vries
@ 2026-06-15 12:33 ` Tom de Vries
0 siblings, 0 replies; 2+ messages in thread
From: Tom de Vries @ 2026-06-15 12:33 UTC (permalink / raw)
To: gdb-patches
Replace all dirs in the codespell skip list with the actual files that are not
codespell-clean. At this point, there's just ~60 of them.
This enables codespell checking for yet more files.
---
gdb/pyproject.toml | 82 ++++++++++++++++++++++++++++++++++++----------
1 file changed, 65 insertions(+), 17 deletions(-)
diff --git a/gdb/pyproject.toml b/gdb/pyproject.toml
index 5a2ec90da15..d6b3892ae4f 100644
--- a/gdb/pyproject.toml
+++ b/gdb/pyproject.toml
@@ -74,23 +74,71 @@ skip = [
'gdbserver/aclocal.m4',
'gdbsupport/aclocal.m4',
# TODO:
-'gdb/testsuite/config/*',
-'gdb/testsuite/gdb.ada/*',
-'gdb/testsuite/gdb.arch/*',
-'gdb/testsuite/gdb.asm/*',
-'gdb/testsuite/gdb.base/*',
-'gdb/testsuite/gdb.btrace/*',
-'gdb/testsuite/gdb.compile/*',
-'gdb/testsuite/gdb.cp/*',
-'gdb/testsuite/gdb.disasm/*',
-'gdb/testsuite/gdb.dlang/*',
-'gdb/testsuite/gdb.dwarf2/*',
-'gdb/testsuite/gdb.fortran/*',
-'gdb/testsuite/gdb.linespec/*',
-'gdb/testsuite/gdb.python/*',
-'gdb/testsuite/gdb.threads/*',
-'gdb/testsuite/gdb.trace/*',
-'gdb/testsuite/lib/*'
+# codespell:ignore-begin. Ignore slite and endianity.
+'gdb/testsuite/config/slite.exp',
+'gdb/testsuite/gdb.ada/pkd_arr_elem/failure.adb',
+'gdb/testsuite/gdb.ada/str_ref_cmp.exp',
+'gdb/testsuite/gdb.arch/amd64-invalid-stack-middle.c',
+'gdb/testsuite/gdb.arch/amd64-invalid-stack-middle.S',
+'gdb/testsuite/gdb.arch/amd64-invalid-stack-top.c',
+'gdb/testsuite/gdb.arch/pa64-nullify.s',
+'gdb/testsuite/gdb.arch/powerpc-altivec.exp',
+'gdb/testsuite/gdb.arch/powerpc-altivec.s',
+'gdb/testsuite/gdb.arch/s390-multiarch.exp',
+'gdb/testsuite/gdb.arch/s390-tdbregs.exp',
+'gdb/testsuite/gdb.asm/bfin.inc',
+'gdb/testsuite/gdb.asm/pa64.inc',
+'gdb/testsuite/gdb.base/alias.exp',
+'gdb/testsuite/gdb.base/call-sc.c',
+'gdb/testsuite/gdb.base/call-sc.exp',
+'gdb/testsuite/gdb.base/completion.exp',
+'gdb/testsuite/gdb.base/dump.c',
+'gdb/testsuite/gdb.base/dump.exp',
+'gdb/testsuite/gdb.base/endianity.exp',
+'gdb/testsuite/gdb.base/ending-run.exp',
+'gdb/testsuite/gdb.base/filename-completion.exp',
+'gdb/testsuite/gdb.base/options.exp',
+'gdb/testsuite/gdb.base/reggroups.exp',
+'gdb/testsuite/gdb.base/settings.exp',
+'gdb/testsuite/gdb.base/so-impl-ld.exp',
+'gdb/testsuite/gdb.base/solib1.c',
+'gdb/testsuite/gdb.base/stap-probe.exp',
+'gdb/testsuite/gdb.base/structs.c',
+'gdb/testsuite/gdb.base/watchpoint-unaligned.exp',
+'gdb/testsuite/gdb.btrace/event-tracing-gap.c',
+'gdb/testsuite/gdb.compile/compile-cplus-member.cc',
+'gdb/testsuite/gdb.compile/compile-cplus-member.exp',
+'gdb/testsuite/gdb.cp/anon-ns.exp',
+'gdb/testsuite/gdb.cp/cpcompletion.exp',
+'gdb/testsuite/gdb.cp/koenig.cc',
+'gdb/testsuite/gdb.cp/koenig.exp',
+'gdb/testsuite/gdb.cp/namespace.exp',
+'gdb/testsuite/gdb.cp/static-method.exp',
+'gdb/testsuite/gdb.cp/virtfunc.exp',
+'gdb/testsuite/gdb.disasm/h8300s.exp',
+'gdb/testsuite/gdb.disasm/h8300s.s',
+'gdb/testsuite/gdb.disasm/t06_ari2.exp',
+'gdb/testsuite/gdb.disasm/t06_ari2.s',
+'gdb/testsuite/gdb.disasm/t11_logs.exp',
+'gdb/testsuite/gdb.disasm/t11_logs.s',
+'gdb/testsuite/gdb.dlang/demangle.exp',
+'gdb/testsuite/gdb.dwarf2/dw2-inline-many-frames.c',
+'gdb/testsuite/gdb.dwarf2/dw2-inline-stepping.c',
+'gdb/testsuite/gdb.fortran/class-allocatable-array.f90',
+'gdb/testsuite/gdb.fortran/oop_extend_type.exp',
+'gdb/testsuite/gdb.fortran/oop_extend_type.f90',
+'gdb/testsuite/gdb.fortran/ptype-on-functions.f90',
+'gdb/testsuite/gdb.linespec/cpls-ops.exp',
+'gdb/testsuite/gdb.python/py-finish-breakpoint-inline.c',
+'gdb/testsuite/gdb.python/py-format-string.exp',
+'gdb/testsuite/gdb.python/py-unwind-inline.c',
+'gdb/testsuite/gdb.threads/thread-find.exp',
+'gdb/testsuite/gdb.trace/unavailable-dwarf-piece.c',
+'gdb/testsuite/lib/gdb.exp',
+'gdb/testsuite/lib/gdb-utils.exp',
+'gdb/testsuite/lib/pdtrace.in',
+'gdb/testsuite/lib/rust-support.exp'
+# codespell:ignore-end
]
ignore-words = 'gdb/contrib/codespell-ignore-words.txt'
--
2.51.0
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-15 12:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 12:33 [pushed 1/2] [gdb] Drop some files and a dir from codespell skip list Tom de Vries
2026-06-15 12:33 ` [pushed 2/2] [gdb] Expand dirs in " Tom de Vries
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox