* Many files: When warning about suppressed tests due to a
authorJeff Law <law@redhat.com>
Wed, 18 Oct 1995 05:07:51 +0000 (05:07 +0000)
committerJeff Law <law@redhat.com>
Wed, 18 Oct 1995 05:07:51 +0000 (05:07 +0000)
        nonexistant test binary, avoid incrementing the warning count.

Fixes bogus UNRESOLVED test results.

18 files changed:
gdb/testsuite/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/pr-6632.exp
gdb/testsuite/gdb.chill/pr-8134.exp
gdb/testsuite/gdb.chill/pr-8136.exp
gdb/testsuite/gdb.chill/result.exp
gdb/testsuite/gdb.chill/string.exp
gdb/testsuite/gdb.chill/tuples.exp

index d5a5a7b2aa57a07d4be9fe657189ef0a83d742dd..5fddd994b6560912c5ab2f0304897a2246ff3c10 100644 (file)
@@ -1,3 +1,12 @@
+Tue Oct 17 23:02:12 1995  Jeffrey A Law  (law@cygnus.com)
+
+       * Many files: When warning about suppressed tests due to a 
+       nonexistant test binary, avoid incrementing the warning count.
+
+Tue Oct 10 11:00:41 1995  Fred Fish  <fnf@cygnus.com>
+
+       * Makefile.in (TARGET_FLAGS_TO_PASS):  Remove BISON.
+       
 Sun Oct  8 04:23:14 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
        * gdb.base/return.exp:  Change xfail from "sparc-*-solaris2.*" to
index 7c369d5afb300d6e2268542ae1fb11121208ec7f..2c5b17e32cc0708e1653c2545dbfcf0e75ad5c70 100644 (file)
@@ -64,7 +64,7 @@ set srcfile $binfile.ch
 if [skip_chill_tests] then { continue }
 
 if ![file exists $objdir/$subdir/$binfile] then {
-    warning "$binfile does not exist; tests suppressed."
+    warning "$binfile does not exist; tests suppressed." 0
 } else {
     do_tests
 }
index 6afef0789e8abc2e90cab139c9d7380e04d3c4f2..b3c00c5d213f0e9a7993b7f3a72ee2ef91a6b5d5 100644 (file)
@@ -444,5 +444,5 @@ if [set_lang_chill] then {
     test_float_literals_accepted
     test_arithmetic_expressions
 } else {
-    warning "$test_name tests suppressed."
+    warning "$test_name tests suppressed." 0
 }
index 139baddc81f9dbe847834cc9b5b8b7d2b42d086e..2c92d33f547663128d114ad3d0ddcfad6a450103 100644 (file)
@@ -313,7 +313,7 @@ set srcfile $binfile.ch
 if [skip_chill_tests] then { continue }
 
 if ![file exists $objdir/$subdir/$binfile] then {
-    warning "$binfile does not exist; tests suppressed."
+    warning "$binfile does not exist; tests suppressed." 0
 } else {
     do_tests
 }
index 7843d7ae701291a4f22379a33a7527307dee36bc..9f3d72545f04a0aaae85ed34838aa45ef854cadf 100644 (file)
@@ -36,7 +36,7 @@ proc set_lang_chill {} {
     global binfile objdir subdir
 
     if ![file exists $objdir/$subdir/$binfile] then {
-       warning "$binfile does not exist; tests suppressed."
+       warning "$binfile does not exist; tests suppressed." 0
        return 1
     }
     verbose "loading file '$objdir/$subdir/$binfile'"
index b237ca441b83e6afdcb8a89dcc7d0cb0e45616bb..c7e14db3c4f034af5c9747e5d354e90797c83754 100644 (file)
@@ -56,7 +56,7 @@ 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."
+       warning "$objdir/$subdir/$binfile does not exist; tests suppressed." 0
 } else {
     do_tests
 }
index 0c93ccd14ff66b6839b7e51bcc3cb5735df994f3..02beee73392b568210843692cb60184d8b64eecf 100644 (file)
@@ -57,7 +57,7 @@ set srcfile $binfile.ch
 if [skip_chill_tests] then { continue }
 
 if ![file exists $objdir/$subdir/$binfile] then {
-    warning "$binfile does not exist; tests suppressed."
+    warning "$binfile does not exist; tests suppressed." 0
 } else {
     do_tests
 }
index aec59651b9d1112ec1a3bd8c8b3fd8e1d844323a..3f60b23f7e2ca0997b55aa1c7d42587060ec5e12 100644 (file)
@@ -82,7 +82,7 @@ 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."
+       warning "$objdir/$subdir/$binfile does not exist; tests suppressed." 0
 } else {
     do_tests
 }
index 6f30a27635611fd70583b42c327b5a7609d9de4e..4d6ca5e229c7f6e9497c92a79f7f2fb13a7cdfca 100644 (file)
@@ -67,7 +67,7 @@ set srcfile $binfile.ch
 if [skip_chill_tests] then { continue }
 
 if ![file exists $objdir/$subdir/$binfile] then {
-    warning "$binfile does not exist; tests suppressed."
+    warning "$binfile does not exist; tests suppressed." 0
 } else {
     do_tests
 }
index d0696728ee318f9806343a25326d68f7e655b32f..fee3b8bfe95d44e112264f88cf23cf402f3942f0 100644 (file)
@@ -53,7 +53,7 @@ set srcfile $binfile.ch
 if [skip_chill_tests] then { continue }
 
 if ![file exists $objdir/$subdir/$binfile] then {
-    warning "$binfile does not exist; tests suppressed."
+    warning "$binfile does not exist; tests suppressed." 0
 } else {
     do_tests
 }
index c403e331ab7e8daf02d42ff4ca8c77933c9e3f34..865ee728e9e0e1248d2b96422c8e5e9efa47bd61 100644 (file)
@@ -54,7 +54,7 @@ set srcfile $binfile.ch
 if [skip_chill_tests] then { continue }
 
 if ![file exists $objdir/$subdir/$binfile] then {
-    warning "$binfile does not exist; tests suppressed."
+    warning "$binfile does not exist; tests suppressed." 0
 } else {
     do_tests
 }
index 2dd6a362403642834a99e50e23dd6b29614a11df..4d9cd4e39fb5578ddae39e2011b4a56a6d8c3bd9 100644 (file)
@@ -55,7 +55,7 @@ set srcfile $binfile.ch
 if [skip_chill_tests] then { continue }
 
 if ![file exists $objdir/$subdir/$binfile] then {
-    warning "$binfile does not exist; tests suppressed."
+    warning "$binfile does not exist; tests suppressed." 0
 } else {
     do_tests
 }
index efb88984c9aae7a76edf4b960d027012e1815613..4fd00dd5021b046bbb3c6ac742405fb776db54b6 100644 (file)
@@ -54,7 +54,7 @@ set srcfile $binfile.ch
 if [skip_chill_tests] then { continue }
 
 if ![file exists $objdir/$subdir/$binfile] then {
-    warning "$binfile does not exist; tests suppressed."
+    warning "$binfile does not exist; tests suppressed." 0
 } else {
     do_tests
 }
index cfcc733c42de04e7205d47869be7faf8f1629dc7..086d527ea1b06fc402a0f3addf338e4c7a6c5fc6 100644 (file)
@@ -54,7 +54,7 @@ set srcfile $binfile.ch
 if [skip_chill_tests] then { continue }
 
 if ![file exists $objdir/$subdir/$binfile] then {
-    warning "$binfile does not exist; tests suppressed."
+    warning "$binfile does not exist; tests suppressed." 0
 } else {
     do_tests
 }
index fa8bd9f524ec33073f0f4444a308f8c33a89f76e..b1bca3f0afb43a9034cf586ea1e7973cc2eb1585 100644 (file)
@@ -52,7 +52,7 @@ set srcfile $binfile.ch
 if [skip_chill_tests] then { continue }
 
 if ![file exists $objdir/$subdir/$binfile] then {
-    warning "$binfile does not exist; tests suppressed."
+    warning "$binfile does not exist; tests suppressed." 0
 } else {
     do_tests
 }
index d07d9a5b159ee901fc69674ea35791fc0840835b..a76c95304a253be1b95f040b8e3380fe9a4afb0b 100644 (file)
@@ -65,7 +65,7 @@ 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."
+       warning "$objdir/$subdir/$binfile does not exist; tests suppressed." 0
 } else {
     do_tests
 }
index 1ea6048280d77435ce5d4f653e7219ea7236f8e4..e7c7b256fae916e37f31440492d2a1ef0b907c13 100644 (file)
@@ -65,7 +65,7 @@ set srcfile $binfile.ch
 if [skip_chill_tests] then { continue }
 
 if ![file exists $objdir/$subdir/$binfile] then {
-    warning "$binfile does not exist; tests suppressed."
+    warning "$binfile does not exist; tests suppressed." 0
 } else {
     do_tests
 }
index eda79da299867763b6ec2d210d4f8106cb29d471..d32423d75e958c62370f7c1543607d9a3482af1c 100644 (file)
@@ -124,7 +124,7 @@ set srcfile $binfile.ch
 if [skip_chill_tests] then { continue }
 
 if ![file exists $objdir/$subdir/$binfile] then {
-    warning "$binfile does not exist; tests suppressed."
+    warning "$binfile does not exist; tests suppressed." 0
 } else {
     do_tests
 }