/[dejagnu]/dejagnu/lib/framework.exp
ViewVC logotype

Diff of /dejagnu/lib/framework.exp

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

revision 1.9 by rsavoye, Mon Mar 17 02:25:07 2003 UTC revision 1.10 by rsavoye, Mon Jul 28 14:45:35 2003 UTC
# Line 579  proc check_conditional_xfail { args } { Line 579  proc check_conditional_xfail { args } {
579              # list, regardless of order to make sure they're found.              # list, regardless of order to make sure they're found.
580              # So we look for lists in side of lists, and make sure all              # So we look for lists in side of lists, and make sure all
581              # the elements match before we decide this is legit.              # the elements match before we decide this is legit.
582                # Se we 'incl_hit' to 1 before the loop so that if the 'includes'
583                # list is empty, this test will report a hit.  (This can be
584                # useful if a target will always fail unless certain flags,
585                # specified in the 'excludes' list, are used.)
586                set incl_hit 1
587              for { set i 0 } { $i < [llength $includes] } { incr i } {              for { set i 0 } { $i < [llength $includes] } { incr i } {
588                  set incl_hit 0                  set incl_hit 0
589                  set opt [lindex $includes $i]                  set opt [lindex $includes $i]

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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