This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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]

Re: [rfc/testsuite] i386-sse.exp: better output if no SSE support


On Thu, Jun 17, 2004 at 02:56:58PM -0400, Michael Chastain wrote:
> This patch fixes i386-sse.exp for compilers that don't support SSE,
> specifically gcc 2.95.3.  Before this patch, the results are:
> 
>    3 ERROR
>    2 WARNING
>   33 FAIL
>    1 UNRESOLVED
> 
> After this patch, the results are a single UNSUPPORTED.
> My view is that people should be reading all their non-PASS results,
> including the UNRESOLVED, UNSUPPORTED, and UNTESTED results.
> We might want to discuss this.

As far as I'm concerned this is absolutely a good change.  I don't
always carefully read the UNSUPPORTED / UNTESTED results, but I do at
least look at them.  And anything that makes gdb_suppress_entire_file
go away is good in my book.

> 	Fix PR testsuite/1679.
> 	* gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire file.
> 	Issue an UNSUPPORTED result instead.

"entire_file".


-- 
Daniel Jacobowitz


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