Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA:] sim-defs.exp: support xfail
@ 2004-11-10  9:52 Hans-Peter Nilsson
  2004-11-10 14:03 ` Andrew Cagney
  0 siblings, 1 reply; 5+ messages in thread
From: Hans-Peter Nilsson @ 2004-11-10  9:52 UTC (permalink / raw)
  To: gdb-patches

Directly taken from the same option in the ld run_dump_test.

Ok to commit?

2004-11-10  Hans-Peter Nilsson  <hp@axis.com>

	* lib/sim-defs.exp (run_sim_test): Support "xfail" option.


Index: sim-defs.exp
===================================================================
RCS file: /cvs/src/src/sim/testsuite/lib/sim-defs.exp,v
retrieving revision 1.8
diff -c -p -r1.8 sim-defs.exp
*** sim-defs.exp	26 Oct 2004 08:07:59 -0000	1.8
--- sim-defs.exp	10 Nov 2004 09:49:44 -0000
*************** proc sim_run { prog sim_opts prog_opts r
*** 163,168 ****
--- 163,169 ----
  # sim[(mach-list)]: <simulator options>
  # output: program output pattern to match with string-match
  # xerror: program is expected to return with a "failure" exit code
+ # xfail: <target-triple-where-test-fails>
  # If `output' is not specified, the program must output "pass" if !xerror or
  # "fail" if xerror.
  # The parens in "optname()" are optional if the specification is for all machs.
*************** proc run_sim_test { name requested_machs
*** 196,201 ****
--- 197,203 ----
      set opts(mach) ""
      set opts(timeout) ""
      set opts(xerror) "no"
+     set opts(xfail) ""
  
      if ![info exists global_as_options] {
          set global_as_options ""
*************** proc run_sim_test { name requested_machs
*** 262,267 ****
--- 268,278 ----
  
  	verbose -log "Testing $name on machine $mach."
  
+ 	# Time to setup xfailures.
+ 	foreach targ $opts(xfail) {
+ 	    setup_xfail $targ
+ 	}
+ 
  	if ![info exists opts(as,$mach)] {
  	    set opts(as,$mach) $opts(as)
  	}

brgds, H-P


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-11-16 16:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-10  9:52 [RFA:] sim-defs.exp: support xfail Hans-Peter Nilsson
2004-11-10 14:03 ` Andrew Cagney
2004-11-10 14:55   ` Hans-Peter Nilsson
2004-11-10 16:40     ` Andrew Cagney
2004-11-16 16:22       ` Hans-Peter Nilsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox