projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b7aed0
)
Remove obsolete check from skip_compile_feature_tests
author
Tom Tromey
<tromey@adacore.com>
Wed, 30 Nov 2022 17:09:20 +0000
(10:09 -0700)
committer
Tom Tromey
<tromey@adacore.com>
Thu, 1 Dec 2022 15:28:20 +0000
(08:28 -0700)
skip_compile_feature_tests checks for "Command not supported on this
host", but this error was removed by commit
e8d8cce6
("Import mkdtemp
gnulib module, fix mingw build"). This patch removes the obsolete
test.
gdb/testsuite/lib/compile-support.exp
patch
|
blob
|
history
diff --git
a/gdb/testsuite/lib/compile-support.exp
b/gdb/testsuite/lib/compile-support.exp
index 58b3e4e3a1e0cb712f3dc151e354eeccc410a979..16b7c5dbc0dee5db80e038ef01b7ac37bc8aa2ef 100644
(file)
--- a/
gdb/testsuite/lib/compile-support.exp
+++ b/
gdb/testsuite/lib/compile-support.exp
@@
-26,9
+26,6
@@
proc skip_compile_feature_tests {} {
"Could not load libcc1.*\r\n$gdb_prompt $" {
set result 1
}
- -re "Command not supported on this host\\..*\r\n$gdb_prompt $" {
- set result 1
- }
-re "\r\n$gdb_prompt $" {
}
}