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]

RE: [PATCH] new tests for prefetch for i386


Hi Janis,

> 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
> 
> 	* gcc.misc-tests/i386-prefetch.exp: New.
> 	* gcc.misc-tests/i386-pf-3dnow-1.c: New test.
> 	* gcc.misc-tests/i386-pf-athlon-1.c: New test.
> 	* gcc.misc-tests/i386-pf-none-1.c: New test.
> 	* gcc.misc-tests/i386-pf-sse-1.c: New test.

These tests seem to cause massive failures on the h8300 port.

The h8300 port has 5 variants, so the whole testsuite is run 5 times.
>From the second time and on, I get

Running target h8300-sim/-mh
Using /usr/local/share/dejagnu/baseboards/h8300-sim.exp as board description
file for target.
Using /usr/local/share/dejagnu/config/sim.exp as generic interface file for
target.
Using /usr/local/share/dejagnu/baseboards/basic-sim.exp as board description
file for target.
Using /home/kazu/gnu/gcc/gcc-head/gcc/gcc/testsuite/config/default.exp as
tool-and-target-specific interface file.
Running
/home/kazu/gnu/gcc/gcc-head/gcc/gcc/testsuite/gcc.c-torture/compile/compile.
exp ...
FAIL: gcc.c-torture/compile/20000105-1.c,  -march=athlon  
FAIL: gcc.c-torture/compile/20000105-1.c,  -march=athlon-4  
FAIL: gcc.c-torture/compile/20000105-2.c,  -march=athlon  
FAIL: gcc.c-torture/compile/20000105-2.c,  -march=athlon-4  
FAIL: gcc.c-torture/compile/20000120-1.c,  -march=athlon  
FAIL: gcc.c-torture/compile/20000120-1.c,  -march=athlon-4  
FAIL: gcc.c-torture/compile/20000120-2.c,  -march=athlon  
FAIL: gcc.c-torture/compile/20000120-2.c,  -march=athlon-4  

This goes on and on.  Is there any clean way of disabling these tests
on the h8300 port or non-x86 platform?

Thanks,

Kazu Hirata


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