aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.chill/pr-6292.exp
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1995-03-08 21:32:37 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1995-03-08 21:32:37 +0000
commit5e8ade236109349137ac4aaf9f2b0cc83290a4ca (patch)
treef6d3f48f1508b8de692b26e8c2c7ddc5caf470d8 /gdb/testsuite/gdb.chill/pr-6292.exp
parenta331c834c11652ae73c4d7913375d6f06c817834 (diff)
downloadgdb-5e8ade236109349137ac4aaf9f2b0cc83290a4ca.zip
gdb-5e8ade236109349137ac4aaf9f2b0cc83290a4ca.tar.gz
gdb-5e8ade236109349137ac4aaf9f2b0cc83290a4ca.tar.bz2
* *.exp: Skip all tests silently if skip_chill_tests returns true.
* misc.exp: Remove reference to non-existent variable passcount.
Diffstat (limited to 'gdb/testsuite/gdb.chill/pr-6292.exp')
-rw-r--r--gdb/testsuite/gdb.chill/pr-6292.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.chill/pr-6292.exp b/gdb/testsuite/gdb.chill/pr-6292.exp
index a01e08b..2af77ce 100644
--- a/gdb/testsuite/gdb.chill/pr-6292.exp
+++ b/gdb/testsuite/gdb.chill/pr-6292.exp
@@ -52,6 +52,8 @@ proc do_tests {} {
set binfile "pr-6292.exe"
set srcfile $binfile.ch
+if [skip_chill_tests] then { continue }
+
if ![file exists $objdir/$subdir/$binfile] then {
warning "$binfile does not exist; tests suppressed."
} else {