mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
[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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user