This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

testsuite xfailure



strct-stdarg-1.c has never worked on the PA.  This patch marks it as
an expected failure.

	* gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
	execution failure on PA targets.


*** /dev/null	Thu Aug 30 14:30:55 2001
--- strct-stdarg-1.x	Wed Jan  9 12:18:36 2002
***************
*** 0 ****
--- 1,7 ----
+ # This doesn't work on PAs
+ 
+ if { [istarget "hppa*-*-*"] } {
+ 	set torture_execute_xfail "hppa*-*-*"
+ }
+ 
+ return 0





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]