/[dejagnu]/dejagnu/testsuite/runtest.all/config.test
ViewVC logotype

Diff of /dejagnu/testsuite/runtest.all/config.test

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by rsavoye, Mon Feb 5 04:33:04 2001 UTC revision 1.2 by bje, Sat Aug 16 13:08:58 2003 UTC
# Line 39  if [isbuild $build_triplet] { Line 39  if [isbuild $build_triplet] {
39  } else {  } else {
40      puts "FAILED: isbuild, native"      puts "FAILED: isbuild, native"
41  }  }
42    
43  if [isbuild $target_cpu-*-$target_os ] {  if [isbuild $target_cpu-*-$target_os ] {
44      puts "PASSED: isbuild, native regexp"      puts "PASSED: isbuild, native regexp"
45  } else {  } else {
# Line 98  if [isnative] { Line 98  if [isnative] {
98  }  }
99    
100  if [is3way] {  if [is3way] {
101       puts "FAILED: is3way, native"       puts "FAILED: is3way, native"
102  } else {  } else {
103      puts "PASSED: is3way, native"      puts "PASSED: is3way, native"
104  }  }
# Line 114  if [isnative] { Line 114  if [isnative] {
114  }  }
115    
116  if [is3way] {  if [is3way] {
117       puts "FAILED: is3way, cross"       puts "FAILED: is3way, cross"
118  } else {  } else {
119      puts "PASSED: is3way, cross"      puts "PASSED: is3way, cross"
120  }  }
# Line 130  if [isnative] { Line 130  if [isnative] {
130  }  }
131    
132  if [is3way] {  if [is3way] {
133       puts "PASSED: is3way, canadian cross"       puts "PASSED: is3way, canadian cross"
134  } else {  } else {
135      puts "FAILED: is3way, canadian cross"      puts "FAILED: is3way, canadian cross"
136  }  }

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26