* misc.exp: Remove reference to non-existent variable passcount.
+Wed Mar 8 13:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
+
+ * *.exp: Skip all tests silently if skip_chill_tests returns true.
+
+ * misc.exp: Remove reference to non-existent variable passcount.
+
Tue Mar 7 19:30:05 1995 Per Bothner <bothner@kalessin.cygnus.com>
* string.ch, string.exp, Makefile.in: New test case.
set binfile "callch.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 {
# Start with a fresh gdb.
+if [skip_chill_tests] then { continue }
+
gdb_exit
gdb_start
gdb_reinitialize_dir $srcdir/$subdir
set binfile "chillvars.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 {
# Start with a fresh gdb.
set binfile "misc.exe"
-global passcount
+
+if [skip_chill_tests] then { continue }
gdb_exit
gdb_start
set binfile "pr-4975.exe"
set srcfile $binfile.ch
+if [skip_chill_tests] then { continue }
+
if ![file exists $objdir/$subdir/$binfile] then {
warning "$objdir/$subdir/$binfile does not exist; tests suppressed."
} else {
set binfile "pr-5016.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 {
set binfile "pr-5020.exe"
set srcfile $binfile.ch
+if [skip_chill_tests] then { continue }
+
if ![file exists $objdir/$subdir/$binfile] then {
warning "$objdir/$subdir/$binfile does not exist; tests suppressed."
} else {
set binfile "pr-5022.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 {
set binfile "pr-5646.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 {
set binfile "pr-5984.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 {
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 {
set binfile "result.exe"
set srcfile $binfile.ch
+if [skip_chill_tests] then { continue }
+
if ![file exists $objdir/$subdir/$binfile] then {
warning "$objdir/$subdir/$binfile does not exist; tests suppressed."
} else {
set binfile "string.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 {
set binfile "tuples.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 {