* *.exp: Skip all tests silently if skip_chill_tests returns true.
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 8 Mar 1995 21:32:37 +0000 (21:32 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 8 Mar 1995 21:32:37 +0000 (21:32 +0000)
* misc.exp: Remove reference to non-existent variable passcount.

15 files changed:
gdb/testsuite/gdb.chill/ChangeLog
gdb/testsuite/gdb.chill/callch.exp
gdb/testsuite/gdb.chill/chexp.exp
gdb/testsuite/gdb.chill/chillvars.exp
gdb/testsuite/gdb.chill/misc.exp
gdb/testsuite/gdb.chill/pr-4975.exp
gdb/testsuite/gdb.chill/pr-5016.exp
gdb/testsuite/gdb.chill/pr-5020.exp
gdb/testsuite/gdb.chill/pr-5022.exp
gdb/testsuite/gdb.chill/pr-5646.exp
gdb/testsuite/gdb.chill/pr-5984.exp
gdb/testsuite/gdb.chill/pr-6292.exp
gdb/testsuite/gdb.chill/result.exp
gdb/testsuite/gdb.chill/string.exp
gdb/testsuite/gdb.chill/tuples.exp

index 32cbaa3..def9ee4 100644 (file)
@@ -1,3 +1,9 @@
+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.
index 610af19..3f4541b 100644 (file)
@@ -61,6 +61,8 @@ proc do_tests {} {
 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 {
index 6da127c..0b4a77d 100644 (file)
@@ -428,6 +428,8 @@ proc test_arithmetic_expressions {} {
 
 # Start with a fresh gdb.
 
+if [skip_chill_tests] then { continue }
+
 gdb_exit
 gdb_start
 gdb_reinitialize_dir $srcdir/$subdir
index 05a9810..78d9f01 100644 (file)
@@ -291,6 +291,8 @@ proc test_structs {} {
 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 {
index a12bdb8..3a13868 100644 (file)
@@ -55,7 +55,8 @@ proc set_lang_chill {} {
 # Start with a fresh gdb.
 
 set binfile "misc.exe"
-global passcount
+
+if [skip_chill_tests] then { continue }
 
 gdb_exit
 gdb_start
index cd11f34..00756ea 100644 (file)
@@ -51,6 +51,8 @@ proc do_tests {} {
 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 {
index 0e4f83d..612a16f 100644 (file)
@@ -52,6 +52,8 @@ proc do_tests {} {
 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 {
index 902bb05..79a00fb 100644 (file)
@@ -79,6 +79,8 @@ proc test_pr_5020 {} {
 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 {
index 9b77713..ce518c4 100644 (file)
@@ -64,6 +64,8 @@ proc test_pr_5022 {} {
 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 {
index e819110..f4ee9cc 100644 (file)
@@ -50,6 +50,8 @@ proc do_tests {} {
 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 {
index 9ba7c57..e4aba5a 100644 (file)
@@ -51,6 +51,8 @@ proc do_tests {} {
 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 {
index a01e08b..2af77ce 100644 (file)
@@ -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 {
index ba3f024..c84e062 100644 (file)
@@ -62,6 +62,8 @@ proc do_tests {} {
 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 {
index daf6ff9..2c5ed5a 100644 (file)
@@ -55,6 +55,8 @@ proc do_tests {} {
 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 {
index 4f7803a..2251a04 100644 (file)
@@ -117,6 +117,8 @@ proc do_tests {} {
 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 {